Commit Graph

17 Commits

Author SHA1 Message Date
Katy Coe
e48c1813f3 Model and Output: Retrieve fully qualified assembly names 2019-11-28 04:44:27 +01:00
Katy Coe
734e88a07b Model: Make assembly definitions available 2019-11-11 01:37:51 +01:00
Katy Coe
7351e339f0 Model: Initial framework for custom attributes 2019-11-03 22:25:38 +01:00
Katy Coe
70a541c36c Model: Handle nested types 2019-10-31 16:02:32 +01:00
Katy Coe
e26a47fd3a Rename Il2CppReflector to Il2CppModel 2019-10-31 01:21:43 +01:00
Katy Coe
f7eb9395a5 Move method pointer logic from Model to Inspector 2019-10-29 20:53:22 +01:00
Katy Coe
6c41ce724e Don't add "<Module>" types 2019-10-28 03:23:19 +01:00
Katy Coe
227eb83b63 Recognize v24 metadata from later Unity 2018 versions ("24.1") 2019-10-20 18:59:59 +02:00
Katy Coe
3345d4566a Roll up Il2CppInspector.Binary and Il2CppInspector.Metadata 2019-10-16 17:00:30 +02:00
Katy Coe
70def274a7 Add processing of v24+ modules and double-indirected method pointers 2019-10-16 16:37:12 +02:00
Katy Coe
5e652606b2 Re-factoring / boilerplate code 2017-11-08 01:08:02 +01:00
Katy Coe
52eea8395f Assembly.ToString() and MemberInfo.ToString() 2017-11-08 00:30:53 +01:00
Katy Coe
2a2617674a Collect field defaults into Il2CppInspector.FieldDefaultValue on load 2017-11-07 07:04:46 +01:00
Katy Coe
5890b0a1c1 Update copyright notices and using statements 2017-11-07 05:41:32 +01:00
Katy Coe
521f82ed4d Implement MemberInfo, FieldInfo, TypeInfo.DeclaredFields
Rename Type to TypeInfo
Add TypeInfo.CSharpName
Implement some generic types/parameters
Implement arrays
Remove obsolete Il2CppType.GetTypeFromTypeIndex
Implement enhanced Il2CppReflector.GetTypeFromTypeIndex (can create array and generic types on-the-fly from Il2CppType usages)
2017-11-07 05:31:52 +01:00
Katy Coe
6ba60a276f Implement core of Reflection.Type and some helper functions 2017-10-26 08:00:14 +02:00
Katy Coe
4ab71d8594 Implement Reflection.Assembly 2017-10-25 05:53:34 +02:00