Jump to content
Sign in to follow this  
GustavoHMA

CCharacter manipulations

Recommended Posts

Hello everyone,

I wanted to know how I can create a DLL injection to manipulate the functions and variables of the CCharacter structure without causing the Gameserver to hang and close.

Thank you in advance to all who can help.

Share this post


Link to post
Share on other sites

Hello @GustavoHMA,

start off by dumping pdb from ida. (generating .h)

slowly build each class hierarchy and compile into static libraries.

 

each field of the class must align exactly as defaulted within the gameserver where the fields match and fits exactly to the memory it

was allocated by the default constructor within the exe.

 


kong.png

a2.png

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...