binaryninja/scc-docs/getsockname.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

14 lines
360 B
Plaintext

getsockname
===========
:title: Shellcode Compiler Runtime
---------------------------------------------
int getsockname(int sockfd, struct sockaddr* addr, socklen_t* addrlen);
---------------------------------------------
Fills the `addr` structure with the address associated with the socket `sockfd`.
See also
--------
link:getpeername.html[getpeername]