Page 1 of 1

DEP and ASLR

Posted: Tue Jan 11, 2022 9:19 am
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-

Re: DEP and ASLR

Posted: Tue Jan 11, 2022 9:54 am
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

Re: DEP and ASLR

Posted: Tue Jan 11, 2022 10:16 am
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-

Re: DEP and ASLR

Posted: Tue Jan 11, 2022 10:48 am
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.

Re: DEP and ASLR

Posted: Fri Jan 14, 2022 10:56 pm
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.