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

Redirects standard input, standard output, and standard error to the file handle fd. This is commonly used to redirect a command to an open socket.