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

Function boot_fakeobj

900v3/exploit.js:299–305  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

297}
298
299function boot_fakeobj(addr)
300{
301 union_i[0] = addr;
302 union_i[1] = (addr - addr % 0x100000000) / 0x100000000;
303 arrays[258][0] = union_f[0];
304 return arrays[257][32];
305}
306
307print("addrof(null)="+boot_addrof(null)+" fakeobj(10)="+boot_fakeobj(10));
308

Callers 1

pocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected