windows - Error 0xc000007b When trying to inject a DLL with detours -
i'm trying inject dll new process using latests 32 bit detours library.
http://research.microsoft.com/en-us/projects/detours/
it worked me in past after change in dll, stopped working processes. when resume process message box saying
the application unable start correctly (0xc000007b). click ok close application.
i've recreated plain , empty dll injected has no dependencies other kernel32.dll. other executables works perfectly.
any idea why can happen?
it turned out problem the dll injecting using detours did have exports. once added dummy export, worked perfectly.
Comments
Post a Comment