Search found 4 matches

by franktrap
Thu Oct 20, 2016 6:56 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10880

Re: Ipc queue not sending back an answer

Both sender and receiver were recompiled with the beta files, libs as well as drivers. It would take a bit of work to mock up a small, functionally equivalent, working example. I'll try to find some time to make a test project and email (or gitlab/hub/other preferred method) you the source (assuming...
by franktrap
Thu Oct 20, 2016 12:59 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10880

Re: Ipc queue not sending back an answer

Update: Reverted back to madchooks 3.1.13, ipc queue now works as expected. No changes were made in the code base which is responsible for establishing, sending messages, and closing the queue. This points to a likely bug in the madchooks 4.0.0 and beta build relating to sending an answer back to th...
by franktrap
Wed Oct 19, 2016 5:03 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10880

Re: Ipc queue not sending back an answer

I applied the beta build. It fixed the problem with RegisterUninjectCallback (compiles and seems to work properly), however the issues with getting answers back to the injected process persist. I'll revert back to madchooks 3.1 to verify that the behavior is due to the switch between 3.1 and 4.0, or...
by franktrap
Wed Oct 19, 2016 2:03 pm
Forum: madCodeHook
Topic: Ipc queue not sending back an answer
Replies: 9
Views: 10880

Ipc queue not sending back an answer

We've recently upgraded to madCodeHook 4.0, and have ran into some issues relating to the ipc queue. When injecting system-wide, we're usually not getting an answer back to the injected dll. The queue does get established, and some processes are able to get an answer back, but not all. This was not ...