IDA Pro
JSON →Interact with IDA Pro for reverse engineering and binary analysis tasks.
Tools · 7
- run_ida_command Executes an IDA Pro Python script.
- search_immediate_value Searches for immediate values in the binary's instructions.
- search_text Searches for text strings in the binary.
- search_byte_sequence Searches for a specific byte sequence in the binary.
- get_disassembly Gets disassembly for an address range.
- get_functions Gets the list of functions from the binary.
- get_exports Gets the list of exports from the binary.
Environment variables
DEFAULT_HOST
Links
★ 97 GitHub stars