rizin/doc/examples/egg/exit.r
2023-01-23 17:46:21 +08:00

7 lines
96 B
R

main@global(128) {
#// printf ("Hello World\n");
: nop
: mov eax, 1
: push eax
: int 0x80
}