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
- Simply press the shortcut key
Fin the assembly window to generate thehookcode for the function where the current pointer is located.
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",
}
}
}rm -rf $HOME/.idapro/plugins/frida && git clone https://github.com/ys1231/idafridascript.git $HOME/.idapro/plugins/frida- 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

