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

Function u2d

505goldhen/exploit.js:2–8  ·  view source on GitHub ↗
(low, hi)

Source from the content-addressed store, hash-verified

1var _dview;
2function u2d(low, hi) {
3 if (!_dview)
4 _dview = new DataView(new ArrayBuffer(16));
5 _dview.setUint32(0, hi);
6 _dview.setUint32(4, low);
7 return _dview.getFloat64(0);
8}
9function d2u(d) {
10 if (!_dview)
11 _dview = new DataView(new ArrayBuffer(16));

Callers 1

exploitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected