»
Home
»
Examples
»
Invocation
»
Runtime Library
»
Python Bindings
»
Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
chdir
int chdir(const char* path);
Changes the current directory to
path
.
See also
getcwd