binaryninja/commercial/scc-docs/getsockopt.txt

14 lines
334 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00: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]