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

Function init_gadget_map

g2all/900/rop/950.js:188–192  ·  view source on GitHub ↗
(gadget_map, offset_map, base_addr)

Source from the content-addressed store, hash-verified

186}
187
188export function init_gadget_map(gadget_map, offset_map, base_addr) {
189 for (const [insn, offset] of offset_map) {
190 gadget_map.set(insn, base_addr.add(offset));
191 }
192}
193
194class Chain950Base extends ChainBase {
195 constructor() {

Callers 1

initFunction · 0.70

Calls 2

setMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected