Katy Coe
|
a93a1a0325
|
Merge branch 'master' of https://github.com/djkaty/Il2CppInspector
|
2019-10-16 10:37:39 +02:00 |
|
Katy Coe
|
763c3a0f35
|
Update copyright messages
|
2019-10-16 10:35:39 +02:00 |
|
Katy Coe
|
93f98f5d43
|
Add sub-version heuristics for v24
|
2019-10-16 10:35:00 +02:00 |
|
Katy Coe
|
2e644a7c97
|
Update Il2CppGlobalMetadataHeader for later v24 iterations
|
2019-10-16 10:02:11 +02:00 |
|
Katy Coe
|
724c5b605f
|
Add new ARMv7 Il2CppCodeRegistration detection code
|
2019-10-16 08:53:51 +02:00 |
|
Katy Coe
|
79baebdb93
|
Update Il2CPP structs for new v24 iterations
|
2019-10-16 08:50:34 +02:00 |
|
Katy Coe
|
d2a5f8c961
|
Fix all sub-images besides the first not having version number set
|
2019-10-16 06:59:17 +02:00 |
|
Katy Coe
|
169a21c277
|
Update Il2CppCodeRegistration for latest v24 layout
|
2019-10-16 06:37:41 +02:00 |
|
Katy Coe
|
3cd57b574e
|
Update Bin2Object submodule
|
2019-10-16 06:36:47 +02:00 |
|
Katy Coe
|
73f4953b5b
|
Output function table when parsing binary
|
2019-10-14 22:57:42 +02:00 |
|
Katy
|
a1f1752439
|
Merge pull request #7 from Enyby/patch-1
Fix NU1605 error
|
2018-12-04 01:41:58 +01:00 |
|
Enyby
|
49dd21d290
|
Fix NU1605 error
https://github.com/aspnet/EntityFrameworkCore/issues/10457
|
2018-12-02 05:12:05 +02:00 |
|
Katy Coe
|
2dd4598716
|
Fix PropertyInfo.Name override warning
|
2018-03-18 05:43:38 +01:00 |
|
Katy Coe
|
79ac482d72
|
Fix 1-off function pointers in PE files
|
2018-03-18 05:42:52 +01:00 |
|
Katy Coe
|
9d72cf3bcf
|
Tidy interface and zero RVA outputs
|
2017-11-28 16:00:01 +01:00 |
|
Katy Coe
|
484bcce7d1
|
Use syntactic sugar for multicast delegates
|
2017-11-28 15:20:38 +01:00 |
|
Katy Coe
|
6b59562fe9
|
Don't output property and event methods individually
|
2017-11-28 14:39:00 +01:00 |
|
Katy Coe
|
381c034a3f
|
Output method pointers on getters and setters
|
2017-11-28 14:16:20 +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
|
b3883802bd
|
Resolve System.TypedReference correctly
|
2017-11-22 16:05:25 +01:00 |
|
Katy Coe
|
0899cdec43
|
Don't reject metadata v24 files
|
2017-11-22 15:34:59 +01:00 |
|
Katy Coe
|
56e1e0372a
|
Remove obsolete GetTypeName method
|
2017-11-22 15:34:45 +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
|
0a0876c337
|
Fix some UTF-8 encoding bugs
|
2017-11-10 14:09:49 +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
|
f319ccb6b7
|
Interfaces are always abstract
|
2017-11-09 14:25:45 +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
|
ff37a7ddeb
|
Tidy up output slightly
|
2017-11-09 13:02:23 +01:00 |
|
Katy Coe
|
b6f34bf486
|
Update constants from Unity 2017.2 headers
|
2017-11-09 12:46:44 +01:00 |
|
Katy Coe
|
8cf13a0b87
|
Support metadata v24
|
2017-11-09 12:22:39 +01:00 |
|
Katy Coe
|
3809f88abf
|
Rewrite Il2CppDumper to use Il2CppReflector model
|
2017-11-08 13:35:42 +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 |
|
Katy Coe
|
138c2cec48
|
Merge GetFieldOffsetFromIndex into Il2CppInspector ctor
|
2017-11-08 00:24:19 +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 |
|