Commit Graph

34 Commits

Author SHA1 Message Date
Katy Coe
4c29821ee0 Add UnityEditor and JetBrains.Annotations to default ignored namespaces 2020-01-21 02:42:21 +01:00
Katy Coe
f01c20570b Output: Create Visual Studio .csproj files when using --project (Project References are not currently resolved) 2020-01-21 01:44:47 +01:00
Katy Coe
a136f49603 CLI: Add --unity-path and --unity-assemblies options 2020-01-20 23:11:30 +01:00
Katy Coe
b4ab0036f0 CLI/Output: Add option to create Visual Studio solution (.sln) (no project files yet) 2020-01-19 04:03:14 +01:00
Katy Coe
f71e065968 CLI/Output: Add --separate-attributes option for assembly-level attributes 2020-01-19 02:59:59 +01:00
Katy Coe
3f00d2a3ad CLI/Output: Added "tree" layout option 2020-01-18 23:15:00 +01:00
Katy Coe
054b3641ca Output: Exclude AOT namespace by default 2020-01-18 21:32:20 +01:00
Katy Coe
934def3f66 Dumper: Benchmark main stage runtimes 2019-12-14 11:44:39 +01:00
Katy Coe
d8befc0a15 Output: Give non-auto-properties accessor bodies (CS8080) 2019-12-10 15:32:13 +01:00
Katy Coe
be52e7d201 Output: Auto-properties must have get accessors (CS8051) 2019-12-10 14:22:13 +01:00
Katy Coe
33de89bed7 Output: Add AttributeTargets.All to AttributeUsage instances when using --must-compile (CS0592) 2019-12-10 03:13:37 +01:00
Katy Coe
673c9c94a9 Output: Don't emit add/remove/raise on events when using --must-compile 2019-11-17 22:49:59 +01:00
Katy Coe
f0134e0d16 CLI: Merge some options into --must-compile 2019-11-17 22:43:58 +01:00
Katy Coe
0afb5f6172 CLI: Invert --no-suppress-cg to --suppress-cg 2019-11-16 21:38:23 +01:00
Katy Coe
b862fd99de Output: Implement --comment-attributes option 2019-11-16 21:33:49 +01:00
Katy Coe
e5e77ed791 CLI: Fix default metadata filename 2019-11-14 17:16:11 +01:00
Katy Coe
7c64e0a09c Add --suppress-metadata option 2019-11-13 15:55:18 +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
fc6dbc6011 CLI: Switch from Microsoft CommandLine to CommandLineParser 2019-11-13 03:59:31 +01:00
Katy Coe
268a10a950 Output: Emit using directives at start of C# output 2019-11-12 05:38:05 +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
385c8ebc50 Output: Option to suppress constructs with [CompilerGeneratedAttribute] 2019-11-04 20:23:57 +01:00
Katy Coe
ac47c811be Output: Exclude root namespace by default 2019-10-31 23:35:58 +01:00
Katy Coe
cb9d391d52 Il2CppDumper: More robust command-line processing 2019-10-31 02:22:02 +01:00
Katy Coe
949c05e548 Move Il2CppModel creation out of Il2CppSharpDumper 2019-10-31 01:25:20 +01:00
Katy Coe
5005a6ed03 Rename Il2CppDumper to Il2CppCSharpDumper 2019-10-31 01:18:56 +01:00
Katy Coe
a9b7b8d7af Output: Add namespace exclusions 2019-10-31 01:16:25 +01:00
Katy Coe
bfc6409526 Add startup banner to Il2CppDumper 2019-10-22 16:22:21 +02:00
Katy Coe
3809f88abf Rewrite Il2CppDumper to use Il2CppReflector model 2017-11-08 13:35:42 +01:00
Katy Coe
0ab1b75ef4 Additional refactoring 2017-10-23 16:12:40 +02:00
Katy Coe
b174a8104e Don't add image index suffix to single output files 2017-10-23 12:51:49 +02:00
Katy Coe
16b56e271b Add Fat Mach-O (Universal Binary) support
Fix fieldOffsets bug in some metadata versions
Add support for generic multi-architecture binaries
Add Mach-O section RVA mapping
2017-10-23 12:35:59 +02:00
Katy Coe
9ced0b6c56 Separate project from Il2Cpp2Proto 2017-03-17 11:29:54 +01:00