HEROiC Posted March 5, 2009 Posted March 5, 2009 Hello,I try to make an exe protector like ASPackDIE and Themida. But i have a couple of questions:- How do they hide any string in the .exe ?- Can som1 give me some source codes ?Thnx in advance!
Loki Posted March 5, 2009 Posted March 5, 2009 ASPackDie is an unpacker for aspack... not a protector.As for your other questions, google is the way forward..... its a massive subject which no one is going to be able to answer in a thread.Look for ExeFog, RLPack, Yoda Cryptor and others - all have sources available.
HEROiC Posted March 5, 2009 Author Posted March 5, 2009 (edited) Could u give me those programs including the source. Cuz i can't find them on google ? Delphi source only *** Edited March 5, 2009 by HEROiC
Loki Posted March 6, 2009 Posted March 6, 2009 Didn't read the delphi bit before..... never used delphi myself so no idea whats out there.the principles are the same whatever language you use though so you will learn something from the sources mentioned above.
Departure Posted March 6, 2009 Posted March 6, 2009 actually there are alot of sources out there, but what some people call protectors is nothing more than encrypting the exe and binding it to stub that decrypts it and executes it from memory, I dont see this as a protector but it does do the job with little effort, other good protectors use code insertion into the exe to decrypt it self. Some good forums about the subject is http://hackhound.org and http://opensc.ws 2 very good forums and the some of the members are very skilled in the exe Encryption/Protection process and coding, You should find plenty of delphi examples at these forums.
GEEK Posted March 6, 2009 Posted March 6, 2009 i don't think you are ready to make protectorsyou need more experience before you can think of making one
steve10120 Posted March 7, 2009 Posted March 7, 2009 Thanks for the mention Departure . HEROiC: I did this a little while ago, its extremely basic, and won't with all files(eg files with important PE info in the first section). http://hackhound.org/forum/index.php?topic=9875.0 Crypt101.rar
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