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

Method run

g2all/900/rop/950.js:335–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333 }
334
335 run() {
336 this.check_stale();
337 this.check_is_empty();
338 this.check_is_branching();
339
340 // change vtable
341 this.webcore_ta.write64(0, get_view_vector(this.vtable));
342 // jump to JOP chain
343 this.textarea.scrollLeft;
344 // restore vtable
345 this.webcore_ta.write64(0, this.old_vtable_p);
346 }
347}
348export const Chain = Chain950;
349

Callers

nothing calls this directly

Calls 5

get_view_vectorFunction · 0.90
check_staleMethod · 0.45
check_is_emptyMethod · 0.45
check_is_branchingMethod · 0.45
write64Method · 0.45

Tested by

no test coverage detected