oSumAtrIX / themida-string-decryptor

🔓 Decrypt strings from a .NET module dump protected by Themida, the advanced windows software protection system
https://osumatrix.me
14 stars 7 forks source link

Need Usage Guide + Executable #1

Open PushpenderIndia opened 2 years ago

PushpenderIndia commented 2 years ago

Hi mate! Can you please tell me how to use this tool, I am doing some test on a malware, it is packed with Themida Winlicense 3.0.8

I am able to unpack themida using Megadumper, and then fixed the assembly using Universal_Fixer

But the exe is obfuscated, so i want to try this tool, can this tool help me deobfuscate the unpacked exe?

Thanks in Advance 🙃

oSumAtrIX commented 2 years ago

You need to compile it. Clone the repo, inside the solution folder. Make sure you have the .Net 5 sdk installed and execute "dotnet build -c Release" inside that folder from your command line. You will find the assemblies inside the bin folder

PushpenderIndia commented 2 years ago

I am able to compile, but the exe is not working, that is why I am asking for ready to use executable, can you please guide me that how to use it, I have tried to drag and drop the exe on this software, but it didn't work for me

oSumAtrIX commented 2 years ago

You will need to read the stack trace by launching the program from the command line and passing your file to decrypt as a parameter.

PushpenderIndia commented 2 years ago

Can you please provide me the executable, because I have tried that also, I have executed the exe like this : ThemidaStringDecryptor.exe myexe.exe

But unfortunately it doesn't work for me

modz2014 commented 1 year ago

this is the error you get Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at ThemidaStringDecryptor.Program.Main(String[] args) in C:\Users\Modz2014\Downloads\themida-string-decryptor-master\ThemidaStringDecryptor\Program.cs:line 31

oSumAtrIX commented 1 year ago

You did something wrong then

modz2014 commented 1 year ago

thats just from downloading the project then building then try to run it

oSumAtrIX commented 1 year ago

Yes. You can only run it with a .NET module dump of Themida as an argument.

modz2014 commented 1 year ago

yes it is im doing a test