Help! How to find function name in native lib

Yaskashije

PMT Elite Modder
Staff member
Modding-Team
Sep 9, 2018
4,406
842,643
1,213
Minkowski Space

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
900
93
21
None
In general, sub_xxxxx where xxxxx is the address of the function, and if you do not want to make problems for yourself and look for it for a long time, Il2CppInspector has a built-in function for creating a python script for IDA PRO to generate all the function names, or use a specific IL2CppDumper that does the same.

Your tutorial for the lib that contains function name. Not work on my case.