Johnny Shaw

Results 3 comments of Johnny Shaw

In order to create a wow64 process on a modern OSes, I believe you need to call `NtCreateUserProcess`. The way of creating a wow64 process using `NtCreateProcessEx` (e.g. specifying the...

@mohamadrezashafie sorry I'm just getting to this. Is it possible the MSVC installed isn't the same or is out of date on your machine? Here is the include path mine...

Make sure to add `$(VC_IncludePath)` to your Additional Include Directories if you are trying to build with your own driver project.