»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int sysctl(const int* name, size_t namelen, void* oldp, size_t* oldlenp, const void* newp, size_t newlen);

Retrieves system information. The information is OS dependent. See the documentation for the target platform.

Important This function is only available on FreeBSD and Mac OS X.