Katy Coe
|
ad7a09021d
|
DLL: Fix RVAs for PE files
|
2021-01-10 14:31:35 +01:00 |
|
Katy Coe
|
ba1f69540f
|
DLL: Eliminate Il2CppInspector.DLL dependency on System.Private.CoreLib
|
2021-01-10 13:48:57 +01:00 |
|
Katy Coe
|
f3c95adde6
|
Tests: Add default field and parameter value tests to CSharp1
|
2021-01-10 12:56:31 +01:00 |
|
Katy Coe
|
1cf0fc8c54
|
DLL: Fix bug with parameter default values
|
2021-01-10 12:56:05 +01:00 |
|
Katy Coe
|
7619e2992e
|
Update README.md
|
2021-01-10 11:39:05 +01:00 |
|
Katy Coe
|
7961fc6dab
|
CLI/GUI: Add shim DLL output support
|
2021-01-10 11:38:45 +01:00 |
|
Katy Coe
|
a34ff5cc44
|
Tests: Add shim DLLs to test suite
|
2021-01-10 11:38:21 +01:00 |
|
Katy Coe
|
64119a9dfc
|
DLL: Apply zero-parameter custom attributes directly
|
2021-01-10 09:11:30 +01:00 |
|
Katy Coe
|
cd7ddf193a
|
Model: Implement MetadataToken property
|
2021-01-10 08:37:49 +01:00 |
|
Katy Coe
|
8ffff24079
|
DLL: Add assembly and module tokens
|
2021-01-10 08:26:12 +01:00 |
|
Katy Coe
|
0cdb028e88
|
DLL: Fix missing ParameterAttributes
|
2021-01-10 08:18:43 +01:00 |
|
Katy Coe
|
daa2741b05
|
DLL: Revert special explicit interface implementation name handling
|
2021-01-10 08:17:52 +01:00 |
|
Katy Coe
|
15731e60db
|
DLL: Output enum return type method bodies correctly
|
2021-01-10 07:38:50 +01:00 |
|
Katy Coe
|
96e15a7521
|
DLL: Don't try to add property tokens if there is no definition
|
2021-01-10 03:32:30 +01:00 |
|
Katy Coe
|
c56a4c6a3a
|
DLL: Forward declare all assemblies
|
2021-01-10 03:32:03 +01:00 |
|
Katy Coe
|
57b37711ae
|
DLL: Add static array initializer value preview
|
2021-01-10 02:38:11 +01:00 |
|
Katy Coe
|
894075d676
|
DLL: Don't output method body for abstract methods
|
2021-01-10 02:20:58 +01:00 |
|
Katy Coe
|
7869d7af03
|
DLL: Output custom attributes
|
2021-01-09 22:11:06 +01:00 |
|
Katy Coe
|
d4db6666d9
|
DLL: Output explicit interface implementation names correctly
|
2021-01-09 21:50:31 +01:00 |
|
Katy Coe
|
900b690d36
|
DLL: Output events
|
2021-01-09 21:37:55 +01:00 |
|
Katy Coe
|
75ced39fdc
|
DLL: Ensure all non-extern methods have bodies
|
2021-01-09 21:21:22 +01:00 |
|
Katy Coe
|
135984bbdd
|
DLL: Fix failure to import some signatures
|
2021-01-09 04:06:15 +01:00 |
|
Katy Coe
|
5540ba296b
|
DLL: Fix our attribute field references
|
2021-01-09 03:50:41 +01:00 |
|
Katy Coe
|
09c5c6af23
|
DLL: Support arrays, pointers, ref types
|
2021-01-09 03:36:50 +01:00 |
|
Katy Coe
|
3df026c5cb
|
DLL: Don't output offset for static fields
|
2021-01-09 02:37:45 +01:00 |
|
Katy Coe
|
40fd8d1df1
|
DLL; Output fields; set static correctly on methods/properties
|
2021-01-09 02:02:07 +01:00 |
|
Katy Coe
|
3a0c0d59e8
|
DLL: Output properties
|
2021-01-09 01:30:29 +01:00 |
|
Katy Coe
|
a30caee1d9
|
DLL: Complete method output
|
2021-01-09 01:06:20 +01:00 |
|
Katy Coe
|
f9aae1d367
|
DLL: Fix TokenAttribute not being formatted as hex
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
35378f5065
|
DLL: Handle nested generic types and methods
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
6322246566
|
DLL: Handle generic type references
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
8303038b69
|
DLL: Fix TypeRefs, add constructor skeletons
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
a007b128fb
|
Model: Add MethodImplementationFlags
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
e9a66b98d4
|
Model: Add PropertyAttributes
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
bca8baceb9
|
Model: Copy member attribute flags directly
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
7dbe208656
|
DLL: Add base type and interfaces to type declarations
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
b01be3dda6
|
DLL: Improve workflow; add generic parameters and constraints
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
f84cb97f73
|
DLL: Add extensions and helper methods; generate TokenAttribute on types
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
82e88dae57
|
DLL: Generate all skeleton assemblies and types
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
a5d0ea39e6
|
DLL: Add initial code to create custom attributes
|
2021-01-08 22:23:29 +01:00 |
|
Katy Coe
|
370d15e8d9
|
C++: Add il2cpp_thread_attach in Run()
|
2021-01-08 22:11:25 +01:00 |
|
Katy Coe
|
8da20a4afa
|
IDA: Disable C++ (enum class errors)
|
2021-01-08 22:10:49 +01:00 |
|
Katy Coe
|
5c93d4e8d9
|
IDA: Fix SetType failure when using existing types
|
2021-01-08 22:02:47 +01:00 |
|
Katy Coe
|
9e118ec8c4
|
Update README.md
|
2021-01-05 01:04:42 +01:00 |
|
Katy Coe
|
382495d0c7
|
Unity: Fix 'abstract declaration' error in IDA header parsing
|
2021-01-04 21:00:27 +01:00 |
|
Katy Coe
|
6ae14eff0b
|
CLI: Fix plugin Enum options not working
|
2021-01-04 20:30:27 +01:00 |
|
Katy Coe
|
688eed7cbf
|
GUI: Don't forget all plugin options when clicking Refresh
|
2021-01-04 06:53:25 +01:00 |
|
Katy Coe
|
47d2dcda60
|
GUI: Fix plugin Enum options not working
|
2021-01-04 06:52:34 +01:00 |
|
Katy Coe
|
92104315be
|
GUI: No silent crash on startup if plugin option type has changed
|
2021-01-04 05:43:51 +01:00 |
|
Katy Coe
|
71be0f2af2
|
Update year in copyright messages
|
2021-01-04 05:26:43 +01:00 |
|