rop and lab3_4_recap

This commit is contained in:
2026-05-20 12:45:03 +02:00
parent c9dbb784b4
commit fa309f3919
50 changed files with 1083 additions and 0 deletions

6
rop/04_arsenal/test.c Normal file
View File

@@ -0,0 +1,6 @@
#include <unistd.h>
#include <stdio.h>
int main(){
execve("/bin/sh",0,0);
return 0;
}