mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00
8 lines
96 B
R
8 lines
96 B
R
main@global(128) {
|
|
#// printf ("Hello World\n");
|
|
: nop
|
|
: mov eax, 1
|
|
: push eax
|
|
: int 0x80
|
|
}
|