quote:
Originally posted by Jnrz7
you can go to my website, there is a section called "Source", where you can see how I coded the basic loader.
there is a VB6, Delphi, C, HLA, MASM, FASM version, so you can see which one you will understand the most.
to make a plus plug-in you need to modify this code a little bit.
instead of creating a new process, you need the get the handle of the current process, which you can you with API calls.
that is it, is not complicated to do a plugin for the "loader".
SUrely the plugin just isnt loaded quick enough to be able to patch the current process before it performs its instance check. Remeber, patching the memory of the msn which is already running is completely useless because its the one which is started secondly which will do the instance checking.
Tah,
Hah