shell program support
This commit is contained in:
6
test/shell.eax
Normal file
6
test/shell.eax
Normal file
@ -0,0 +1,6 @@
|
||||
shell program payload
|
||||
begin
|
||||
mov eax 60
|
||||
mov edi 1
|
||||
syscall
|
||||
end program
|
Reference in New Issue
Block a user