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

7 lines
72 B
R

exit@syscall(1);
@syscall() {
: int 0x88
}
main@global() {
exit(0);
}