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

Executes the sh shell. The "-i" argument is provided to sh so that it is started in interactive mode. This function does not return if the command executes successfully.