load_debugger
Load the debugger
dbgname - debugger module name
Examples: win32, linux, mac.
use_remote - 0/1: use remote debugger or not
This function is needed only when running idc scripts from the command line.
In other cases IDA loads the debugger module automatically.
success load_debugger(string dbgname, long use_remote);
Last updated