Search found 31 matches

by Overnissen
Tue Nov 16, 2021 12:12 pm
Forum: madRemote
Topic: InitUnprotectMemory missing from x64 madRemote.dcu
Replies: 4
Views: 57177

Re: InitUnprotectMemory missing from x64 madRemote.dcu

This time it's my turn to apologize for the late reply ;) Well, it used to be there in both Win32 and Win64 versions of madRemote, howcome it's not needed in the Win64 version of madRemote anymore ? It's still there for Win32 in the latest madCollection (2.8.9.0), but not for Win64 ? I know madKerne...
by Overnissen
Wed Nov 03, 2021 8:28 pm
Forum: madKernel
Topic: a lot of code that is not safe or cannot be compiled under 64
Replies: 5
Views: 6131

Re: a lot of code that is not safe or cannot be compiled under 64

I understand.. I was just thinking that there might be a way to get the community to chip in lifting madKernel, madShell and other stuff that is not x64 ready onto 64 bit, if not the Open Source way - then maybe some other way.. I mean, when calling madCodeHook I would pass a pid as parameter, but i...
by Overnissen
Wed Nov 03, 2021 3:25 pm
Forum: madKernel
Topic: a lot of code that is not safe or cannot be compiled under 64
Replies: 5
Views: 6131

Re: a lot of code that is not safe or cannot be compiled under 64

I was wondering.. I fully respect that you are busy Madshi and I also completely understand that you don't have the time anymore to dedicate to maintaining madCollection, let alone upgrading it to 64 but and maintain it. I do have a suggestion however, how about making madCollection Open Source ? .....
by Overnissen
Fri Apr 15, 2016 7:29 pm
Forum: madRemote
Topic: InitUnprotectMemory missing from x64 madRemote.dcu
Replies: 4
Views: 57177

Re: InitUnprotectMemory missing from x64 madRemote.dcu

I don't know..

It's part of the TIModule.SetProcAddress() function in madKernel.pas.
by Overnissen
Fri Apr 15, 2016 3:30 pm
Forum: madRemote
Topic: InitUnprotectMemory missing from x64 madRemote.dcu
Replies: 4
Views: 57177

InitUnprotectMemory missing from x64 madRemote.dcu

Dearest madshi,

Having upgraded to your latest Delphi complains that "InitUnprotectMemory" is missing in madRemote.dcu when building for x64.

32 bit builds without any problems.

Am I doing something wrong ?

Respectfully
by Overnissen
Mon Mar 21, 2016 11:34 pm
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

No no, that was my own frag-up as usual.. ;)
by Overnissen
Mon Mar 21, 2016 3:37 pm
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

Yes, absolutely, the drivers are fine.. It is just that, for some odd reason, the bug that I've been experiencing (or, odd behavior) was very intermittent, sometimes showing after 5 minutes and at other occasions after 5 or 10 hours, but when using the drivers it showed up quite quickly, which again...
by Overnissen
Fri Mar 18, 2016 7:43 am
Forum: madCodeHook
Topic: Driver survives reboots, but how about injection requests ?
Replies: 7
Views: 8719

Re: Driver survives reboots, but how about injection request

Iconic, Thanks, but I'm not spawning another process, if you got that impression I apologize. It's basically just a very simple service that starts and checks if the injection driver is running, if not it attempts to start it and then if successful, submits an injection request for the driver to inj...
by Overnissen
Thu Mar 17, 2016 9:26 pm
Forum: madCodeHook
Topic: Driver survives reboots, but how about injection requests ?
Replies: 7
Views: 8719

Re: Driver survives reboots, but how about injection request

I'm using madCodeHookBeta 2.7.12.11 I would tend to agree with you, except that if I perform system wide injection after login, everything works without any problems.. Anyway, I'll try the latest build for sure and see where that takes me. I'm using Delphi XE5 btw, I wasn't to call Initialize/Finali...
by Overnissen
Thu Mar 17, 2016 9:00 pm
Forum: madCodeHook
Topic: Driver survives reboots, but how about injection requests ?
Replies: 7
Views: 8719

Re: Driver survives reboots, but how about injection request

I know what you mean.. My challenge was that I need the injection driver to perform the injection, ideally when my application is running, but in order to communicate with the driver through the API the application needs to run with administrative (or elevated) privileges, that is not possible or by...
by Overnissen
Thu Mar 17, 2016 6:01 pm
Forum: madCodeHook
Topic: Driver survives reboots, but how about injection requests ?
Replies: 7
Views: 8719

Driver survives reboots, but how about injection requests ?

Dear madshi, Having the injection driver survive reboots is absolutely a great thing, so it automatically starts when the system starts, very convenient for many purposes. It would appear that it doesn't remember injection requests from the last session, or at least the beta driver doesn't, is that ...
by Overnissen
Sun Mar 13, 2016 8:23 pm
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

Yes, so far I'd have to say that they're fine :)

I'll be making a new build here tonight, I got a couple of other bugs I need to fix as well, but I'll for sure keep you updated, I'll be getting feedback from the beta testers regularly. ;)

Thanks madshi :)
by Overnissen
Sun Mar 13, 2016 6:13 pm
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

I might not have expressed myself in a clear manner, for that I apologize. The problem CAN be reproduced with the release drivers, since I can reproduce it by "manual" injection into a single process (Chrome.exe) without using the driver all together, so the problem would definitely be pre...
by Overnissen
Sun Mar 13, 2016 12:24 am
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

Okay.. I commented out all the LoadLibrary hooks and the problem appears to be gone. I'm thinking that what I have been seeing might be some kind of race condition, where my code is hooking LoadLibrary and when the libraries I "subscribed" to by calling HookAPI() on .dlls that was not load...
by Overnissen
Sat Mar 12, 2016 10:54 pm
Forum: madCodeHook
Topic: Rare 0xc0000018 error on w81 64b apps
Replies: 36
Views: 56800

Re: Rare 0xc0000018 error on w81 64b apps

Well now, that was a nice feature hooking the LoadLibrary calls, I was not at all aware of that.. I don't know it that's the culprit, but I might mess things up doing just that.. Most of the rest of the hooking .dll is based on code that I have already tested over a long period and have already been...