hxxt192

Results 3 comments of hxxt192

C:\dynamorio-release_9.0.1\build32>bin32\drrun.exe -verbose -64 notepad.exe INFO: targeting application: "C:\Windows\system32\notepad.exe" INFO: app cmdline: "notepad.exe" INFO: configuration directory is "C:\Users\Administrator/dynamorio" INFO: created child with pid 3376 for C:\Windows\system32\notepad.exe ERROR: cannot find required file...

Env:**win7 x32** the DR version: **dynamorio-release_9.0.1 (vs2019 build x32)** And you only built the 32-bit DR? **YES** And you're trying to run the 64-bit notepad with the 32-bit DR with...

build step: Visual Studio 2019 > x86 Native Tools Command Prompt for VS 2019 ```>cd dynamorio_root >mkdir build32 && cd build32 >cmake -G"Visual Studio 16 2019" -A Win32 .. >cmake...