We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: