Guest howto Posted August 29, 2006 Posted August 29, 2006 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
Ehtyar Posted August 29, 2006 Posted August 29, 2006 (edited) 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, 2006 by Ehtyar
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