binaryninja/personal/scc-docs/getsockname.txt

14 lines
360 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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]