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

Function debug_log

restore/75x/utils.js:6–12  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

4}
5
6function debug_log(msg) {
7 let textNode = document.createTextNode(msg);
8 let node = document.createElement("p").appendChild(textNode);
9
10 document.body.appendChild(node);
11 document.body.appendChild(document.createElement("br"));
12}
13
14// The following functions are taken from https://github.com/saelo/jscpwn/:
15// hex, hexlify, unhexlify, hexdump

Callers 6

Int64Function · 0.70
setupRWFunction · 0.70
leakJSCFunction · 0.70
dumpTargetObjFunction · 0.70
findTargetObjFunction · 0.70
sprayHTMLTextAreaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected