View Single Post
  #7  
Old 04-20-2018, 20:03
tecnmarl tecnmarl is offline
Friend
 
Join Date: Mar 2018
Location: Italy
Posts: 9
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 6 Times in 4 Posts
tecnmarl Reputation: 0
Quote:
Originally Posted by ranadharm View Post
@sebdersu
Thanks for your intrest.
Can you please explain me the process to unpack this file????
Following the instructions alone, is the worst thing for learning.
Packers behave in a similar way, so there are some general rules. Conceptually, you follow a procedure, remembering that a specific packer could vary drastically in how it's trying to accomplish the same result.

You should start with simple packers and check these three things:
- What are the things that different packers share?
- How can we identify the packer? (you won't find strings all the time)
- How do we unpack it?

A beautiful teaching experience is building your own packer and defeat it. It probably won't be a strong packer or a good one, but you will be a step closer to possess knowledge.

The core of reverse engineering is our work being facilitated by the right tools. We should know how to do it without them, relying on them as a shortcut not as the only way.

If you don't plan to learn this way, then try searching "confuserex unpack", after the first results from YouTube, you will find something...
Reply With Quote
The Following User Says Thank You to tecnmarl For This Useful Post:
sendersu (04-21-2018)