[fpc-pascal][OT] Changing Executables.
Marco van de Voort
marcov at stack.nl
Fri Dec 22 13:16:51 CET 2000
> This is an oftopic question but this is the only group of people i know that
> could know this.
We are not a general programming helpdesk.
> I am trying to find a way to include my own code
> in an existing executable in a way that my code
> is executed first and after that, the original
> executable is executed. I have very little
> knowledge of assembler, but (I think) when I
> write a C(++) app and then compile it to
> assembler, and someone can tell me how I can
> modify existing executable in a way that my app
> is executed first, I don't need to have very much
> assembler knowledge.
Unless possibilities to expand a program (dll hooks etc, plugin support)
already exists, there is nothing possible without very thorough assembler
knowledge.
More information about the fpc-pascal
mailing list