Search found 88 matches

by choochy2003
Sat Jan 06, 2024 12:05 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49402

Re: Delphi 12

Does this also include Delphi 12 support for MadCodeHook?
by choochy2003
Thu Oct 13, 2022 9:41 am
Forum: madCollection
Topic: RAD Studio 11.2 Support
Replies: 4
Views: 9649

Re: RAD Studio 11.2 Support

Ah right that makes one, thanks.

Also, do you have any release notes for the new build?
by choochy2003
Tue Sep 20, 2022 2:39 am
Forum: madCollection
Topic: RAD Studio 11.2 Support
Replies: 4
Views: 9649

RAD Studio 11.2 Support

Just wondering availability timeline Thanks
by choochy2003
Tue Jul 06, 2021 8:02 am
Forum: madCodeHook
Topic: CreateIpcQueue Questions
Replies: 3
Views: 7021

Re: CreateIpcQueue Questions

Thanks for that!

Also, are the threads dynamically created as need? and are they destroyed again when they are no longer needed? In other words, is the thread pool dynamic.
by choochy2003
Tue Jul 06, 2021 7:40 am
Forum: madCodeHook
Topic: Windows 11 support
Replies: 7
Views: 9982

Re: Windows 11 support

Also, to aid in testing without needing Microsoft Certification for every build (although you still need the drivers signed by an EV code signing), you can bypass the Secure Boot check in Windows 11. That is how I run my test builds under Windows 11. Follow these instructions to bypass the Secure Bo...
by choochy2003
Tue Jul 06, 2021 7:14 am
Forum: madCodeHook
Topic: CreateIpcQueue Questions
Replies: 3
Views: 7021

CreateIpcQueue Questions

Is the documentation for the CreateIpcQueue API outdated? Specifically for maxThreadCount, from my testing it never generated more than the default 16 threads when using the default, but the documentation says that or only support 1 or unlimited. Also, are the threads dynamically created as need? an...
by choochy2003
Tue Jul 06, 2021 6:31 am
Forum: madCodeHook
Topic: Windows 11 support
Replies: 7
Views: 9982

Re: Windows 11 support

I have tested our product on the latest Windows 11 Insider Preview build and the injection, hooking & IPC all seem to work as expected.
by choochy2003
Mon Jun 01, 2020 4:04 am
Forum: madCollection
Topic: RAD Studio 10.4 Support
Replies: 7
Views: 11763

RAD Studio 10.4 Support

What does the timeframe on this look like? :D
by choochy2003
Thu Nov 29, 2018 11:41 pm
Forum: madCollection
Topic: RAD Studio 10.3 Support
Replies: 23
Views: 35740

Re: RAD Studio 10.3 Support

As always, you are the best!
by choochy2003
Thu Nov 29, 2018 12:06 pm
Forum: madCollection
Topic: RAD Studio 10.3 Support
Replies: 23
Views: 35740

Re: RAD Studio 10.3 Support

I don't mean to be impatient...but, any updates? Even if it is just beta support for now, I can work with that.

many thanks!
by choochy2003
Thu Nov 22, 2018 1:34 am
Forum: madCollection
Topic: RAD Studio 10.3 Support
Replies: 23
Views: 35740

RAD Studio 10.3 Support

I know it has just been released, but when do you think you might be releasing an update to support it? :D
by choochy2003
Fri Jan 12, 2018 2:53 am
Forum: madCodeHook
Topic: Edge goes high CPU when injected via user-mode
Replies: 2
Views: 6204

Re: Edge goes high CPU when injected via user-mode

It looks like it might not specifically have to do with just the injection itself. If I disable all the hooks inside the DLL, the issue also doesn't occur. However, it doesn't matter which API I hook, hooking any single API will cause this issue. So its a combination of a user-mode injected DLL hook...
by choochy2003
Thu Jan 11, 2018 11:47 pm
Forum: madCodeHook
Topic: Edge goes high CPU when injected via user-mode
Replies: 2
Views: 6204

Edge goes high CPU when injected via user-mode

I have an issue at the moment, on some Windows 10 Fall Creators Update machines, where after our DLL is injected into Microsoft Edge it uses a really high amount of CPU (between 80-100%). This happens via the user-mode injection when Edge is already started and we start our product. If Edge starts l...
by choochy2003
Wed Aug 09, 2017 4:23 am
Forum: madCodeHook
Topic: Windows 10 "Redstone3" and injection/hooking
Replies: 18
Views: 22910

Re: Windows 10 "Redstone3" and injection/hooking

We have done some research and found that WHQL signed DLLs seem to bypass this new security behaviour of Windows. We created a HLK package which included EV signed copies of our Injection DLLs and that fixed the problem in our tests.