binaryninja/personal/scc-docs/exit.txt

14 lines
292 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
exit
====
:title: Shellcode Compiler Runtime
---------------------------------------------
void exit(int result) __noreturn;
---------------------------------------------
Exits the current process with exit code `result`. Does not return.
See also
--------
link:undefined.html[undefined]