DynDataResolver icon indicating copy to clipboard operation
DynDataResolver copied to clipboard

Trace all program

Open Pl0414141 opened this issue 3 years ago • 0 comments

I would like use the command line to trace all the program and in order to avoid enter an absolute code range, like 0x410000 - 0x412000, see below:

C:\tools\DDR\DynamoRIO-Windows-8.0.18585\bin32>drrun.exe -c "C:\tools\DDR\ddr32.dll" -- "C:\Users\reve\Desktop\myprogram\myprogram.exe"

[DDR] [INFO] DDR Client DLL x32 Version 1.02 beta initializing... [DDR] [INFO] DDR Client DLL running from: C:\tools\DDR [DDR] [ERROR] Unexpected command line parameter. This should not happen.

C:\tools\DDR\DynamoRIO-Windows-8.0.18585\bin32>

How can i solve this? Thank you

Pl0414141 avatar Aug 15 '21 16:08 Pl0414141