mxmssh / drltrace

Drltrace is a library calls tracer for Windows and Linux applications.
BSD 3-Clause "New" or "Revised" License
388 stars 68 forks source link

drltrace does not output logs #13

Closed sar5430 closed 6 years ago

sar5430 commented 6 years ago

Hello ! Thanks for this cool project. I've downloaded it and I can make it works perfectly except when it deal with my binaries, mostly compiled from ASM using nasm or masm, or compiled from linux using minGW.

The only output I get is: INFO: XXX.exe successfully started, waiting app for exit, even if the app is already closed.

Do you know where it may come from ?

sar5430 commented 6 years ago

Well, I was trying to trace my 32bits binaries with the 64bit drltrace. My bad :)