猛男
用于Mach-O文件分析的Python工具箱。 严重依赖macholib 。
安装
用途
$ [sudo] pip install machobot
为了发展
$ pip install nose macholib
$ git clone https://github.com/rodionovd/machobot.git machobot
$ cd ./machobot
$ nosetests # run the test suite
用法
作为命令行工具:
$ inject_dylib ./target " @rpath/mylib.dylib "
作为Python模块:
import machobot
用法示例:
import machobot . dylib as dylib
dylib . insert_load_command ( "output.a" , "
2021-11-12 11:29:37
17KB
Python
1