add executable with null byte in data address
This commit is contained in:
2
vuln-programs/null-data-addr/Makefile
Normal file
2
vuln-programs/null-data-addr/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
null-data-addr: null-data-addr.c
|
||||
gcc -fno-pie -no-pie -fno-stack-protector -m32 -static $^ -o $@ -Tdata 0x080d9100
|
Reference in New Issue
Block a user