Search found 10766 matches

by madshi
Thu Feb 08, 2024 6:07 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49741

Re: Delphi 12

No need to copy madExcept64.dll in with madExcept32.dll name. You can simply rename/delete madExcept32.dll. It's not needed. It's only used for leak reporting and/or the "instantly crash" feature, it's not used for anything else. And if it's not there, everything will still work, only the ...
by madshi
Thu Feb 08, 2024 6:02 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49741

Re: Delphi 12

I've seen a similar report previously. The issue is this: The "madExcept32.dll" file is not supposed to be loaded into the IDE. It is loaded into the IDE only if there's a package loaded in the IDE which was compiled with either leak reporting or with the "instantly crash" featur...
by madshi
Thu Feb 08, 2024 3:02 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49741

Re: Delphi 12

Do you have any self-written IDE packages installed?
by madshi
Thu Feb 08, 2024 2:56 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49741

Re: Delphi 12

That's really weird. The problem is that it's hard for me to do anything, or even debug the problem, because I can't reproduce it on my PC.

Would it be too much to ask to try uninstalling and reinstalling Delphi 12? I remember that one user did that at some point and it helped with some issue.
by madshi
Thu Feb 08, 2024 8:52 am
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49741

Re: Delphi 12

This seems to be a very rare occurring, I think you're only the 2nd user who has reported such a problem to me so far. How does it crash? Do you get a madExcept crash report? Or a Delphi crash report? Or does it silently exit? It could be some kind of incompatibility between the madExcept IDE extens...
by madshi
Mon Feb 05, 2024 3:28 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

Glad to hear that! :D
by madshi
Mon Jan 29, 2024 10:27 pm
Forum: madExcept
Topic: MadExcept not intergrating into applications
Replies: 6
Views: 14467

Re: MadExcept not intergrating into applications

For a new project in newer Delphi versions, I've noticed that sometimes you need to enable madExcept, save the project, close the project, reopen the project and then it's fine. That wasn't necessary in older Delphi versions. Not sure why this has changed.
by madshi
Wed Jan 24, 2024 9:48 am
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

It's strange, though, that kuaaan has a driver which is prepared for the longer key size, but not a matching madConfigDrv.exe. Not sure how that happened. I'm pretty sure I updated both the driver and the madConfigDrv.exe at the same time, to support longer key sizes... :o
by madshi
Wed Jan 24, 2024 9:17 am
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

Thanks iconic!

@kuaaan, if you send me an email, I can make the newer madConfigDrv.exe available to you separately.
by madshi
Mon Jan 22, 2024 5:30 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25477

Re: Application crashes when generating leak reports

I can reproduce the issue with Delphi 7, but there's really not much I can do about it. The tricky thing is that we want leak reporting to be done at the *VERY LAST* thing in your process. If we do it too early, e.g. let's say we do it just before the "finalization" section of all units ha...
by madshi
Mon Jan 22, 2024 4:50 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

I've copied all the files into one folder, then ran this command line: "madConfigDrv.exe renameme64.sys funnyName -unsafeStopAllowed -cert=pmon.dll" However, I've overwritten the madConfigDrv.exe with the latest version, because I didn't want to execute some EXE I downloaded from the inter...
by madshi
Sun Jan 21, 2024 6:40 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25477

Re: Application crashes when generating leak reports

Ok, I thought it would be a thread still being active, and now it seems to have been some window instead, maybe. In any case, usually madExcept's leak reporting only starts when the application is already nearly shutdown. So if any code still crashes afterwards, that would point to probably some cod...
by madshi
Fri Jan 19, 2024 5:55 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

The driver wants to check if the DLL that it is asked to inject is "trustworthy" or not. Because if the driver didn't do that, malware could misuse the driver to inject malware dlls. We definitely don't want that! So because of that the driver has to have a way to verify if a DLL is trustw...
by madshi
Fri Jan 19, 2024 5:45 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25477

Re: Application crashes when generating leak reports

I don't think activating leak reporting is a good idea in your specific situation. Leak reporting almost never helps tracking down the cause of exceptions. Leak reporting is for finding issues with high memory consumption, or your application running into "out of memory" exceptions. For ot...
by madshi
Wed Jan 17, 2024 9:46 am
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2875

Re: help! Do not injection

First of all, does loading the driver succeed? That's the first step. The "The driver file does not support storing trusted certificates" suggest that you might be using an outdated driver file? Please make sure you use the latest driver from the latest installer: http://madshi.net/madColl...