»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int pipe(int fds[2]);

Creates a new pipe. The first file handle is the "read" end, and the second file handle is the "write" end.

See also