MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / call

Method call

g2all/900/module/chain.js:432–436  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

430 }
431
432 call(...args) {
433 this.do_call(...args);
434 const retval = this._return_value;
435 return new Int(retval[0], retval[1]);
436 }
437
438 do_syscall(...args) {
439 if (this.position) {

Callers 15

rop.jsFile · 0.45
exploitFunction · 0.45
buf2hexFunction · 0.45
rop.jsFile · 0.45
rop.jsFile · 0.45
exploitFunction · 0.45
buf2hexFunction · 0.45
relocator.jsFile · 0.45
rop.jsFile · 0.45
exploitFunction · 0.45
buf2hexFunction · 0.45
buf2hexFunction · 0.45

Calls 1

do_callMethod · 0.95

Tested by

no test coverage detected