minor updates

This commit is contained in:
arno01 2013-03-12 10:04:41 +01:00
parent 7737883781
commit f12b88a408

12
exam1/NOTES Normal file
View File

@ -0,0 +1,12 @@
NOTES
no-stack-protector: disables GCC Stack-Smashing Protector (SSP), aka ProPolice
execstack: disables Executable space protection (NX).
Or Data Execution Prevention (DEP) on Windows,
or Write XOR Execute (W^X) on BSD.
CPUs NX bit ("Never eXecute").
To disalbe Address Space Layout Randomization (ASLR) when running binary
setarch `arch` -R ./program