MCPcopy Create free account
hub / github.com/IIIImmmyyy/frida-il2cppDumper / decodeUnicode

Method decodeUnicode

_agent.js:1340–1343  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1338 return il2cppApi_1.il2cppApi.il2cpp_string_length(this);
1339 }
1340 static decodeUnicode(str) {
1341 let replace = str.replace(/\\/g, "%");
1342 return unescape(replace);
1343 }
1344}
1345exports.Il2cppString = Il2cppString;
1346},{"../../il2cppApi":11,"../../struct/NativeStruct":21}],11:[function(require,module,exports){

Callers 2

parserMethod · 0.95
getCStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected