MCPcopy 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

userlandFunction · 0.45
run_haxFunction · 0.45
load_prxFunction · 0.45
extra_gadgetsFunction · 0.45
object_setupFunction · 0.45
trigger_sprayFunction · 0.45
stage2_Function · 0.45
runBinloaderFunction · 0.45
userlandFunction · 0.45
run_haxFunction · 0.45
load_prxFunction · 0.45

Calls 1

do_syscallMethod · 0.95

Tested by

no test coverage detected