Search found 14 matches

by Nash70
Thu Mar 02, 2017 1:46 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10199

Re: Ipc queue not sending back an answer

UAC (not AUC :oops: dyslexia dixit) dialog ask for elevated privileges .

i will try with last beta. Thanks again!
by Nash70
Thu Mar 02, 2017 12:34 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10199

Re: Ipc queue not sending back an answer

hi,

This also seems to happen with the AUC. If start a process with "run as admin" the hooks will work, but the ipc message does not arrive.

Tested win10, win8.1 + mch4 last beta.
by Nash70
Wed Mar 01, 2017 11:28 pm
Forum: madCodeHook
Topic: MCH 4 Chrome & Follow_jmp
Replies: 5
Views: 8188

Re: MCH 4 Chrome & Follow_jmp

i will try to generate one, but it can't be difficulty because is the environment of a customer. I will send you a PM.
by Nash70
Wed Mar 01, 2017 5:36 pm
Forum: madCodeHook
Topic: MCH 4 Chrome & Follow_jmp
Replies: 5
Views: 8188

Re: MCH 4 Chrome & Follow_jmp

as usual, fast like lightning madshi :wink:

are from chrome, not mine.
if not running AV or inject without FOLLOW_JMP the uninjection is done correctly
by Nash70
Wed Mar 01, 2017 5:00 pm
Forum: madCodeHook
Topic: MCH 4 Chrome & Follow_jmp
Replies: 5
Views: 8188

MCH 4 Chrome & Follow_jmp

Hi everyone, Mch4 in windows10 (aniversary with secure boot disabled), has the same behavior described in the thread http://forum.madshi.net/viewtopic.php?f=7&t=28319 if the antivirus (symantec EndPoint Protection 12.1.16) and chrome (56.0.2924.87 (Official build) (64 bits)) are present, the FOL...
by Nash70
Mon Jun 09, 2014 10:50 pm
Forum: madCodeHook
Topic: NtOpenFile win7 error
Replies: 6
Views: 5899

Re: NtOpenFile win7 error

this makes a lot of sense, vielen dank madshi!
by Nash70
Mon Jun 09, 2014 9:09 pm
Forum: madCodeHook
Topic: NtOpenFile win7 error
Replies: 6
Views: 5899

Re: NtOpenFile win7 error

well, I'm not sure but I think the hook only collects the calls of process itself. The debugger only stops at the calls to ntopenfile of the process itself. With createproccessw stop in every call. guess i'm doing something wrong but do not see it.
by Nash70
Mon Jun 09, 2014 7:52 pm
Forum: madCodeHook
Topic: NtOpenFile win7 error
Replies: 6
Views: 5899

Re: NtOpenFile win7 error

hi madshi!
madshi wrote:What is the problem exactly?
the hook ntopenfile seems not to work in systemwide, the CreateProcessW works without problem

:S
by Nash70
Mon Jun 09, 2014 2:51 pm
Forum: madCodeHook
Topic: NtOpenFile win7 error
Replies: 6
Views: 5899

NtOpenFile win7 error

Hi, i'm still trying, without any luck, to wide hook the ntopenfile and ntcreatefile with v3 of madcodehook in win7 32b. In debug mode only catch the call's of self process,i'm injecting the dll with dllinjector32.exe (without problem). In the same dll was CreateProcessW hook and works fine. NTSTATU...
by Nash70
Wed Jun 04, 2014 1:23 pm
Forum: madCodeHook
Topic: [Solved] Troubles signing driver in win7
Replies: 8
Views: 8082

Re: Troubles signing driver in win7

solved, for the docu!

win7 does not support sha-256 :sceptic: (waiting for a patch) for kernel drivers!!!!

solution: Reissue the cert as sha-1.

now i can sign the driver!
by Nash70
Tue Jun 03, 2014 10:36 pm
Forum: madCodeHook
Topic: [Solved] Troubles signing driver in win7
Replies: 8
Views: 8082

Re: Troubles signing driver in win7

ok thanks madshi, I'll contact globalsign support.
by Nash70
Tue Jun 03, 2014 8:33 pm
Forum: madCodeHook
Topic: [Solved] Troubles signing driver in win7
Replies: 8
Views: 8082

Re: Troubles signing driver in win7

re-signing the driver make the injection fail. I try to sign it with the tool from GlobalSign (without erros) with the same result, fail to inject.

you want test with the driver signed by me?
by Nash70
Tue Jun 03, 2014 5:37 pm
Forum: madCodeHook
Topic: [Solved] Troubles signing driver in win7
Replies: 8
Views: 8082

Re: Troubles signing driver in win7

Hi madshi, Your code runs fine -ofcourse- And yes, i only change the name of the cert, download the mscross from http://go.microsoft.com/fwlink/?LinkId=321777 (Global sign) The only difference I see is in ca name. GlobalSign CodeSigning CA - SHA256 -G2 in my one and GlobalSign CodeSigning CA -G2 in ...
by Nash70
Tue Jun 03, 2014 4:01 pm
Forum: madCodeHook
Topic: [Solved] Troubles signing driver in win7
Replies: 8
Views: 8082

[Solved] Troubles signing driver in win7

Hi everyone, First of all congratulate you all for the great work! and sorry for my bad English. I'm testing the driver signature HookProcessCreation example with window 7 64bit Home Premium and codehook 3.1.7. Once configured the "configDrivers.bat" with paths, certificate name and AC &qu...