Jump to content
Tuts 4 You

Search & Replace Patch With Delphi ?


Guest howto

Recommended Posts

Hi all,

this message is addressed to persons who have already made offset patchs with delphi and have eventually an idea or a source code of a "search & replace" patch coded in delphi language...

This was my first question. My second question is how to write a text in .txt file when we need to put it on the 3rd line or 4th line ?

Thanx in advance and forget about my english :rolleyes:

Link to comment

You could assemble diablo's search and replace code and link it with your delphi code, have a look here:

http://www.masm32.com/board/index.php?topic=5610.0

You could also compile it into a dll instead and export the search and replace function, then extract the dll at runtime, dynamically load it and call the function, then delete the dll after. There are a few examples of how to do this floating around the forums i think.

Edited by Ehtyar
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...