在 macOS 上进行 frida 相关操作的图形化小工具
git clone https://github.com/soft98-top/ftool-gui.git
cd ftool-gui
python -m pip install -r requirements.txt
pyinstaller --onefile --windowed --add-data "code:code" ftool-gui.py
如果在attach时遇到了SyntaxError: unexpected character
,大概率是因为系统的智能引号功能,请在设置中搜索然后关闭,然后重新打开ftool-gui进行使用。