Klinzter Posted March 15, 2013 Posted March 15, 2013 (edited) I have made this little unpackme for themida.. its different than some themida unpackmes in that it was compiled in net framework v4.0 attached are two files one using x64 and the other is x32 bit the vb.net source Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click MsgBox("Hello") End Sub End Class see attached rar file for packed themida.. lets see who can unpack it and if you do please post the result.. good luck! tuts4you.rar tuts4you_x32.rar Edited March 15, 2013 by Klinzter
Klinzter Posted March 15, 2013 Author Posted March 15, 2013 (edited) does not run on WinXP yes it runs on XP but it has to be 32bit.. I have edited the OP and added a x32 version Edited April 17, 2013 by Klinzter
Klinzter Posted March 16, 2013 Author Posted March 16, 2013 very nice indeed guys.. can anyone post a how to unpack for this?
NOP Posted March 16, 2013 Posted March 16, 2013 It is one of the worst protections for .net IMO and only takes about a minute to do You just need to run program, dump from memory and fix the dump Everything is restored including original method / variable names
Rooking Posted March 22, 2013 Posted March 22, 2013 Everything is restored including original method / variable names
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now