Search found 19 matches

by tbrd
Fri Nov 09, 2018 5:49 am
Forum: madCodeHook
Topic: Bluescreen on Windows 7 x64
Replies: 3
Views: 7066

Re: Bluescreen on Windows 7 x64

There is still no newer release. Is current beta installer 2.8.6.3 ok for production?
by tbrd
Tue Oct 16, 2018 10:15 am
Forum: madCodeHook
Topic: Bluescreen on Windows 7 x64
Replies: 3
Views: 7066

Bluescreen on Windows 7 x64

Hello Madshi! On Windows 7 Pro X64 your MCH driver sometimes causes a 0x50 Bluescreen. It is signed with my EV cert (with cross signing) and signed by MS. If I omit MS signing, those crashes do no occurr. On Windows 10 there are no bluescreens with that binary. It is tested with MCH installer 2.8.6....
by tbrd
Thu Dec 14, 2017 9:29 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

Hi Madshi!
Is there a solution for my problem in near future?
by tbrd
Fri Dec 01, 2017 10:30 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

Yes, the 32-bit sender is the problem.

No, I do not have access to the source code. I use v4 linking the static lib files into my executable.
by tbrd
Fri Dec 01, 2017 10:19 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

Yes then it works, but the "reply" is the important thing in my case :(
by tbrd
Fri Dec 01, 2017 10:05 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

ist is \RPC Control\mchIpcTEST. If the queue is not available, my SendIpcMessage test executable immediately fails and there is no timeout. just as expected.
by tbrd
Fri Dec 01, 2017 9:59 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

sorry I ment the queue process. the sending process is system account of course.
by tbrd
Fri Dec 01, 2017 9:56 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

I tested all three failed combinations with elevated sender: nothing changed
by tbrd
Fri Dec 01, 2017 9:16 am
Forum: madCodeHook
Topic: ERROR_FILE_NOT_FOUND with Open/Create-GlobalFileMapping
Replies: 6
Views: 7407

Re: ERROR_FILE_NOT_FOUND with Open/Create-GlobalFileMapping

Hi Madshi!

That explains it. What I did not expect was, that you open a session specific mapping instead of failing and setting LastError.

Thanks :)
by tbrd
Fri Dec 01, 2017 8:29 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

Re: SendIpcMessage from service to usersession fails on 32 b

Hello Madshi! I just ran the following test on my Windows 8 32-Bit machine. Installer 2.8.3.0, Console executable compiled with the latest VS 2017 : VOID WINAPI IPCCALLBACK(LPCSTR pIpc, LPCVOID pMessageBuf, DWORD dwMessageLen, LPVOID pAnswerBuf, DWORD dwAnswerLen, LPVOID pContext) { _putws(L"ca...
by tbrd
Thu Nov 30, 2017 11:45 am
Forum: madCodeHook
Topic: SendIpcMessage from service to usersession fails on 32 bit
Replies: 23
Views: 24210

SendIpcMessage from service to usersession fails on 32 bit

Hi Madshi! I want to send IpcMessages from my system process running in session 0 to my user process running in an input session. It does function, if I use 64-bit processes on 64-bit platform. If I run my 32-bit compilation on a Windows 7 32-bit machine, all IPC calls run into a timeout of approx. ...
by tbrd
Tue Nov 28, 2017 1:16 pm
Forum: madCodeHook
Topic: ERROR_FILE_NOT_FOUND with Open/Create-GlobalFileMapping
Replies: 6
Views: 7407

ERROR_FILE_NOT_FOUND with Open/Create-GlobalFileMapping

Hi Madshi! When a "global file mapping" is created within a console session (e.g. 1), my system process within session 0 cannot open that mapping. Last error equals 2. The same file mapping can be opened from within the console session by other processes. "Global file mappings" c...
by tbrd
Thu Sep 14, 2017 8:49 am
Forum: madCodeHook
Topic: SendIPC to service from DLLmain in Edge
Replies: 10
Views: 15289

SendIPC to service from DLLmain in Edge

Hello! I have a problem in Windows 10 x64 1703 (and newer insider builds). In Edge my hookdll (DLLmain) cannot send an MCH IPC message to its service. The IPC-queue has no special security descriptor and can be accessed all other (normal) processes. But in Edge the message is not sent and lastError ...
by tbrd
Thu Dec 15, 2016 12:43 pm
Forum: madCodeHook
Topic: MCH 4 (2.8.0.2 and 2.8.0.9)
Replies: 10
Views: 12672

Re: MCH 4 (2.8.0.2 and 2.8.0.9)

OK thanks
by tbrd
Thu Dec 15, 2016 12:35 pm
Forum: madCodeHook
Topic: MCH 4 (2.8.0.2 and 2.8.0.9)
Replies: 10
Views: 12672

Re: MCH 4 (2.8.0.2 and 2.8.0.9)

yes callstack with 2.8.0.11 is different: PROBLEM_CLASSES: SOFTWARE_NX_FAULT Tid [0x1998] Frame [0x00]: wow64!Wow64NotifyDebugger AFTER_CALL Tid [0x1998] Frame [0x00]: wow64!Wow64NotifyDebugger Failure Bucketing BUGCHECK_STR: SOFTWARE_NX_FAULT_AFTER_CALL DEFAULT_BUCKET_ID: SOFTWARE_NX_FAULT_AFTER_CA...