SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.6k stars 187 forks source link

Unmanaged Function Analysis #175

Open ds5678 opened 1 year ago

ds5678 commented 1 year ago

In addition to the Il2Cpp native exports, there are a large number of helper methods created during the Il2Cpp conversion. These methods can be detected with disassembly analysis. Ideally, we could:

In doing this, we can expand our capabilities in other areas