Commit Graph

47 Commits

Author SHA1 Message Date
Katy Coe
bd3ac7dcc8 Output: Don't generate duplicate assembly attributes across class/namespace files 2019-11-16 23:47:33 +01:00
Katy Coe
b862fd99de Output: Implement --comment-attributes option 2019-11-16 21:33:49 +01:00
Katy Coe
0c259836c7 Output: Give methods that don't return void "=> default" 2019-11-16 21:12:02 +01:00
Katy Coe
9b79217a38 Output: Show offsets in metadata file for const fields and parameters with default values 2019-11-14 05:02:36 +01:00
Katy Coe
a880e8bd04 Calculate and output pointers to the end of each method 2019-11-14 02:44:56 +01:00
Katy Coe
312c2f8e66 Output: Add empty method bodies to non-abstract constructors and methods 2019-11-13 17:19:01 +01:00
Katy Coe
885679e4bd Output: Show last type definition index in each image 2019-11-13 16:40:21 +01:00
Katy Coe
7c64e0a09c Add --suppress-metadata option 2019-11-13 15:55:18 +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
587f9c732d Output: Add WriteFilesByNamespace, WriteFilesByAssembly, WriteFilesByClass 2019-11-13 04:35:44 +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
928ba16efc Fix crash for fixed buffers when the name of FixedBufferAttribute.FixedElementField is obfuscated 2019-11-12 18:33:13 +01:00
Katy Coe
cec6c4aea7 Output: Include using directives for assembly-level attribute namespaces 2019-11-12 05:46:33 +01:00
Katy Coe
268a10a950 Output: Emit using directives at start of C# output 2019-11-12 05:38:05 +01:00
Katy Coe
fee6e02cb3 Output: Refactor code and fix spacing between code blocks 2019-11-12 02:08:31 +01:00
Katy Coe
06ed21747e Model and Output: Implement generic type constraints 2019-11-11 21:48:04 +01:00
Katy Coe
13ceaaf47a Output: Implement extension methods 2019-11-11 03:01:29 +01:00
Katy Coe
d6422baf45 Output: Write custom attributes in alphabetical order 2019-11-11 01:44:45 +01:00
Katy Coe
734e88a07b Model: Make assembly definitions available 2019-11-11 01:37:51 +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
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
88a18997ee Output: Use Get*() methods where applicable instead of LINQ 2019-11-09 20:28:46 +01:00
Katy Coe
0d3634eea4 Output: Show ref return types 2019-11-07 02:34:05 +01:00
Katy Coe
4800575f08 Output: Fix access modifiers on properties, add to getters and setters 2019-11-06 00:33:38 +01:00
Katy Coe
fa6e1683e5 Output: FieldAttributes.FamANDAssem is "private protected" from C# 7.2 onwards 2019-11-05 21:08:40 +01:00
Katy Coe
067cea9e5f Refactor some string output helper functions into extension methods 2019-11-05 19:34:12 +01:00
Katy Coe
5ff46d3fd3 Output: Convert [FixedBuffer] to C# fixed keyword and array type 2019-11-05 18:39:54 +01:00
Katy Coe
7f0f5121e4 Model: Enumerations have an underlying type, not an element type 2019-11-05 16:21:25 +01:00
Katy Coe
385c8ebc50 Output: Option to suppress constructs with [CompilerGeneratedAttribute] 2019-11-04 20:23:57 +01:00
Katy Coe
d04be174e6 Output: Attributes on property getters and setters 2019-11-04 19:33:41 +01:00
Katy Coe
9ceb1368e2 Output: Minor refactoring of attribute and address output 2019-11-04 17:34:21 +01:00
Katy Coe
5dfc9ebebb Output: Show virtual address of custom attributes 2019-11-04 00:34:50 +01:00
Katy Coe
c04a70eacb Output: don't crash if attribute class doesn't end in "Attribute" 2019-11-04 00:25:09 +01:00
Katy Coe
5fa405eb82 Output: Attribute types for assemblies, types, fields, properties, events, methods 2019-11-04 00:04:00 +01:00
Katy Coe
f2fcd7cd59 Output: Render generic methods and constructors correctly 2019-11-02 01:44:33 +01:00
Katy Coe
05bcf98dd3 Model: Handle generic type definitions correctly 2019-11-01 15:03:40 +01:00
Katy Coe
ac47c811be Output: Exclude root namespace by default 2019-10-31 23:35:58 +01:00
Katy Coe
dbc3ef40b0 Output: Move getParametersString into MethodBase/ParameterInfo 2019-10-31 23:23:52 +01:00
Katy Coe
edbf9dc2fa Output: Organize nested types correctly 2019-10-31 16:11:49 +01:00
Katy Coe
949c05e548 Move Il2CppModel creation out of Il2CppSharpDumper 2019-10-31 01:25:20 +01:00
Katy Coe
e26a47fd3a Rename Il2CppReflector to Il2CppModel 2019-10-31 01:21:43 +01:00
Katy Coe
5005a6ed03 Rename Il2CppDumper to Il2CppCSharpDumper 2019-10-31 01:18:56 +01:00