DEP and ASLR

delphi package - automated exception handling
Post Reply
tprami
Posts: 12
Joined: Tue Apr 11, 2017 5:03 am

DEP and ASLR

Post by tprami »

Hello,

I was just wondering will madExcept work if DEP and/or ASLR are enabled?

https://www.ideasawakened.com/post/enab ... on-windows

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

Re: DEP and ASLR

Post by madshi »

ASLR should be no problem. DEP? Good question, I think it should be fine, but I'm not 100% sure right now. Why don't you try and let me know if it works? :D
tprami
Posts: 12
Joined: Tue Apr 11, 2017 5:03 am

Re: DEP and ASLR

Post by tprami »

Just asking if someone has tested it already. Mainly how I should test this, I am not sure what features are affected...

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

Re: DEP and ASLR

Post by madshi »

Basically just enable it, run your program, raise a test exception. If your program runs as usual, and the test exception is properly handled by madExcept, and you simply don't notice any changes at all, compared to having DEP disabled, then everything should be fine.
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

Re: DEP and ASLR

Post by FredS »

will madExcept work if DEP and/or ASLR are enabled?
I've had the DEP and ASLR set for a while now and no issues so far..

Great read via that link.
Post Reply