mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-19 16:08:02 +03:00
nice big refactor
This commit is contained in:
@ -105,10 +105,10 @@ RawBytes;Instructions
|
||||
|
||||
# XOR with different addressing modes
|
||||
# XOR [ebp+0x8], eax (opcode 0x31)
|
||||
31458;[{ "Mnemonic": "xor", "Operands": "dword ptr [ebp+0x8], eax" }]
|
||||
314508;[{ "Mnemonic": "xor", "Operands": "dword ptr [ebp+0x08], eax" }]
|
||||
|
||||
# XOR eax, [ebp+0x8] (opcode 0x33)
|
||||
33458;[{ "Mnemonic": "xor", "Operands": "eax, dword ptr [ebp+0x8]" }]
|
||||
334508;[{ "Mnemonic": "xor", "Operands": "eax, dword ptr [ebp+0x08]" }]
|
||||
|
||||
# XOR with other segment overrides
|
||||
# XOR ss:[ebx+0x10], ecx (opcode 0x31 with SS override)
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 9.
|
Reference in New Issue
Block a user