atom0s wrote:Unpacking this is super easy since it's a .NET app packed with Themida which doesn't really protect the file.
thank you so much for the reply and it is amazing you got it opened. i tried the same but it is not working please kindly share the method you used to unpack this or how you came about doing what you did. am using windows 7 do i need to use it on virtual machine using windows xp?
Given that the program is .NET, Themida doesn't really protect it except for in its non-running state. You can use a tool like MegaDumper to dump .NET programs running on the system to get the unprotected file in the case of Themida. Just run the file, run MegaDumper, dump the given process you want to get the exe/dll from and it'll create a dumped output of everything it can detect as .NET and valid modules.
In this case, there isn't any extra protection so once you do that, you have the unprotected exe back.