bird_egop
|
df453b930f
|
fixes
|
2025-04-17 22:56:05 +03:00 |
|
bird_egop
|
abe4d38d4b
|
more cleanup
|
2025-04-15 02:42:47 +03:00 |
|
bird_egop
|
3ea327064a
|
Fix x86 disassembler issues with direct memory addressing and immediate value formatting
|
2025-04-15 02:29:32 +03:00 |
|
bird_egop
|
685eeda03d
|
Updated instruction handlers to use Type and StructuredOperands instead of Mnemonic and Operands
|
2025-04-14 22:09:05 +03:00 |
|
bird_egop
|
99b93523a4
|
more refactoring
|
2025-04-14 01:08:14 +03:00 |
|
bird_egop
|
6827cb735e
|
Simplified StringInstructionHandler by combining mnemonic and operands into a single dictionary and removing redundant switch statement
|
2025-04-13 23:24:14 +03:00 |
|
bird_egop
|
11a2cfada4
|
nice big refactor
|
2025-04-13 23:06:52 +03:00 |
|
bird_egop
|
79bf419c07
|
Consolidated string instruction handling by enhancing StringInstructionHandler to handle both regular and REP/REPNE prefixed instructions
|
2025-04-13 02:23:27 +03:00 |
|
bird_egop
|
efd9141b39
|
Made StringInstructionHandler self-contained by removing dependency on OpcodeMap
|
2025-04-13 02:20:49 +03:00 |
|
bird_egop
|
bdd691a021
|
Inlined local methods in StringInstructionHandler for better readability
|
2025-04-13 02:19:19 +03:00 |
|
bird_egop
|
410211fcc6
|
Converted StringInstructionDecoder to StringInstructionHandler for better consistency with handler pattern
|
2025-04-13 02:18:12 +03:00 |
|