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

Function init

g2all/700/module/chain.js:574–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572export let Chain = null;
573
574export async function init() {
575 const module = await load_fw_specific(config.target);
576 Chain = module.Chain;
577 module.init(Chain);
578 ({ gadgets, libwebkit_base, libkernel_base, libc_base, init_gadget_map } = module);
579}

Callers

nothing calls this directly

Calls 1

load_fw_specificFunction · 0.70

Tested by

no test coverage detected