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

Function write_mem

restore/702/702.js:69–75  ·  view source on GitHub ↗
(p, data)

Source from the content-addressed store, hash-verified

67}
68
69var write_mem = function(p, data)
70{
71 i48_put(p, oob_master);
72 oob_master[6] = data.length;
73 for(var i = 0; i < data.length; i++)
74 oob_slave[i] = data[i];
75}
76
77var read_ptr_at = function(p)
78{

Callers 11

write_ptr_atFunction · 0.70
702.jsFile · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
payload.jsFile · 0.70
mira.jsFile · 0.70
pocFunction · 0.50
pocFunction · 0.50
exp_loader.jsFile · 0.50
exp_loader.jsFile · 0.50
pocFunction · 0.50

Calls 1

i48_putFunction · 0.70

Tested by

no test coverage detected