»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int fchflags(int fd, int flags);

Sets the FreeBSD file flags of the file handle fd to flags. The FreeBSD macros, such as UF_IMMUTABLE, are available. Returns zero on success, or the negation of the error code on error.

See also