binaryninja/personal/scc-docs/chdir.txt

14 lines
255 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
chdir
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
int chdir(const char* path);
---------------------------------------------
Changes the current directory to `path`.
See also
--------
link:getcwd.html[getcwd]