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

Function hex

900v3/exploit.js:14–19  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

12function poc(){
13
14function hex(n)
15{
16 if((typeof n) != "number")
17 return ""+n;
18 return "0x" + (new Number(n)).toString(16);
19}
20
21var union = new ArrayBuffer(8);
22var union_b = new Uint8Array(union);

Callers 1

pocFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected