Update README.md

This commit is contained in:
CJ-SPT 2024-06-14 19:17:29 -04:00 committed by GitHub
parent 867b218063
commit 035a95be45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,16 @@
# AssemblyRemapper
# ReCodeIt
ReCodeIt is a .net assembly remapper, it can take an assembly which has been de-obfuscated and remap classes to more usable names based on patterns. It ***requires*** a de-obfuscated dll to work.
# Building
- fork or clone the project to a local directory
- Make sure you have [.net 8 sdk](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) 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
- Start the application, go to the settings page and set the directories and options to your liking. I will provide further documentation down the line when the project is in a less chaotic state. For now using it works, there may be a GUI bug here or there.
# Planned Features
- Cross Mapping - The ability to code in a de-obfuscated state and then convert your code back to a state the original assembly understands once your done. This provide the ability to rename things to whatever you want and use them.
- De-Obfuscation - Taking a obfuscated dll and de-obfuscating it