This script records function calls (and returns) across an executable using IDA debugger API, along with all the arguments passed. It dumps the info to a text file, and also inserts it into IDA's ...
A helper script for IDA Remote GDB Debugger (gdbserver) to automatically setup memory region. This script use gdbserver's host io function (vFile:pread) to read /proc/XXX/maps and then insert the ...