Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Need Usage Guide + Executable #1

Open
PushpenderIndia opened this issue Aug 11, 2021 · 9 comments
Open

Need Usage Guide + Executable #1

PushpenderIndia opened this issue Aug 11, 2021 · 9 comments

Comments

@PushpenderIndia
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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
Copy link

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
Copy link
Owner

You did something wrong then

@modz2014
Copy link

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

@oSumAtrIX
Copy link
Owner

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

@modz2014
Copy link

yes it is im doing a test

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants