Inject on process who hooks LdrLoadDll/LoadLibrary

c++ / delphi package - dll injection and api hooking
Post Reply
PSLorde
Posts: 11
Joined: Sat Oct 17, 2015 6:15 pm

Inject on process who hooks LdrLoadDll/LoadLibrary

Post by PSLorde »

Hello,
Could anyone tell me how I can have MCH inject my dll into a process that hooks the LdrLoadDll / LoadLibrary apis to avoid dlls injection?
I have paid MCH but I came across this problem, where the InjectLibrary/driver function can not inject my dlls in process who hooks the mentioned apis (LdrLoadDll / LoadLibrary).

Only hook if the MCH run first than target process, if target process run first MCH don't inject because target hook the apis to avoid dll injection.

Douglas Ruiz.
PSLorde
Posts: 11
Joined: Sat Oct 17, 2015 6:15 pm

Re: Inject on process who hooks LdrLoadDll/LoadLibrary

Post by PSLorde »

Found a solution for 32 bits, now looking for 64 bits.
Post Reply