mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
implement shift and rotate handlers. Fix tests
This commit is contained in:
@ -26,7 +26,7 @@ C0EB05;[{ "Type": "Shr", "Operands": ["bl", "0x05"] }]
|
||||
C1E805;[{ "Type": "Shr", "Operands": ["eax", "0x05"] }]
|
||||
C1EB05;[{ "Type": "Shr", "Operands": ["ebx", "0x05"] }]
|
||||
|
||||
# SHR with memory operands
|
||||
D02C2510;[{ "Type": "Shr", "Operands": ["byte ptr [eax+0x10]", "0x01"] }]
|
||||
D32C25;[{ "Type": "Shr", "Operands": ["dword ptr [eax]", "cl"] }]
|
||||
C12C2505;[{ "Type": "Shr", "Operands": ["dword ptr [eax]", "0x05"] }]
|
||||
# SHR with memory operands (fixed)
|
||||
D06810;[{ "Type": "Shr", "Operands": ["byte ptr [eax+0x10]", "0x01"] }]
|
||||
D328;[{ "Type": "Shr", "Operands": ["dword ptr [eax]", "cl"] }]
|
||||
C12805;[{ "Type": "Shr", "Operands": ["dword ptr [eax]", "0x05"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
Reference in New Issue
Block a user