Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Please help me urgently i need to regenerate .exe after applying obfuscation technique .exe.
Posted
Comments
Sergey Alexandrovich Kryukov 18-May-11 4:14am    
Bad question, my big 1. If you don't know what to do (which is not clear; what exactly you want?), why did you use obfuscation in first place?
--SA

If you mean "I need to get the original EXE back from the Obfuscated one" then sorry: that is the whole idea of obfuscation - to make it extremely difficult to read the EXE and work out the code from it.

You will have to use your source code, instead.
 
Share this answer
 
What you mean to say "regenerate .exe", after applying obfuscation you need to re-generate your Program Exe, which contain obfuscatory code.

Regards
Rushi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900