binaryninja/scc-docs/exit.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

14 lines
292 B
Plaintext

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]