InjectionError in Win8.1, Wow64 Process, NewInjectionMethod

c++ / delphi package - dll injection and api hooking
Post Reply
star114
Posts: 6
Joined: Tue Mar 25, 2014 6:48 am

InjectionError in Win8.1, Wow64 Process, NewInjectionMethod

Post by star114 »

hello :D
I'm testing in Windows 8.1 x64 Machine.
I want to use NewInjectionMethod, but I cannot inject my dll into wow64 Processes when I set NewInjectionMethod flag, (Ex. Chrome..etc)

When I called InjectLibraryW API in my process,
Wow64 processes that already is running were successful. But If I start new process, my dll cannot be injected that process. (chrome 32bit process)
(All 64bit Processes are Normal.)

I found that "InjectLibraryNew32" Function Returns True.!!!!
OMG :(

I need your help.

Thanks.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: InjectionError in Win8.1, Wow64 Process, NewInjectionMet

Post by madshi »

Do you really need the NewInjectionMethod? I've disabled it by default because some users reported problems with that. I plan to add a different "new" injection method in madCodeHook 4.0. I'm not sure if it's a good idea to use madCodeHook 3.0's NewInjectionMethod. It might be safer to stick to the default method.
Post Reply