0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 14:50:44 -05:00

Commit Graph

  • 1097cf5597 Updated mappings master Chomp 2025-01-24 19:01:51 +00:00
  • ed182b90dd Remove build folder children instead of build folder Cj 2025-01-17 20:01:00 -05:00
  • 542b81540d Fix ambiguous methods, make end logging use sync Cj 2025-01-17 19:47:28 -05:00
  • 298a2aac04 regenerate FirearmScopeStateStruct remap Cj 2025-01-17 17:45:14 -05:00
  • 70ac2326fc
    Merge pull request #18 from sp-tarkov/1.0.0-dev Cj 2025-01-15 12:46:19 -05:00
  • 20ae0c532d update README.md 1.0.0-dev Cj 2025-01-12 01:05:21 -05:00
  • 632fe1bb5e Add regensig command Cj 2025-01-12 00:43:19 -05:00
  • 8041089f44 add configuration for waiting on an external debugger when run from the command line Cj 2025-01-11 23:49:06 -05:00
  • af62310053 Pass build configuration to PostBuild.ps1 Cj 2025-01-11 23:40:24 -05:00
  • 5840a58b2f Add a couple new mappings Cj 2025-01-11 23:02:46 -05:00
  • 94f68148e1 Fix AutoMatcher to work with System.Text Cj 2025-01-11 22:31:58 -05:00
  • ceb7bf8b39 add getruntimeversion command Cj 2025-01-11 14:05:41 -05:00
  • 9830004f42 cleanup remapper Cj 2025-01-11 14:00:01 -05:00
  • af8afeab78 cleanup renamer Cj 2025-01-11 13:43:03 -05:00
  • 371bda961c Remove debug logging Cj 2025-01-11 13:12:53 -05:00
  • 2589d0d3bc Fix item.json loading Cj 2025-01-11 13:11:07 -05:00
  • de0b632426 Update items.json Cj 2025-01-11 07:32:51 -05:00
  • 0bcfc7f6d0 Remove comments from Settings.jsonc Cj 2025-01-11 06:35:44 -05:00
  • 409b169f6a Make publicizer initialization consistent with the other steps Cj 2025-01-11 06:35:18 -05:00
  • 2672696e3a remove redundant method Cj 2025-01-11 06:18:08 -05:00
  • efea0532c5 Enable server garbage collection Cj 2025-01-11 06:08:17 -05:00
  • 2915c63c51 Thread hollow process Cj 2025-01-11 05:50:19 -05:00
  • e6364092aa Fix json serializer Cj 2025-01-11 05:34:45 -05:00
  • 8ec4b245bb Update PostBuild.ps1 to use the net9.0 folder Cj 2025-01-11 05:15:16 -05:00
  • b7fa5350ec Remove empty strings from method/field/prop lists Cj 2025-01-11 02:36:17 -05:00
  • 65aec4b7c0 Remove newtonsoft and use System.Text instead Cj 2025-01-11 02:30:18 -05:00
  • 354ffc3d56 Open proper branch, update read me Cj 2025-01-11 02:01:03 -05:00
  • 0706ce7139 Upgrade to .net9 Cj 2025-01-11 01:43:59 -05:00
  • bad55c00b3 Move CLI readme to root Cj 2025-01-11 01:34:50 -05:00
  • 1a9cd5f163 Use .Count() instead of .Where() and account for faulted tasks Cj 2025-01-11 01:29:10 -05:00
  • 44d6ae6148 re-enable publicizer Cj 2025-01-10 10:19:07 -05:00
  • d46a80ad8d Make new type names consistent, use Class and Struct where applicable. Remove unused enum value Cj 2025-01-10 10:08:13 -05:00
  • 87804a88bf Bump exe version to 1.0.0 Cj 2025-01-10 09:50:19 -05:00
  • 701e302cc6 Small refactor to type filters Cj 2025-01-10 09:46:35 -05:00
  • 75f418417c Convert HasGenericParameters Cj 2025-01-10 09:29:38 -05:00
  • 2da74cc061 Convert IsEnum Cj 2025-01-10 09:00:03 -05:00
  • 165739eacd Convert IsSealed, remove IsStruct its covered by other flags Cj 2025-01-10 08:55:32 -05:00
  • 3fbef827fc Start removing null state, very broken Cj 2025-01-10 06:35:51 -05:00
  • 7f4b8ba0e5 Move WAIT_FOR_DEBUGGER to the top in AutoMatcher.cs Cj 2025-01-10 04:20:32 -05:00
  • 7ff1591674 Add ability to wait for a debugger to attach before executing. Uses preprocessor #define WAIT_FOR_DEBUGGER Cj 2025-01-10 04:13:56 -05:00
  • 1d3aedd7ab Add new required properties to all remaps Cj 2025-01-10 03:29:04 -05:00
  • 4dcab4c10f Fix remaining remaps Cj 2025-01-09 13:43:08 -05:00
  • c312269906 Fix more remaps Cj 2025-01-09 12:30:29 -05:00
  • 4fc850cbb8 Start of a small project wide refactor to address issues. 28 failing remaps currently. Cj 2025-01-09 11:46:46 -05:00
  • 7c54b8542c Uncomment if block from testing Cj 2025-01-09 04:34:43 -05:00
  • a1088e3ec2 Add back previously removed mappings now that obfuscated method names cannot be used to match them. Cj 2025-01-09 03:25:04 -05:00
  • 06a56a924e Add fields to ignore, currently unused. Other misc changes Cj 2025-01-09 03:00:09 -05:00
  • a6199ce4a0 Fix copy/paste mistake, don't match obfuscated base classes Cj 2025-01-09 01:51:34 -05:00
  • 60fff54ada Simplify logic Cj 2025-01-09 01:38:52 -05:00
  • 4cd4765efc remove auto generated mappings that contained de-obfuscator given names Cj 2025-01-08 22:31:25 -05:00
  • 82eec7b657 Don't automatch deobfuscator given method names Cj 2025-01-08 22:26:34 -05:00
  • c9a036d6db DataProvider simplification Cj 2025-01-08 22:08:00 -05:00
  • 80c7d1ef21 Simplify app settings, remove unused code Cj 2025-01-08 21:48:48 -05:00
  • 38e5ac302d
    Merge pull request #17 from sp-tarkov/build Cj 2025-01-06 20:48:02 -05:00
  • d8c857d7d9
    Build Project Refringe 2025-01-06 20:31:07 -05:00
  • f3c09303e0 Actually fix ambiguous methods Cj 2025-01-06 18:26:53 -05:00
  • 22c4d67d2a Attempt fixing ambiguous method naming Cj 2025-01-06 17:22:04 -05:00
  • 4830fe1d22 Make dumper auto de-obfuscate Cj 2025-01-06 16:55:47 -05:00
  • 433ff82c2e add retry count and delay CWX 2025-01-06 20:51:01 +00:00
  • 8884815de0 make renamer and publicizer instances instead of static Cj 2025-01-02 12:15:38 -05:00
  • c3bba19df7 Remove unused settings. streamline remap command Cj 2025-01-02 11:47:51 -05:00
  • 6bce67b479 remove unused event Cj 2025-01-02 02:35:20 -05:00
  • dca2d61edb Add threading to publicizer Cj 2025-01-02 02:29:02 -05:00
  • 533ab39f30
    Merge pull request #16 from sp-tarkov/SmartMapper Cj 2025-01-02 01:30:46 -05:00
  • 4da9c42c28 Misc and add new mappings Cj 2025-01-02 01:21:37 -05:00
  • c9fcf4e5ca Update doc Cj 2025-01-01 22:48:18 -05:00
  • c87e0e0c3a Restore removed properties Cj 2025-01-01 22:38:46 -05:00
  • 848a790ba4 place de4dot in solution folder Cj 2025-01-01 22:21:30 -05:00
  • 9798d896ba Remove GUI Cj 2025-01-01 22:12:50 -05:00
  • 1891c872e1 Fix mappings Cj 2025-01-01 21:57:49 -05:00
  • b58fee548f Add events, remove unused property, move other properties Cj 2025-01-01 21:51:50 -05:00
  • 4c82026a84 Nested type support Cj 2025-01-01 21:10:31 -05:00
  • 3dbdfae549 Remove test remap Cj 2025-01-01 20:38:57 -05:00
  • 2cf25373fe Make lists into hashsets Cj 2025-01-01 20:37:49 -05:00
  • 9f2165f325 Fix remapper error Cj 2025-01-01 20:10:41 -05:00
  • 17df885ea8 More filter work, add prompts Cj 2025-01-01 20:07:20 -05:00
  • 02a6c417ab Initial work and basic functionality Cj 2025-01-01 19:17:56 -05:00
  • 664ff994cf Finish migration Cj 2025-01-01 02:13:19 -05:00
  • 572b3e037f update mappings.jsonc Cj 2025-01-01 01:37:26 -05:00
  • a49c2b3aee mappings structure change part 1 Cj 2025-01-01 01:34:11 -05:00
  • 6c8cfb8d08 update command text and readme Cj 2024-12-31 14:20:44 -05:00
  • 146aac9c83 don't ref types Cj 2024-12-31 14:17:42 -05:00
  • 6e8420477e Put filters into their own class, refactor remapper class Cj 2024-12-31 14:15:11 -05:00
  • 735e9a4a36 rename remapper class Cj 2024-12-31 13:47:51 -05:00
  • e7994691ee Fix namespaces Cj 2024-12-31 13:46:44 -05:00
  • c66c44d166 Merge remote-tracking branch 'origin/master' Cj 2024-12-31 13:18:28 -05:00
  • d040cb1e47 Cleanup and refactor logging Cj 2024-12-31 13:18:11 -05:00
  • 191b068f3d Fix Factoy night in config CWX 2024-12-31 16:14:57 +00:00
  • 6fd351e2ba clean up Publicizer Cj 2024-12-31 10:10:40 -05:00
  • b3a676f044 Clean up logging, add progress bars Cj 2024-12-31 04:48:12 -05:00
  • 33e68f4ca7 Remove automapper gui components Cj 2024-12-31 03:51:57 -05:00
  • 15af480254 Remove automapper from config, start removal of automapper from gui Cj 2024-12-31 03:28:46 -05:00
  • 3de6be24ce Fix a bunch of compiler warnings Cj 2024-12-31 03:13:29 -05:00
  • c4d81ce4ba Fix method name mangling when prepended with GInterfacexxx. Cj 2024-12-31 02:49:49 -05:00
  • 0e663099d1 Remove automapper Cj 2024-12-31 00:21:32 -05:00
  • 1505b01bba Fix some compiler warnings Cj 2024-12-30 23:50:31 -05:00
  • 65041c3e3b Integrate deobfuscation into remap process Cj 2024-12-30 23:35:02 -05:00
  • 4e33f48be0 Fix de4dot, change back to .net48, allow to build along side project. Add post build script to create the cli in a build directory in the solution directory Cj 2024-12-30 22:54:38 -05:00
  • a73f2494eb update gitignore Cj 2024-12-30 22:52:36 -05:00
  • eab0265b16 remove unused methods Cj 2024-12-30 13:20:44 -05:00