»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int getsockopt(int fd, int level, int optname, void* optval, socklen_t* optlen);

Retrieves the value of an option for socket fd.

See also