Is It possible to bypass DEP if one of the linked dll or the exe itself is DEP disabled?

i have a program named x. The program x have one modules which is dep disabled and all other modules linked with dep enabled.
What will be the state of the program x , when developing an exploit , do i need to bypass dep or is there any ot… Continue reading Is It possible to bypass DEP if one of the linked dll or the exe itself is DEP disabled?

What are the memory corruption protections mechanisms other than DEP and ASLR?

We all know that DEP and ASLR are memory corruption protection mechanisms,
My Question is where can i find an entire list of all the protection mechanisms ?
And if there’s a way to check the presence of each protection mechanism in a Windo… Continue reading What are the memory corruption protections mechanisms other than DEP and ASLR?