English | 简体中文
- This is a plug-in script based on
IDA Pro 9.1, which can generatejscode offrida hookfunction in one click in the assembly window
hcli plugin install FridaToolsrm -rf $HOME/.idapro/plugins/FridaTools && git clone https://github.com/ys1231/idafridascript.git $HOME/.idapro/plugins/FridaTools
# No need proxy
rm -rf $HOME/.idapro/plugins/FridaTools && git clone https://gitlab.ys1231.cn/tools/idaproscripts/generatefridascript.git $HOME/.idapro/plugins/FridaTools- Simply press the shortcut key
Fin the assembly window to generate thehookcode for the function where the current pointer is located.
cd $HOME/.idapro/plugins/FridaTools
uv init
uv sync
pip install "mcp[cli]"{
"mcpServers": {
"idamcp": {
// windsurf
"serverUrl": "http://127.0.0.1:12345/sse",
// cursor
// "url": "http://127.0.0.1:12345/sse",
}
}
}- Generate the hook code for the function
- Generate code for the Flutter SSL Bypass Frida Hook
- Add a base mcp server, which can be used in IDA Pro to generate Flutter bypass hook scripts
- After using the
cloneproject, open the project withPycharmand addIDA Proplug-in development environment

