binaryninja/personal/scc-docs/chmod.txt

14 lines
348 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
chmod
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
int chmod(const char* path, mode_t mode);
---------------------------------------------
Changes the file permissions for `path` to `mode`. Returns zero on success, or the negation of the error code on error.
See also
--------
link:fchmod.html[fchmod]