Search found 10756 matches

by madshi
Mon Jan 22, 2024 4:50 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2707

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: 25235

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: 2707

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: 25235

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: 2707

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...
by madshi
Sat Jan 13, 2024 4:38 pm
Forum: madBasic
Topic: MethodToProcedure, Linux
Replies: 5
Views: 15220

Re: MethodToProcedure, Linux

Sure.
by madshi
Sat Jan 13, 2024 11:10 am
Forum: madBasic
Topic: MethodToProcedure, Linux
Replies: 5
Views: 15220

Re: MethodToProcedure, Linux

That's fine, I don't mind.
by madshi
Sat Jan 13, 2024 9:34 am
Forum: madExcept
Topic: Converting TStackItem or TStackTrace to a string
Replies: 2
Views: 35125

Re: Converting TStackItem or TStackTrace to a string

You can use "exceptIntf.BugReportSections[0]" instead. This will be the crashing thread, which is usually (but not always) the main thread.
by madshi
Sat Jan 13, 2024 9:32 am
Forum: madExcept
Topic: Standalone bug report creation in DLL
Replies: 1
Views: 26709

Re: Standalone bug report creation in DLL

Is it not your own EXE file? Or what is the reason you want this to independent of the EXE file? Do you want bug reports to be created only for crashes in your own DLL or also for crashes in the EXE file?
by madshi
Sat Jan 13, 2024 9:31 am
Forum: madExcept
Topic: Delphi 2007 integration
Replies: 1
Views: 27835

Re: Delphi 2007 integration

The installer should add the packages madBasic_.bpl, madDisAsm_.bpl, madExcept_.bpl and madExceptWizard.bpl to your IDE. Can you check your list of installed IDE packages to see if these are listed? Maybe they are unchecked? If they are checked, you should have a menu item "madExcept Settings&q...
by madshi
Sat Jan 13, 2024 9:28 am
Forum: madBasic
Topic: MethodToProcedure, Linux
Replies: 5
Views: 15220

Re: MethodToProcedure, Linux

I'm sorry, I've no experience with Linux.
by madshi
Tue Jan 09, 2024 10:35 pm
Forum: madExcept
Topic: After installing madExcept 5.1.3, Alexandria 11.3 does not start.
Replies: 14
Views: 140842

Re: After installing madExcept 5.1.3, Alexandria 11.3 does not start.

madExcept32.dll is only used for leak reporting and the "instantly crash" feature. So it seems that some BPL that is loaded in the IDE tries to activate leak reporting and/or "instantly crash". Which is definitely not default behavior for madExcept. Do you have any of your own BP...
by madshi
Sat Jan 06, 2024 9:58 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25235

Re: Application crashes when generating leak reports

Is it a 32bit or 64bit application? In 32bit, it's very easy to run out of RAM, especially when using leak reporting. Anyway, your original problem does not really indicate a leak, I think instead it indicates that you probably have a secondary thread that is still running while your application is ...
by madshi
Sat Jan 06, 2024 9:54 pm
Forum: madExcept
Topic: Unit initialization order
Replies: 1
Views: 22890

Re: Unit initialization order

I don't think so. madExcept itself doesn't know, either.
by madshi
Sat Jan 06, 2024 1:22 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49426

Re: Delphi 12

Yes, of course.