Jump to content
  • 0

SimpleRoHook - M2E crashes in ntdll.dll


Singe Horizontal

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   35
  • Joined:  03/26/20
  • Last Seen:  

Hi,

The M2E plugin instantly  crashes the moment aoe skills are placed, in the form of buffer memory saturation. Does someone know how I could proceed from there as I'm quite ignorant in this field?

EDIT1: While checking the source it appears it is related to the CSkill class having faulty fields.
EDIT2: I narrowed the bug to how the job is retrieved.
 

intptr_t CGameActor::jobOffset = offsetof(CGameActor, CGameActor::m_job_deprecated);
void CRoCodeBind::SearchRagexeMemory(void)
{
  CSearchCode CGameActor_Job_use(
    "89***1******"    // mov [edi+234h], eax ; m_job
    "8b**"            // mov esi, [edi]
    "8b**"            // mov ecx, edi
    "e8********"      // call sub_698C70
  );

 

Edited by Singe Horizontal
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

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...