This commit is contained in:
yunwei37
2023-10-16 16:59:46 +00:00
parent 9bdc72a18b
commit 2aebfd32c4
8 changed files with 267 additions and 2 deletions

2
34-syscall/Makefile Normal file
View File

@@ -0,0 +1,2 @@
victim: victim.cpp
g++ victim.cpp -o victim