Search found 4 matches

by jmpc
Wed Feb 19, 2014 7:20 pm
Forum: madCodeHook
Topic: InjectLibrary failed on microsoft windows server 2003
Replies: 27
Views: 25759

Re: InjectLibrary failed on microsoft windows server 2003

Setting "Enable String Pooling" to "Yes" (/GF) in my empty dll project made injection work, I have no idea why. Tried the exact same thing with a bigger dll (~500k) that hooks some gdi API and it worked as well. But in a more complex dll (~12MB) , where I hook multiple Windows AP...
by jmpc
Wed Feb 19, 2014 4:47 pm
Forum: madCodeHook
Topic: InjectLibrary failed on microsoft windows server 2003
Replies: 27
Views: 25759

Re: InjectLibrary failed on microsoft windows server 2003

Sorry, uploaded the file to the wrong folder. The link should work now. Thank you so much madshi. Your example works OK for me. Also, I'm able to inject your empty.dll into a RDP process from SYSTEM account using my injection executable, so the problem seems to be in my dll. I need to investigate f...
by jmpc
Wed Feb 19, 2014 4:03 pm
Forum: madCodeHook
Topic: InjectLibrary failed on microsoft windows server 2003
Replies: 27
Views: 25759

Re: InjectLibrary failed on microsoft windows server 2003

Thank you for your answer, madshi. I can't download your code because the link seems to be broken and produces a 404 Not Found error. Could you please fix it so we can test it in our enviroments? In main session: Installed a little service, which does nothing but InjectLibrary(InternetExplorerProces...
by jmpc
Wed Feb 12, 2014 1:59 pm
Forum: madCodeHook
Topic: InjectLibrary failed on microsoft windows server 2003
Replies: 27
Views: 25759

Re: InjectLibrary failed on microsoft windows server 2003

Hello All. Did you find a solution for this issue? I'm experiencing the same problem. I have a service running under system account that sometimes injects a dll into processes running under different accounts. Injection works OK for processes running under a different session if the user is NOT logg...