critical issues

Issue #2 resolved
Michael Doctor created an issue

function: StaticMemoryDecrypt

bad code: RtlMoveMemory(&DataQword, MemoryStart, UE_STATIC_KEY_SIZE_8);

why: DataQword its only 4 bytes and there attempt to move 8 bytes

fix: DataQword should be 8 bytes

Comments (2)

  1. Log in to comment