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

Function hexdump

g2all/900/module/utils.js:79–81  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

77 const mask = -alignment & 0xffffffff;
78 let type = a.constructor;
79 let low = a.lo & mask;
80 return new type(low, a.hi);
81}
82
83export async function send(url, buffer, file_name, onload = () => {}) {
84 const file = new File([buffer], file_name, { type: "application/octet-stream" });

Callers 3

leak_kernel_addrsFunction · 0.90
double_free_reqs1Function · 0.90
patch_kernelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected