Jump to content

L2 Extenders


Recommended Posts

I found same examples of extenders in forum that they use functions writen in C++ and not using opcodes like this guide to extend/fix some functionality. My question is how do you define in your C++ code classes or structures that L2server uses? For example i saw functions using User *pUser pointer for input. Did you read the assembly from IDA and create from the begging the whole class/structure?

Link to comment
Share on other sites

I found same examples of extenders in forum that they use functions writen in C++ and not using opcodes like this guide to extend/fix some functionality. My question is how do you define in your C++ code classes or structures that L2server uses? For example i saw functions using User *pUser pointer for input. Did you read the assembly from IDA and create from the begging the whole class/structure?

 

Yes.

 

Take a look at constructor classes inside IDA for sizes and references.

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 4 months later...
  • 1 month later...
  • 4 weeks later...
  • 3 weeks later...
  • 1 month later...
  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...