Commit Graph

285 Commits

Author SHA1 Message Date
Katy Coe
7c64e0a09c Add --suppress-metadata option 2019-11-13 15:55:18 +01:00
Katy Coe
69551c7f39 Update README.md 2019-11-13 05:34:30 +01:00
Katy Coe
0185570bac Output: Fix crash on single-file output when only the leaf filename is specified 2019-11-13 05:34:11 +01:00
Katy Coe
3674706fe8 CLI: Add --layout and --flatten command-line options 2019-11-13 05:13:04 +01:00
Katy Coe
5efa2bf523 CLI: Add --sort option for type definition output order 2019-11-13 04:36:09 +01:00
Katy Coe
587f9c732d Output: Add WriteFilesByNamespace, WriteFilesByAssembly, WriteFilesByClass 2019-11-13 04:35:44 +01:00
Katy Coe
fc6dbc6011 CLI: Switch from Microsoft CommandLine to CommandLineParser 2019-11-13 03:59:31 +01:00
Katy Coe
990a29b11c Update README.md 2019-11-12 23:03:22 +01:00
Katy Coe
50d602add4 Tests: Update all test results 2019-11-12 23:03:15 +01:00
Katy Coe
a5e4508e6f Output: Use C# namespace syntax 2019-11-12 23:03:05 +01:00
Katy Coe
144380c6d3 Output: Write preamble comment at top of code output 2019-11-12 21:05:37 +01:00
Katy Coe
3b6dee36ba IL2CPP: Fix versioning errors in Il2CppAssemblyNameDefinition and Il2CppAssemblyDefinition 2019-11-12 20:23:50 +01:00
Katy Coe
928ba16efc Fix crash for fixed buffers when the name of FixedBufferAttribute.FixedElementField is obfuscated 2019-11-12 18:33:13 +01:00
Katy Coe
8db9ffeccc Tests: Update all test results 2019-11-12 06:13:54 +01:00
Katy Coe
cec6c4aea7 Output: Include using directives for assembly-level attribute namespaces 2019-11-12 05:46:33 +01:00
Katy Coe
e83fc9fbb5 Tests: Fix Il2CppSharpDumper.WriteSingleFile reference in TestRunner 2019-11-12 05:40:12 +01:00
Katy Coe
268a10a950 Output: Emit using directives at start of C# output 2019-11-12 05:38:05 +01:00
Katy Coe
ae57e239bf Model: Simplify SelectMany() queries 2019-11-12 04:52:36 +01:00
Katy Coe
26d341db81 Model: TypeInfo.GetAllTypeReferences() and TypeInfo.DeclaredMembers 2019-11-12 04:19:52 +01:00
Katy Coe
fee6e02cb3 Output: Refactor code and fix spacing between code blocks 2019-11-12 02:08:31 +01:00
Katy Coe
2a05537c8f Update README.md 2019-11-11 23:45:19 +01:00
Katy Coe
612df92730 Tests: Update GenericTypes and all test results 2019-11-11 23:29:42 +01:00
Katy Coe
06ed21747e Model and Output: Implement generic type constraints 2019-11-11 21:48:04 +01:00
Katy Coe
0f8b1428e4 IL2CPP: Read generic constraints data 2019-11-11 20:44:10 +01:00
Katy Coe
29b4d82f82 Update README.md 2019-11-11 03:04:27 +01:00
Katy Coe
1850eb0eed Tests: Update all tests 2019-11-11 03:04:19 +01:00
Katy Coe
13ceaaf47a Output: Implement extension methods 2019-11-11 03:01:29 +01:00
Katy Coe
a026acf528 Output: Exclude Unity and UnityEngineInternal namespaces by default, include root namespace 2019-11-11 02:05:05 +01:00
Katy Coe
d6422baf45 Output: Write custom attributes in alphabetical order 2019-11-11 01:44:45 +01:00
Katy Coe
cbcec482b9 Model: Retrieve assembly-level custom attributes correctly 2019-11-11 01:38:14 +01:00
Katy Coe
734e88a07b Model: Make assembly definitions available 2019-11-11 01:37:51 +01:00
Katy Coe
e923a51fc0 IL2CPP: Read metadata v15 correctly 2019-11-11 01:33:03 +01:00
Katy Coe
eb334751f9 Inspector: Load Assembly and AssemblyName metadata 2019-11-11 01:04:44 +01:00
Katy Coe
92c4dd342c Update README.md 2019-11-10 18:57:28 +01:00
Katy Coe
b1b21b9e5a Tests: Update ArraysAndPointers and Properties 2019-11-10 18:57:21 +01:00
Katy Coe
5bf6e2c7c3 Output: Annotate unmanaged type usages with 'unsafe' keyword 2019-11-10 18:53:07 +01:00
Katy Coe
54d03b9f0f Refactor C# keyword modifer code slightly 2019-11-10 17:46:19 +01:00
Katy Coe
b980798ab5 Output: Make delegates use GetParametersString() 2019-11-10 17:08:16 +01:00
Katy Coe
1c411ff12d Output: Fix failure to render indexer argument in some cases 2019-11-10 00:18:08 +01:00
Katy Coe
192ad0b520 Update README.md 2019-11-09 23:59:48 +01:00
Katy Coe
5bee7665e9 Tests: Update Properties tests to include indexers 2019-11-09 23:59:41 +01:00
Katy Coe
6cff0f3803 Output: Suppress DefaultMemberAttribute 2019-11-09 23:58:12 +01:00
Katy Coe
7f683fc629 Output: Handle indexers correctly 2019-11-09 23:46:07 +01:00
Katy Coe
d1cfa46775 Tests: Update Methods tests 2019-11-09 22:47:21 +01:00
Katy Coe
41d2325560 Model: Handle C# method hiding ('new' keyword in method declarations) 2019-11-09 22:32:32 +01:00
Katy Coe
4f54c7a85e Model: Add TypeInfo.GetMethods(string) and TypeInfo.GetAllMethods() 2019-11-09 22:15:26 +01:00
Katy Coe
88a18997ee Output: Use Get*() methods where applicable instead of LINQ 2019-11-09 20:28:46 +01:00
Katy Coe
68dc57f541 Model: MemberInfo.GetCustomAttributes() now returns CustomAttributeData[] 2019-11-09 20:24:43 +01:00
Katy Coe
21d486eb92 Model: Make Get*() return null instead of throwing exception if no matching item found 2019-11-09 20:21:31 +01:00
Katy Coe
769dd2079d Add MethodInfo/ParameterInfo GetSignatureString() 2019-11-09 05:32:59 +01:00