shell program support

This commit is contained in:
anon
2024-09-08 05:48:51 +02:00
parent 09aae69f3e
commit c2a3ff4942
6 changed files with 73 additions and 56 deletions

6
test/shell.eax Normal file
View File

@ -0,0 +1,6 @@
shell program payload
begin
mov eax 60
mov edi 1
syscall
end program