()
| 195 | let nogc = []; |
| 196 | |
| 197 | async function init() { |
| 198 | await rop.init(); |
| 199 | chain = new Chain(); |
| 200 | |
| 201 | rop.init_gadget_map(rop.gadgets, pthread_offsets, rop.libkernel_base); |
| 202 | } |
| 203 | |
| 204 | function sys_void(...args) { |
| 205 | return chain.syscall_void(...args); |