injdrv icon indicating copy to clipboard operation
injdrv copied to clipboard

When the driver runs, the wow64 process under the 64-bit system of win8.1 can't get up. Has anyone encountered this problem?

Open wumn290 opened this issue 5 years ago • 1 comments

I use InjMethodThunk to cause the wow64 process to fail to start, but when I use InjMethodThunkless, I can inject 64-bit DLL into the wow64 process, but loading 32-bit DLL in this 64-bit DLL will fail.

wumn290 avatar May 17 '19 10:05 wumn290

Hello, just use CapturedInjectionInfo->ForceUserApc = FALSE - works on all Windows x64.

wooddii avatar Aug 16 '20 14:08 wooddii