simple_appcall_linux
summary: execute code into the application being debugged (on Linux)
- description:
Using the ida_idd.Appcall utility to execute code in the process being debugged.
This example will run the test program and stop wherever the cursor currently is, and then perform an appcall to execute the ref4 and ref8 functions.
To use this example:
run ida64 on test program simple_appcall_linux64, or ida on test program simple_appcall_linux32, and wait for auto-analysis to finish
select the ‘linux debugger’ (either local, or remote)
run this script
Note: the real body of code is in simple_appcall_common.py.
level: advanced
Attributes
Module Contents
- simple_appcall_linux.appcall_hooks