Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ syscall
Method
syscall
g2all/900/module/chain.js:463–467 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
461
}
462
463
syscall(...args) {
464
this.do_syscall(...args);
465
const
retval = this._return_value;
466
return
new
Int(retval[0], retval[1]);
467
}
468
469
syscall_ptr(...args) {
470
this.do_syscall(...args);
Callers
15
userland
Function · 0.45
run_hax
Function · 0.45
load_prx
Function · 0.45
extra_gadgets
Function · 0.45
object_setup
Function · 0.45
trigger_spray
Function · 0.45
kernExploit_bpf_double_free
Function · 0.45
stage2_
Function · 0.45
runBinloader
Function · 0.45
userland
Function · 0.45
run_hax
Function · 0.45
load_prx
Function · 0.45
Calls
1
do_syscall
Method · 0.95
Tested by
no test coverage detected