rop and lab3_4_recap
This commit is contained in:
6
rop/04_arsenal/test.c
Normal file
6
rop/04_arsenal/test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
int main(){
|
||||
execve("/bin/sh",0,0);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user