»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int system(const char* cmd);

Executes the command cmd within a new shell process. Returns the exit status of the command.