»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
void exit(int result) __noreturn;

Exits the current process with exit code result. Does not return.

See also