7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
shell program payload
|
|
begin
|
|
mov eax 60
|
|
mov edi 1
|
|
syscall
|
|
end program
|