gdb經常使用命令

#bash gcc -fno-stack-protector -z execstack -o level1 level1.c 這個命令編譯程序。-fno-stack-protector和-z execstack這兩個參數會分別關掉DEP和Stack Protector。同時咱們在shell中執行:linux #!bash sudo -s echo 0 > /proc/sys/kernel/rand
相關文章
相關標籤/搜索