binaryninja/scc-docs/sysctl.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

12 lines
431 B
Plaintext

sysctl
======
:title: Shellcode Compiler Runtime
---------------------------------------------
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.