LukeFZ / Il2CppInspectorRedux

Continuation of Il2CppInspector - A powerful automated tool for reverse engineering Unity IL2CPP binaries.
http://www.djkaty.com
GNU Affero General Public License v3.0
106 stars 13 forks source link

support generate template for use with UnityResolve. #9

Open eebssk1 opened 1 month ago

eebssk1 commented 1 month ago

Though there's already c++ scaffolding support but it's not really handful. It might be better to support generating (function?)template for use with UnityResolve

commonuserlol commented 1 month ago

Hi, you propose to change the codegen for a specific library. This causes 3 issues: a) you need to keep track library api changes, b) you hardly need all classes at runtime, although DCE of C++ compiler solves this problem (I'm still not sure about it), and most importantly c) not everyone uses this library, which creates additional difficulties. IMHO the C++ scaffolding inspector should be removed at all