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

Class Chain850

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

Source from the content-addressed store, hash-verified

188}
189
190export class Chain850 extends Chain850Base {
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 = Chain850;
207

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected