Katy Coe
|
896b3b6f69
|
Model: Implement MethodInvoker and MethodBase.Invoker
|
2020-02-03 10:06:53 +01:00 |
|
Katy Coe
|
a5a79e2bef
|
IL2CPP: Add GetMetadataUsageType() and GetMetadataUsageMethod()
|
2020-02-02 23:55:11 +01:00 |
|
Katy Coe
|
9ba0498d9b
|
Model: Add GetType() and GetGenericMethod() convenience functions
|
2020-02-02 22:39:42 +01:00 |
|
Katy Coe
|
57451de036
|
Model: Eliminate stream reads and duplicate TypeInfos from GetTypeFromVirtualAddress
|
2020-02-02 09:36:23 +01:00 |
|
Katy Coe
|
b73885ca8e
|
Model: Correctly resolve metadata MethodRefs (affects IDA output)
|
2020-02-02 07:21:22 +01:00 |
|
Katy Coe
|
7b1d46644d
|
Model: Generate ConstructorInfo for generic class constructors from MethodSpecs
|
2020-02-02 05:17:47 +01:00 |
|
Katy Coe
|
63fb345bb1
|
Model: Include TypesByMethodSpecClassIndex in Model.Types
|
2020-02-02 04:54:24 +01:00 |
|
Katy Coe
|
d2cb63dc95
|
Model: Add basic concrete generic method definitions from MethodSpecs
|
2020-02-02 03:57:19 +01:00 |
|
Katy Coe
|
e33206a360
|
Model: Add basic concrete generic types from MethodSpecs
|
2020-02-02 03:00:06 +01:00 |
|
Katy Coe
|
007779df62
|
Model: Don't return duplicates or nulls in Model.Types
Prevents duplicates appearing in IDA Python script
|
2020-01-30 07:57:38 +01:00 |
|
Katy Coe
|
37f1c49828
|
Model: Ensure all TypeRefs are initialized with the model
Ensures that all types are output in the IDA Python script
Includes TypeRefs that aren't used in any type definition or member
|
2020-01-30 07:54:45 +01:00 |
|
Katy Coe
|
a1e332620c
|
Move FileFormatReader.cs and Il2CppModel.cs
|
2020-01-30 06:44:03 +01:00 |
|