Robert Xiao
7797ac2506
Refactor TypeInfo constructors
...
This patch replaces Il2CppModel.resolveTypeReference by a static
TypeInfo constructor, and simultaneously refactors the TypeInfo
constructors to eliminate duplication between resolveTypeReference and
the original constructors. This will make future refactoring much
easier.
2020-06-20 10:17:48 +02:00
Robert Xiao
d426dad820
Add support for parsing and interpreting VTables
...
This prepares for a future PR where we add types to the IDA script
output.
2020-06-17 08:18:15 +02:00
Katy Coe
c0e90f2e9c
IL2CPP: Fix field offsets for value types ( #25 )
2020-02-28 11:01:26 +01:00
Katy Coe
027dde8358
C#: Replace "in, out" with "[In, Out]" (CS8328)
2020-02-24 12:28:38 +01:00
Katy Coe
6046f2493d
C#: Reduce scope redundancies in type declarations
2020-02-24 12:05:33 +01:00
Katy Coe
55148e0271
Output: Add Mocrosoft.Reflection and Internal.Runtime to default exclusions
2020-02-15 06:38:03 +01:00
Katy Coe
9f3211281c
Model: Ensure all custom attributes are loaded
2020-02-10 06:29:48 +01:00
Katy Coe
e6c8be5e2b
Move default excluded namespaces to Constants
2020-02-09 11:05:22 +01:00
Katy Coe
e971cb8502
Refactor solution layout
2020-02-06 02:51:42 +01:00