»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
char* getcwd(char* buf, size_t size);

Gets the current working directory and places it into buf, with maximum length size. Returns a pointer to buf.

See also