Posted August 29, 200618 yr 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
August 29, 200618 yr 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.0You 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 August 29, 200618 yr by Ehtyar
Create an account or sign in to comment