»Home
»Examples
»Invocation
»Runtime Library
»Python Bindings
»Known Issues
Shellcode Compiler
A custom shellcode compiler for Binary Ninja
int getsockname(int sockfd, struct sockaddr* addr, socklen_t* addrlen);

Fills the addr structure with the address associated with the socket sockfd.

See also