Jump to content
  • 0

How To Edit L2Server.exe Of Gf


lin2admin

Question

2 answers to this question

Recommended Posts

  • 0

There is no digital signature or checksum enforcement, so any hex editor will suffice. Obviously, if you want to edit a string and replace it with a longer one, or need a whole new branch of code, that will need an extender (additional memory space). Typically just make a Dynamic Link Library project (x86 for 32 bit l2server, x64 for 64 bit l2server) and do the patching you would normally do with a hex editor in DllMain method.

An easy way to get DllMain called from l2server.exe is to simply modify the PE/NE header. There are loads of different tools for this, so pick literally any one.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...