Jump to content
  • 0

How To Edit L2Server.exe Of Gf


Question

2 answers to this question

Recommended Posts

  • 0
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...