Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ new_socket
Function
new_socket
g2all/900/lapse.js:398–400 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
396
}
397
398
function
new_socket() {
399
return
sysi(
'socket'
, AF_INET6, SOCK_DGRAM, IPPROTO_UDP);
400
}
401
402
function
new_tcp_socket() {
403
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