Search found 5 matches

by Intriguer
Wed Jun 14, 2017 2:38 pm
Forum: madCodeHook
Topic: madshi kernel doesn't inject anything
Replies: 5
Views: 14532

Re: madshi kernel doesn't inject anything

Yes, thanks.
by Intriguer
Wed Jun 07, 2017 11:53 am
Forum: madCodeHook
Topic: madshi kernel doesn't inject anything
Replies: 5
Views: 14532

Re: madshi kernel doesn't inject anything

Already have found that issue...
// This dll is not known to the driver.
// And the authenticode certificate's public key doesn't match our driver's, either.
// So we refuse to inject this DLL, just to be safe - sorry!
by Intriguer
Wed Jun 07, 2017 7:51 am
Forum: madCodeHook
Topic: madshi kernel doesn't inject anything
Replies: 5
Views: 14532

Re: madshi kernel doesn't inject anything

So, for now I debugged Demo project and library, and understood that library cannot communicate with driver - madCHook::DriverInject::SendDriverCommand always get false here - result = DeviceIoControl(fh, command, buf, buf->Size, outbuf, outbufSize, &c1, NULL) != false; I tried to install and st...
by Intriguer
Tue Jun 06, 2017 12:09 pm
Forum: madCodeHook
Topic: madshi kernel doesn't inject anything
Replies: 5
Views: 14532

Re: madshi kernel doesn't inject anything

Can somebody help me?
by Intriguer
Tue Jun 06, 2017 8:24 am
Forum: madCodeHook
Topic: madshi kernel doesn't inject anything
Replies: 5
Views: 14532

madshi kernel doesn't inject anything

I built Win32 Release HookProcessCreationDemo. Copied DllInjector32.exe and HookProcessCreation32.dll to target machine. Copied drivers from Driver_bin directory. Used Demos\HookProcessCreation\configDrivers.bat and run DllInjector32.exe with admin privileges. Executable loaded driver successfully a...