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

Function mkString

900v3/exploit.js:70–76  ·  view source on GitHub ↗
(l, head)

Source from the content-addressed store, hash-verified

68var strings = [];
69
70function mkString(l, head)
71{
72 var s = head + '\u0000'.repeat(l-STRING_OFFSET-8-head.length) + (string_id++);
73 string_atomifier[s] = 1;
74 strings.push(s);
75 return s;
76}
77
78var guf = GUESS_FONT;
79var ite = true;

Callers 2

pocFunction · 0.70
makeReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected