SlejmUr 8a350c6818 Feature: Adding Include/Exclude for events. (#13)
Added checking events for the remapping, can include/exclude any events, tested.
Added New GUI option for events. also fixed ExcludeNestedTypes wrongly displayed if no IncludeNestedTypes exists.

Co-authored-by: SlejmUr <slejmur@protonmail.com>
Reviewed-on: SPT/AssemblyTool#13
Co-authored-by: SlejmUr <slejmur@noreply.dev.sp-tarkov.com>
Co-committed-by: SlejmUr <slejmur@noreply.dev.sp-tarkov.com>
2024-11-05 18:21:26 +00:00
2024-11-05 18:19:29 +00:00
2024-11-02 17:04:38 +00:00
2024-06-15 16:21:12 -04:00
2024-06-22 15:32:42 -04:00

ReCodeIt

image

ReCodeIt is a .net assembly tool for working with obfuscated assemblies. It allows you to deobfuscate using de4dot, create remaps for types and generated a re-mapped reference for your project. It has two main components. The GUI pictured above and a CLI companion that can be placed on the system path for access anywhere on your machine at any given time.

Building

  • fork or clone the project to a local directory
  • Make sure you have .net 8 sdk installed or install it through the visual studio installer.
  • Open the solution in visual studio and build
  • Run the project from visual studio or the build folder.

Using

See the wiki

Support me

If you want to support the project you buy me a coffee!

Description
A .net assembly remapper written in .net 8
Readme 1.7 MiB
Languages
C# 100%