drltrace
drltrace copied to clipboard
Drltrace is a library calls tracer for Windows and Linux applications.
Can we attach the drltracer to a running process?
Hello,i want to know where can find this script? 
Hello all, I download drltrace_win64 version in my Win10 I set env & run command `drltrace -logdir . .\hello.exe` and my terminal display 'INFO: C:\User\...\...\hello.exe sucessfully started, waiting app for...
The API calls were not printed in the right order. This commit introduces a string that we fill for each API call so we can return all the information at...
There is some problem with drltrace when compiled in RelWithDebInfo configuration. ``` Test command: /home/travis/build/mxmssh/drltrace/build/bin/drltrace "--" "./bin/drltrace_app" 1: Test timeout computed to be: 10000000 1:
I incorporated the fixes for return value retrieval. That fixes most of the problems, yet some crashes on Windows still occur. Its gotten to the point where I'm not very...
We have to add return value printing for each API call printed.
C:\Program Files (x86)\TechnoResearch\Centurion>C:\Source\drltrace_win_x32\bin\drltrace.exe -logdir c:\source -- centurion.exe ERROR: failed to create process for "C:\Program Files (x86)\xxxxxxxxx\Centurion\centurion.exe". If you wish I can provide the PE file in question. I haen't tried...
Thanks for all the contribution and information in drltrace. I have just started the research of binary analysis in Windows. And I am trying to apply drltrace on my research...