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

Function toInt32Big

Il2cppHook/_Ufunc.js:1235–1241  ·  view source on GitHub ↗
(mPtr)

Source from the content-addressed store, hash-verified

1233 break;
1234 }
1235 function toInt32Big(mPtr) {
1236 var resultStr = '';
1237 var aimStr = String(mPtr).split("0x")[1];
1238 for (let i = aimStr.length - 1; i >= 0; i--)
1239 resultStr += aimStr.charAt(i);
1240 return ptr("0x" + resultStr);
1241 }
1242 function find(pattern, callback) {
1243 LOG("Start Find Pattern '" + pattern + "'\nWatting ......", LogColor.C96);
1244 let addrArray = Process.enumerateRanges("r--");

Callers 1

_Ufunc.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected