binaryninja/personal/scc-docs/sysctl.txt

12 lines
431 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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.