Jump to content
Tuts 4 You

Themida v2.4.6.30


Go to solution Solved by Josman,

Recommended Posts

Posted

Themida v2.4.6.30


This is a .NET executable with a Goland DLL packed with Themida.

Try to unpack the executable, dump the bundled DLL then fix the DLL to make it work.

Once completed detail the methods used and how you fixed the DLL.


 

Posted

dump the bundled DLL then fix the DLL to make it work.

  • 2 weeks later...
Posted

dll is written in go-lang and im a .NET reverser 😕 

  • 2 months later...
  • Solution
Posted

Tutorial:

  Reveal hidden contents

 

unpacked.rarFetching info...

  • Like 1
  • 2 years later...
Posted

EXE:

  • Just need to dump it by using dumper, such as DotnetDumper
  • Using CFF to fix it and remove the strong signature
  • Using De4dot to clean it up

DLL:

  • Because it's a .Net program, you can dump the DLL at the same time, but if it's a not .Net program, write own tool extract...

dumpMe - bak.rarFetching info...

Posted

I made a dump but it doesn't work, the size is correct

  • 4 months later...
Posted

1. Dump dumpMe.exe file using ExtremeDumper, and save callGo.exe. It has unpacked.

2. Dump dumpMe.exe file using MegaDumper, you'll got rawdump_6BEC0000.dll file. Just rename to test.dll (it is a native language).

3. Place to same folder callGo.exe file and test.dll, it's work..

 

Unpacked.rarFetching info...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...