djkaty / Il2CppInspector

Powerful automated tool for reverse engineering Unity IL2CPP binaries
http://www.djkaty.com
GNU Affero General Public License v3.0
2.62k stars 433 forks source link

Add namespaces to the types' names. #187

Open FlafyDev opened 3 years ago

FlafyDev commented 3 years ago

I changed the type names from only their names to "namespace.type_name". This is to minimize the chances of two types with the same name. Adding _1 to the type name is ugly.

Martmists-GH commented 2 years ago

How would I go about applying these generated names to the JSON output from CLI?

Martmists-GH commented 2 years ago

Additionally, how would these namespaces be applied to the exported header files?