Code patched in memory

delphi package - automated exception handling
Post Reply
nminkov
Posts: 44
Joined: Tue Oct 15, 2013 8:01 am

Code patched in memory

Post by nminkov »

I am using a protector software that checks if the executable is patched in runtime. When used with MadExcept, it always reports an integrity check.

Is MadExcept touching the program asm while running, is that how you hook?

Thanks
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Code patched in memory

Post by madshi »

Yes, madExcept has to hook into the Delphi/BCB RTL in order to catch the exceptions. There's nothing I can do about that. Without those hooks the whole automatic exception catching would no longer work.
KobyNudler
Posts: 10
Joined: Sat Oct 08, 2016 1:55 pm

Re: Code patched in memory

Post by KobyNudler »

which protector ?
Post Reply