Antibiotics跨平台的 Sublime 小工具 中发帖

用 C 和 Zig 纯手搓出来的命令行跨平台Keygen,开源的哦 
支持 win/mac/linux, Sublime Text/Sublime Merge, Stable/Dev版本

食用方法
先替换公钥和SHA256校验位,加上主程序二进制路径即可
subkg patch '/Applications/Sublime Merge.app/Contents/MacOS/sublime_merge'

然后生成许可证,参数都是可选的,-n 指定名字,-t 为许可证类型,-i 许可证ID,-s 许可证用户数
subkg keygen -n hello -t bundle -i 00000000 -s 1026

macOS用户patch完别忘了重新签名
codesign -f -s - '/Applications/Sublime Merge.app/Contents/MacOS...