You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handling was indeed incorrect. I've added more checks and added a test program. It should now correctly handle instructions with REX.W bit set. Please let me know if you find any more problems.
GetInstructionSize returns wrong value for
48 81 ec d0 00 00 00 sub rsp,0xd0
returns 11, should return 7.
The text was updated successfully, but these errors were encountered: