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

Class Chain800

g2all/700/rop/800.js:190–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190export class Chain800 extends Chain800Base {
191 constructor() {
192 super();
193 const [rdx, rdx_bak] = mem.gc_alloc(0x58);
194 rdx.write64(off.js_cell, this._empty_cell);
195 rdx.write64(0x50, this.stack_addr);
196 this._rsp = mem.fakeobj(rdx);
197 }
198
199 run() {
200 this.check_allow_run();
201 this._rop.launch = this._rsp;
202 this.dirty();
203 }
204}
205
206export const Chain = Chain800;
207

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected