Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.67k stars 1.29k forks source link

求助-明日方舟dump无法auto到CodeRegistration #779

Open 1964104127 opened 4 months ago

1964104127 commented 4 months ago
Crystlia commented 4 months ago

Jump to LoadMetadataFile function, you can get the s_il2cppMetadataRegistration, then xref the s_il2cppMetadataRegistration, there is another function called Register, you can get s_il2cppCodeRegistration. Remember to fix magic number and so.

Ryanhn717 commented 4 months ago

via Game Guardian to locate the coderegistration and metadataregistration, it works for your mentioned game easily.