MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / toSimpleString

Method toSimpleString

Il2cppHook/_Ufunc.js:1927–1934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1925 return arr;
1926 }
1927 toSimpleString() {
1928 return this.toArray().map(item => {
1929 let action = item.add(p_size * 2).readPointer();
1930 let method = new mscorlib.Delegate(action).method;
1931 LOGE(`\t${method.readPointer().readPointer().sub(soAddr)}`);
1932 return `${getLine(4, " ")}${item} ("${new Il2Cpp.Object(item).toString()}")`;
1933 }).join(getLine(4, " "));
1934 }
1935}
1936exports.parseList = parseList;
1937globalThis.parseList = (mPtr) => new parseList(checkCmdInput(mPtr));

Callers 1

ansItemsFunction · 0.45

Calls 5

toArrayMethod · 0.95
LOGEFunction · 0.70
getLineFunction · 0.70
toStringMethod · 0.65
mapMethod · 0.45

Tested by

no test coverage detected