MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / mkString

Function mkString

document/en/ps5/webkit.js:70–75  ·  view source on GitHub ↗
(l, head)

Source from the content-addressed store, hash-verified

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

Callers 2

pocFunction · 0.85
makeReaderFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected