Jump to content
Tuts 4 You

How to get OEP in delphi code?


darkbreak

Recommended Posts

Posted

Hi Guy,

How to get OEP in delphi code?

Thanks :worthy:

Posted

explain more about the protection please

the oep looks common in most of the executable with standard format

try to find coderippers tut on delphi

Posted

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.

Posted
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, you

should see a return to the 2nd code section. Above the Call scroll

up a bit to see your true OEP.

CZ

  • Like 1
  • 3 weeks later...
Posted (edited)

try this source.

Source By Arash-Veyskarami

FindOEP.zip

Edited by h4sh3m
  • Like 2
  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...