drrun.exe -debug -verbose -- ConsoleApplication1.exe sample.pptx
--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-users+unsubscribe@googlegroups.com.
To post to this group, send email to dynamorio-users@googlegroups.com.
Visit this group at https://groups.google.com/group/dynamorio-users.
For more options, visit https://groups.google.com/d/optout.
It sounds like some invasive software on your system is injecting code into your process and hooking all of those functions. I would suggest launching in a debugger or attaching a debugger and examining those routines to see who it is: generally if you follow the hook's jump you'll see generated code containing a call into a .dll and that .dll will tell you who.
On Thu, Jun 22, 2017 at 3:57 PM, 'Flora Xiao' via DynamoRIO Users <dynamor...@googlegroups.com> wrote:
Hello,
First, thanks for the tool! I'm excited to use it.
I wrote a simple console application (generically titled ConsoleApplication1.exe) with one parameter to indicate the input file. The console application started as a stock C# Console Application project in Visual Studio 2015, which I modified to import a library (let's call it TryThisOut) and run a couple functions in the TryThisOut, then exit. It runs and exits with no errors in Visual Studio 2015. I compiled it into a x64 Release binary, and ran the binary from the Developer Command Prompt for VS2015--it ran fine and exits with no errors.
I am currently trying to run it through drrun.exe. The command I'm running is:drrun.exe -debug -verbose -- ConsoleApplication1.exe sample.pptx
This crashes. Is there something I'm doing in my program that's causing this to crash? Was there something I was supposed to include in my code that would cause this? The only libraries I have imported are System and TryThisOut.
--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To post to this group, send email to dynamor...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-users+unsubscribe@googlegroups.com.
To post to this group, send email to dynamorio-users@googlegroups.com.
Maybe notepad is on the AV's whitelist of programs that don't need runtime in-process monitoring?