Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ new_socket
Function
new_socket
g2all/700/lapse.js:442–444 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
440
}
441
442
function
new_socket() {
443
return
sysi(
"socket"
, AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
444
}
445
446
function
new_tcp_socket() {
447
return
sysi(
"socket"
, AF_INET, SOCK_STREAM, 0);
Callers
4
make_aliased_rthdrs
Function · 0.70
make_aliased_pktopts
Function · 0.70
double_free_reqs1
Function · 0.70
kexploit
Function · 0.70
Calls
1
sysi
Function · 0.70
Tested by
no test coverage detected