Closed lyxgitgo closed 2 weeks ago
-
std::vector<Unity::il2cppMethodInfo*> methods; component->FetchMethods(&methods); for (int k = 0; k < methods.size(); k++) { auto method = methods[k]; fprintf(file, "\t\t\tMethod - %s\n", method->m_pName); } got these: Method - H嬃I嬋H嗵烫烫烫I婣L嬄I婹L嬔I?M婭L塂$(??D? Method - H冹8I嬂L嬌L嬄H峀$ H嬓A袶婰$? Method - H冹8I?M嬝L嬔L嬄H峊$ I嬎? Method - H冹8I嬂L嬌L嬄H峀$ H嬓A袶婰$?
? Method - H冹8I?M嬝L嬔L嬄H峊$ I嬎? Method - H冹8I嬂L嬌L嬄H峀$ H嬓A袶婰$
Then I tryed ->FetchFields(&vect); It is OK Field - _lastFrameTime Field - JUDGE_DEBUG_TIME
No response
use il2cppdumper and generate dump.cs, and check dump.cs. everything in alternate way is use offset. https://github.com/Perfare/Il2CppDumper
What is the game you are using with IL2CPP Resolver?
-
Details:
std::vector<Unity::il2cppMethodInfo*> methods; component->FetchMethods(&methods); for (int k = 0; k < methods.size(); k++) { auto method = methods[k]; fprintf(file, "\t\t\tMethod - %s\n", method->m_pName);
} got these: Method - H嬃I嬋H嗵烫烫烫I婣L嬄I婹L嬔I?M婭L塂$(??D? Method - H冹8I嬂L嬌L嬄H峀$ H嬓A袶婰$
? Method - H冹8I?M嬝L嬔L嬄H峊$ I嬎? Method - H冹8I嬂L嬌L嬄H峀$ H嬓A袶婰$
?Then I tryed ->FetchFields(&vect); It is OK Field - _lastFrameTime Field - JUDGE_DEBUG_TIME
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response