This commit is contained in:
Gray
2025-07-18 18:40:13 -04:00
parent 8f0ce8919e
commit 62ffdccd42
15 changed files with 292 additions and 82 deletions

View File

@@ -152,7 +152,7 @@ inline __int64 GetFunctionIdxOrPtr(UFunction* Function, bool bBreakWhenHitRet =
auto NativeAddr = __int64(Function->GetFunc());
LOG_INFO(LogDev, "Getting name!")
LOG_INFO(LogDev, "[GetFunctionIdxOrPtr] Getting name!")
auto FuncName = Function->GetName();