()
| 572 | export let Chain = null; |
| 573 | |
| 574 | export 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 | } |
nothing calls this directly
no test coverage detected