()
| 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 | } |
| 1936 | exports.parseList = parseList; |
| 1937 | globalThis.parseList = (mPtr) => new parseList(checkCmdInput(mPtr)); |