Cisco-Talos / DynDataResolver

221 stars 29 forks source link

Trace all program #16

Open Pl0414141 opened 3 years ago

Pl0414141 commented 3 years ago

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