تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
compare different execution traces of the same exe, but ran with different params
#2
ry using IDC function 
StartDebugger
. You can pass a C-style string (e.g. 
"\x55\x89\xe5"
)for program arguments:
***********************************************
** Launch the debugger
   arguments:
        path - path to the executable file.
        args - command line arguments
        sdir - initial directory for the process
for all args: if empty, the default value from the database will be used
   returns: -1-failed, 0-cancelled by the user, 1-ok
   See the important note to the StepInto() function

long StartDebugger(string path, string args, string sdir);

docs.hex-rays.com/user-guide/debugger/debugger-tutorials/ida_scriptable_debugger1/ida_scriptable_debugger2.md


الردود في هذا الموضوع
RE: compare different execution traces of the same exe, but ran with different params - بواسطة Stingered - 25-08-2025, 08:08 PM

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم