Refactor: Seperate executor cases to categories.

This commit is contained in:
0x221E
2026-02-05 00:42:25 +01:00
parent fe1370359e
commit ac6bf8cb46
15 changed files with 127 additions and 69 deletions

View File

@@ -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,