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

Function malloc

restore/75x/blob.js:102–107  ·  view source on GitHub ↗
(sz)

Source from the content-addressed store, hash-verified

100}
101var malloc_nogc = [];
102function malloc(sz)
103{
104 var arr = new Uint8Array(sz);
105 malloc_nogc.push(arr);
106 return read_ptr_at(addrof(arr)+0x10);
107}
108var tarea = document.createElement('textarea');
109
110var real_vt_ptr = read_ptr_at(addrof(tarea)+0x18);

Callers 6

netcat.jsFile · 0.70
payload.jsFile · 0.70
blob.jsFile · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
mira.jsFile · 0.70

Calls 2

read_ptr_atFunction · 0.70
addrofFunction · 0.70

Tested by

no test coverage detected