使用python开发的工具集
- 游戏包敏感词检测
- 代码敏感词检测
- 资源加密检测
- 密钥生成
- 打包ipa
- 解析崩溃日志(开发中)
感谢 JetBrains 的工具支持
- 软件
python 3.10
- 插件
PyQt5
pyinstaller
- ui生成代码
cd tools
python convert_ui
- 打包
pyinstaller -n DebugTools -i ./icon/256.ico --windowed --onefile --clean --noconfirm main.py