binaryninja/personal/scc-docs/getsockopt.txt

14 lines
334 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
getsockopt
==========
:title: Shellcode Compiler Runtime
---------------------------------------------
int getsockopt(int fd, int level, int optname, void* optval, socklen_t* optlen);
---------------------------------------------
Retrieves the value of an option for socket `fd`.
See also
--------
link:setsockopt.html[setsockopt]