darkbreak Posted October 23, 2010 Posted October 23, 2010 Hi Guy, How to get OEP in delphi code? Thanks
cipher Posted October 23, 2010 Posted October 23, 2010 explain more about the protection pleasethe oep looks common in most of the executable with standard format try to find coderippers tut on delphi
0xFF Posted October 23, 2010 Posted October 23, 2010 The coding itself is not the problem, if you know how the packer works, then it's not a problem at all.if you've expected a code, then not in here son.Google "Debugging Functions MSDN" and understand how to work with file-systems first.
CondZero Posted October 25, 2010 Posted October 25, 2010 How to get OEP in delphi code?If the app has 2 text sections as 1st and 2nd code section,your real OEP is apt to be in the 2nd code section normally .itext.If using a break on memory access to the 1st code section, youshould see a return to the 2nd code section. Above the Call scrollup a bit to see your true OEP.CZ 1
h4sh3m Posted November 10, 2010 Posted November 10, 2010 (edited) try this source.Source By Arash-VeyskaramiFindOEP.zip Edited November 10, 2010 by h4sh3m 2
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