Refactor: Seperate executor cases to categories.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// mov eax, 0xF4
|
||||
// mov ecx, 0x8000
|
||||
// add [ecx + 0x0010], eax
|
||||
// add [0x8010], eax
|
||||
uint8_t test[] = {
|
||||
0xB8, 0xF4, 0x00, 0x00, 0x00,
|
||||
0xB9, 0x00, 0x80, 0x00, 0x00,
|
||||
|
||||
Reference in New Issue
Block a user