binaryninja/personal/scc-docs/setsockopt.txt

14 lines
334 B
Plaintext
Raw Normal View History

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