Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
function
poc(){
13
14
function
hex(n)
15
{
16
if
((typeof n) !=
"number"
)
17
return
""
+n;
18
return
"0x"
+ (
new
Number(n)).toString(16);
19
}
20
21
var
union =
new
ArrayBuffer(8);
22
var
union_b =
new
Uint8Array(union);
Callers
1
poc
Function · 0.70
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected