SamboyCoding / Cpp2IL

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

Call analysis improvements #165

Closed ds5678 closed 1 year ago

ds5678 commented 1 year ago

I made a few more improvements to improve the output:

Possible improvements for the future:

ds5678 commented 1 year ago

I implemented a system for verifying that a type is accessible. In the event it isn't, TypeFullName is used instead. I do not plan on implementing any of the other potential improvements in this pull request.