
IDA Pro
Connects IDA Pro reverse engineering software to large language models for automated binary analysis. Enables programmatic querying of IDA databases through natural language.
525761 views57Local (stdio)
What it does
- Retrieve assembly code for functions by name or address
- Get decompiled pseudocode from binary functions
- Query global and local variable information
- Rename variables in IDA databases
- Extract function details at cursor position
Best for
Reverse engineers automating malware analysisSecurity researchers analyzing binary codeDevelopers working with legacy binaries
Direct IDA Pro integration10 specialized analysis tools
Tools (19)
ida_get_function_assembly_by_name
Get assembly code for a function by name
ida_get_function_assembly_by_address
Get assembly code for a function by address
ida_get_function_decompiled_by_name
Get decompiled pseudocode for a function by name
ida_get_function_decompiled_by_address
Get decompiled pseudocode for a function by address
ida_get_global_variable_by_name
Get information about a global variable by name