Commit Graph

  • 930b00f588 IL2CPP: Add plugin warning when failing to analyze Katy Coe 2021-01-12 01:10:30 +01:00
  • 9c2f314d83 Suppress CS1062 (Unreachable code detected) Katy Coe 2021-01-12 00:32:30 +01:00
  • 61eb6964fc Formats: Allow LoadOptions to be null Katy Coe 2021-01-12 00:21:57 +01:00
  • 68d251926d Tests: Add TestRunner configuration Katy Coe 2021-01-12 00:16:45 +01:00
  • 92451e26ef Plugins: Add ICorePlugin, enable by default Katy Coe 2021-01-12 00:15:59 +01:00
  • 5fdea13859 Formats: Add Section.ImageLength / VirtualLength Katy Coe 2021-01-12 00:15:21 +01:00
  • f7e99f2e42 Formats: Make ElfReader convenience items public Katy Coe 2021-01-11 19:13:09 +01:00
  • 52f477698e IL2CPP: Fix off-by-1 pointer error in non-PE x86/64 files (#123) Katy Coe 2021-01-11 19:13:09 +01:00
  • 87e6ea47e7 Update all-other-bugs.md Katy 2021-01-11 14:25:37 +01:00
  • 06b68a749a Update issue templates Katy 2021-01-11 14:24:47 +01:00
  • ff941fdec5 Update issue templates Katy 2021-01-11 14:17:24 +01:00
  • 361f5179d5 Unity: Allow version selection from asset file Katy Coe 2021-01-11 02:30:26 +01:00
  • 074f13b2f4 Plugins: Clear stack trace of failed plugins so they can be re-enabled Katy Coe 2021-01-10 17:43:00 +01:00
  • df35fc1af9 CLI: Show possible choices for choice options Katy Coe 2021-01-10 17:42:34 +01:00
  • 9437749455 Ghidra: Rebase dumped ELF images correctly (#120) Katy Coe 2021-01-10 17:41:52 +01:00
  • 34ebd31deb DLL: Fix not outputting 0-offsets on first struct field Katy Coe 2021-01-10 14:41:54 +01:00
  • ad7a09021d DLL: Fix RVAs for PE files Katy Coe 2021-01-10 14:31:35 +01:00
  • ba1f69540f DLL: Eliminate Il2CppInspector.DLL dependency on System.Private.CoreLib Katy Coe 2021-01-10 13:35:19 +01:00
  • f3c95adde6 Tests: Add default field and parameter value tests to CSharp1 Katy Coe 2021-01-10 12:56:31 +01:00
  • 1cf0fc8c54 DLL: Fix bug with parameter default values Katy Coe 2021-01-10 12:56:05 +01:00
  • 7619e2992e Update README.md Katy Coe 2021-01-10 11:39:05 +01:00
  • 7961fc6dab CLI/GUI: Add shim DLL output support Katy Coe 2021-01-10 11:38:45 +01:00
  • a34ff5cc44 Tests: Add shim DLLs to test suite Katy Coe 2021-01-10 10:25:56 +01:00
  • 64119a9dfc DLL: Apply zero-parameter custom attributes directly Katy Coe 2021-01-10 09:11:30 +01:00
  • cd7ddf193a Model: Implement MetadataToken property Katy Coe 2021-01-10 08:37:49 +01:00
  • 8ffff24079 DLL: Add assembly and module tokens Katy Coe 2021-01-10 08:26:12 +01:00
  • 0cdb028e88 DLL: Fix missing ParameterAttributes Katy Coe 2021-01-10 08:18:43 +01:00
  • daa2741b05 DLL: Revert special explicit interface implementation name handling Katy Coe 2021-01-10 08:17:52 +01:00
  • 15731e60db DLL: Output enum return type method bodies correctly Katy Coe 2021-01-10 07:38:50 +01:00
  • 96e15a7521 DLL: Don't try to add property tokens if there is no definition Katy Coe 2021-01-10 03:32:30 +01:00
  • c56a4c6a3a DLL: Forward declare all assemblies Katy Coe 2021-01-10 03:32:03 +01:00
  • 57b37711ae DLL: Add static array initializer value preview Katy Coe 2021-01-10 02:38:11 +01:00
  • 894075d676 DLL: Don't output method body for abstract methods Katy Coe 2021-01-10 02:20:58 +01:00
  • 7869d7af03 DLL: Output custom attributes Katy Coe 2021-01-09 22:11:06 +01:00
  • d4db6666d9 DLL: Output explicit interface implementation names correctly Katy Coe 2021-01-09 21:50:31 +01:00
  • 900b690d36 DLL: Output events Katy Coe 2021-01-09 21:37:55 +01:00
  • 75ced39fdc DLL: Ensure all non-extern methods have bodies Katy Coe 2021-01-09 21:21:22 +01:00
  • 135984bbdd DLL: Fix failure to import some signatures Katy Coe 2021-01-09 04:06:15 +01:00
  • 5540ba296b DLL: Fix our attribute field references Katy Coe 2021-01-09 03:50:41 +01:00
  • 09c5c6af23 DLL: Support arrays, pointers, ref types Katy Coe 2021-01-09 03:36:50 +01:00
  • 3df026c5cb DLL: Don't output offset for static fields Katy Coe 2021-01-09 02:37:45 +01:00
  • 40fd8d1df1 DLL; Output fields; set static correctly on methods/properties Katy Coe 2021-01-09 02:02:07 +01:00
  • 3a0c0d59e8 DLL: Output properties Katy Coe 2021-01-09 01:30:29 +01:00
  • a30caee1d9 DLL: Complete method output Katy Coe 2021-01-09 01:06:20 +01:00
  • f9aae1d367 DLL: Fix TokenAttribute not being formatted as hex Katy Coe 2021-01-08 22:00:32 +01:00
  • 35378f5065 DLL: Handle nested generic types and methods Katy Coe 2021-01-08 07:47:48 +01:00
  • 6322246566 DLL: Handle generic type references Katy Coe 2021-01-08 01:03:56 +01:00
  • 8303038b69 DLL: Fix TypeRefs, add constructor skeletons Katy Coe 2021-01-07 23:14:40 +01:00
  • a007b128fb Model: Add MethodImplementationFlags Katy Coe 2021-01-07 23:11:10 +01:00
  • e9a66b98d4 Model: Add PropertyAttributes Katy Coe 2021-01-07 23:10:57 +01:00
  • bca8baceb9 Model: Copy member attribute flags directly Katy Coe 2021-01-07 22:42:37 +01:00
  • 7dbe208656 DLL: Add base type and interfaces to type declarations Katy Coe 2021-01-07 03:19:32 +01:00
  • b01be3dda6 DLL: Improve workflow; add generic parameters and constraints Katy Coe 2021-01-07 02:36:17 +01:00
  • f84cb97f73 DLL: Add extensions and helper methods; generate TokenAttribute on types Katy Coe 2021-01-06 00:55:38 +01:00
  • 82e88dae57 DLL: Generate all skeleton assemblies and types Katy Coe 2021-01-05 21:51:25 +01:00
  • a5d0ea39e6 DLL: Add initial code to create custom attributes Katy Coe 2021-01-05 03:42:51 +01:00
  • 370d15e8d9 C++: Add il2cpp_thread_attach in Run() Katy Coe 2021-01-08 22:11:25 +01:00
  • 8da20a4afa IDA: Disable C++ (enum class errors) Katy Coe 2021-01-08 22:10:49 +01:00
  • 5c93d4e8d9 IDA: Fix SetType failure when using existing types Katy Coe 2021-01-08 22:02:47 +01:00
  • 9e118ec8c4 Update README.md Katy Coe 2021-01-05 01:04:42 +01:00
  • 382495d0c7 Unity: Fix 'abstract declaration' error in IDA header parsing Katy Coe 2021-01-04 21:00:27 +01:00
  • 6ae14eff0b CLI: Fix plugin Enum options not working Katy Coe 2021-01-04 20:30:27 +01:00
  • 688eed7cbf GUI: Don't forget all plugin options when clicking Refresh Katy Coe 2021-01-04 06:53:25 +01:00
  • 47d2dcda60 GUI: Fix plugin Enum options not working Katy Coe 2021-01-04 06:52:34 +01:00
  • 92104315be GUI: No silent crash on startup if plugin option type has changed Katy Coe 2021-01-04 05:43:51 +01:00
  • 71be0f2af2 Update year in copyright messages Katy Coe 2021-01-04 05:26:43 +01:00
  • 956cea0553 C++: Output C++ enums as enum classes Katy Coe 2021-01-04 05:14:11 +01:00
  • 567b6e1d21 C++: Fix "fields is not a member of app::String" for some IL2CPP projects Katy Coe 2021-01-04 04:53:48 +01:00
  • b76d14b113 C++: Don't output negative enum values in hexadecimal Katy Coe 2021-01-04 04:53:26 +01:00
  • b02db857c7 C++: Make C enum field type match underlying type Katy Coe 2021-01-04 04:18:50 +01:00
  • c6ed3a096c Tests: Disable parallelization for tests with plugins Katy Coe 2020-12-30 18:13:12 +01:00
  • c57fa592b9 Tests: Start compare tasks as soon as they are available Katy Coe 2020-12-30 18:12:56 +01:00
  • 7c65d2c741 Model: Eliminate no-longer needed thread lock in CAD Katy Coe 2020-12-30 09:16:25 +01:00
  • a0cd61bb13 Formats: Handle non-contiguous chunks in Linux process map Katy Coe 2020-12-30 08:30:08 +01:00
  • b004b8195b Model: Fix crash in ResolveGenericArguments with 32-bit binary rebased above 0x80000000 (#119) Katy Coe 2020-12-30 08:25:01 +01:00
  • ec6f65b7dc ELF: Rebase if requested even if image is not dumped (#119) Katy Coe 2020-12-30 08:23:59 +01:00
  • 012266ef87 CLI: Don't crash on plugins with no options Katy Coe 2020-12-30 08:22:52 +01:00
  • 0ce0bbe74d Plugins: Add PreProcessBinary, PostProcessBinary, PostProcessAppModel Katy Coe 2020-12-29 21:32:54 +01:00
  • 3e3818a2ed Plugins/GUI: Tidy up Katy Coe 2020-12-29 21:05:33 +01:00
  • 466531f3bd Make all file format classes public for API/plugins Katy Coe 2020-12-29 19:15:03 +01:00
  • 69d155af82 ELF: Move symbol processing to before PostProcessImage Katy Coe 2020-12-29 19:02:38 +01:00
  • e09002a060 Plugins: Add PluginOptionFilePath.AllowedExtensions Katy Coe 2020-12-29 18:44:42 +01:00
  • aecd41846d GUI: Add Cancel button to plugin configuration dialog Katy Coe 2020-12-29 18:23:16 +01:00
  • dbee37d4de Plugins: Add PostProcessImage Katy Coe 2020-12-29 17:18:31 +01:00
  • b5f6bcba72 Plugins: Add PreProcessImage Katy Coe 2020-12-29 01:31:26 +01:00
  • 964d845fd4 Plugins: Add more hooks boilerplate Katy Coe 2020-12-29 01:31:04 +01:00
  • 0c25465c31 Tests: Update expected results Katy Coe 2020-12-29 00:49:11 +01:00
  • 9a867a7e58 GUI: Fix not loading numeric and boolean type options properly Katy Coe 2020-12-29 00:19:27 +01:00
  • 84b3b5f9a7 Plugins: Don't force validation on disabled options Katy Coe 2020-12-28 23:10:29 +01:00
  • 99f1c38b4c Plugins/GUI: Implement conditional option enabling Katy Coe 2020-12-28 08:33:12 +01:00
  • 096b2d9c5d GUI: Allow plugins to be reset to default options Katy Coe 2020-12-28 01:23:35 +01:00
  • 40a1785dff Plugins: Add MustExist/MustNotExist/IsFolder to PluginOptionFilePath Katy Coe 2020-12-28 00:01:04 +01:00
  • a32a68b02f Plugins: Fail gracefully on multiple instances of same plugin Katy Coe 2020-12-27 23:59:41 +01:00
  • 4901d9b4bc Plugins: Add StatusUpdate EventHandler<string> overload Katy Coe 2020-12-26 23:39:40 +01:00
  • 863aa5ed7d Plugins: Implement ReentrantAttribute Katy Coe 2020-12-26 23:32:21 +01:00
  • 14e80c3022 IL2CPP: Add statusCallback to LoadFromPackage and LoadFromFile Katy Coe 2020-12-26 22:41:38 +01:00
  • 6491f0ada0 GUI: Plugin configuration is retained between sessions Katy Coe 2020-12-26 21:02:52 +01:00
  • d7fcab640c GUI: Auto-migrate settings from previous version if needed Katy Coe 2020-12-26 06:06:21 +01:00
  • f64d224b5a Update README.md Katy Coe 2020-12-26 00:14:26 +01:00
  • 94f13c35df GUI: Don't allow plugins to run without validating options at least once Katy Coe 2020-12-26 00:05:48 +01:00