mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
16 lines
110 B
NASM
16 lines
110 B
NASM
|
.org 0
|
||
|
|
||
|
push ebp
|
||
|
|
||
|
sopa:
|
||
|
#jeje
|
||
|
|
||
|
mov ebp, esp
|
||
|
end_loop:
|
||
|
sub esp, 192
|
||
|
call sopa
|
||
|
jz end_loop
|
||
|
|
||
|
nop
|
||
|
mov eax,44
|