Commit Graph

56 Commits

Author SHA1 Message Date
Katy Coe
5f8aced688 Model: Use + in FullName for nested types, no spaces between generic type parameters 2019-11-02 17:51:10 +01:00
Katy Coe
39fafb6c94 Model: Add GetAssembly, GetType, GetMethod, GetField, GetProperty helpers 2019-11-02 17:39:50 +01:00
Katy Coe
f3e9c27ae7 Model: Use square brackets for generic type parameters in FullName 2019-11-02 17:23:04 +01:00
Katy Coe
fdab846710 Model: Handle generic methods and set DeclaringMethod 2019-11-02 01:44:09 +01:00
Katy Coe
a1046d6322 Model: Handle generic type parameter usages correctly 2019-11-01 17:41:44 +01:00
Katy Coe
364daf9dd8 Model: Handle generic type arguments in generic type declarations 2019-11-01 16:48:54 +01:00
Katy Coe
05bcf98dd3 Model: Handle generic type definitions correctly 2019-11-01 15:03:40 +01:00
Katy Coe
ac47c811be Output: Exclude root namespace by default 2019-10-31 23:35:58 +01:00
Katy Coe
dbc3ef40b0 Output: Move getParametersString into MethodBase/ParameterInfo 2019-10-31 23:23:52 +01:00
Katy Coe
3560661f9c Model: Re-implement the handling of Il2CppType 2019-10-31 17:40:33 +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
d381b2ddda Model: Treat System.Decimal as a primitive type 2019-10-29 21:58:06 +01:00
Katy Coe
035a663484 Model: Give operator overloads and user-defined conversion operators the correct syntax 2019-10-29 21:44:43 +01:00
Katy Coe
26443f594a Model: Don't include backtick + digit at end of generic type names 2019-10-29 20:54:03 +01:00
Katy Coe
f7eb9395a5 Move method pointer logic from Model to Inspector 2019-10-29 20:53:22 +01:00
Katy Coe
a87c701f12 Include constructors in model (ConstructorInfo) 2019-10-28 04:20:06 +01:00
Katy Coe
6c41ce724e Don't add "<Module>" types 2019-10-28 03:23:19 +01:00
Katy Coe
2e256909a6 Refactor MethodBase / MethodInfo 2019-10-28 03:06:32 +01:00
Katy Coe
1a3028087d Tidy up FileFormatReader stream access methods 2019-10-23 23:51:16 +02:00
Katy Coe
19127a6649 Fix losing top 32 bits of MethodInfo.VirtualAddress 2019-10-23 14:51:38 +02:00
Katy Coe
0441334947 Fix incorrect method virtual address output for 64-bit binaries in v24.2 2019-10-23 04:19:52 +02:00
Katy Coe
11af58f0db Fix incorrect read of generic type parameters in 64-bit binaries 2019-10-23 04:01:40 +02:00
Katy Coe
7e3777dddd Correctly process 64-bit data structures in IL2CPP binaries 2019-10-23 03:37:01 +02:00
Katy Coe
227eb83b63 Recognize v24 metadata from later Unity 2018 versions ("24.1") 2019-10-20 18:59:59 +02:00
Katy Coe
41d6b45f3b Correctly handle valid virtual addresses not mapped to the image file 2019-10-16 18:30:30 +02:00
Katy Coe
38e04b72b7 Rename deprecated MethodPointers to GlobalMethodPointers 2019-10-16 17:18:43 +02:00
Katy Coe
3345d4566a Roll up Il2CppInspector.Binary and Il2CppInspector.Metadata 2019-10-16 17:00:30 +02:00
Katy Coe
950c2d6f16 Remove FinalizeInit 2019-10-16 16:41:36 +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
2dd4598716 Fix PropertyInfo.Name override warning 2018-03-18 05:43:38 +01:00
Katy Coe
9d72cf3bcf Tidy interface and zero RVA outputs 2017-11-28 16:00:01 +01:00
Katy Coe
09fd023a9f Implement and output events 2017-11-28 13:57:16 +01:00
Katy Coe
1a81e9a0fb Implement and output enumerations 2017-11-22 17:38:15 +01:00
Katy Coe
f0adf416e4 Initial implementation and output of properties 2017-11-10 16:30:11 +01:00
Katy Coe
5e03e70abe Output char field default values with printable syntax 2017-11-10 14:23:26 +01:00
Katy Coe
8871254e1b Implement and output type modifiers correctly 2017-11-10 13:21:50 +01:00
Katy Coe
e6488615de Implement and output field modifiers correctly 2017-11-10 12:05:07 +01:00
Katy Coe
add2c54645 Implement and output method modifiers correctly 2017-11-10 02:40:03 +01:00
Katy Coe
35db6cabd6 Implement and output TypeInfo.InterfaceUsageIndices 2017-11-09 14:24:37 +01:00
Katy Coe
3722705301 Output struct declarations correctly 2017-11-09 13:59:33 +01:00
Katy Coe
1564ead89d Implement and output TypeInfo.BaseType 2017-11-09 13:21:53 +01:00
Katy Coe
b6f34bf486 Update constants from Unity 2017.2 headers 2017-11-09 12:46:44 +01:00
Katy Coe
f5b6f66f35 Implement ParameterInfo and return parameters 2017-11-08 06:34:12 +01:00
Katy Coe
fdeb85aaff Implement DeclaredMethods; MVAR, ValueType fixes 2017-11-08 02:40:18 +01:00
Katy Coe
e1fa8c8bfd Method boilerplate code / minor re-factoring 2017-11-08 01:59:26 +01:00
Katy Coe
5e652606b2 Re-factoring / boilerplate code 2017-11-08 01:08:02 +01:00
Katy Coe
3db660a454 Roll field offsets into FieldInfo 2017-11-08 00:49:07 +01:00
Katy Coe
dc20e17898 Roll default value into FieldInfo; report correctly when default is null 2017-11-08 00:45:16 +01:00
Katy Coe
52eea8395f Assembly.ToString() and MemberInfo.ToString() 2017-11-08 00:30:53 +01:00