Jump to content
Tuts 4 You

hex change (delphi) ?


cdmesut

Recommended Posts

delphi soruce code

myprogram.exe (olly)

before

0046B376 . /74 0C JE SHORT 19_1.0046B384

after

0046B376 . /90 90 JE SHORT 19_1.0046B384 /// nop 90 90

How do delphi programing

thanks

Link to comment

delphi soruce code

myprogram.exe (olly)

before

0046B376 . /74 0C JE SHORT 19_1.0046B384

after

0046B376 . /90 90 JE SHORT 19_1.0046B384 /// nop 90 90

How do delphi programing

thanks

Actually the first question should be how you want to change these bytes, in memory using a loader? or hard patch it by changing the offset bytes?

Once you know what sort of method your going to use then have a look in this catagory there are heaps of examples for memoryloader and offset patching(I have posted some my self here). Just keep in mind if you decided to use offset patching is that ollydebug is showing you the virtual address NOT the offset address! (lots people seems to forget this when attempting to create a patcher for first time).

Link to comment

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...