This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ParkanPlayground
Watch
0
Fork
0
You've already forked ParkanPlayground
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2025-05-20 04:11:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
History
bird_egop
fe0b04f5a1
Fixed TEST instruction handlers and tests. Updated TestImmWithRm8Handler and TestImmWithRm32Handler to properly check opcode in CanHandle and validate reg field in Decode. Improved test cases to use InstructionDecoder directly.
2025-04-12 21:21:03 +03:00
..
Handlers
Fixed TEST instruction handlers and tests. Updated TestImmWithRm8Handler and TestImmWithRm32Handler to properly check opcode in CanHandle and validate reg field in Decode. Improved test cases to use InstructionDecoder directly.
2025-04-12 21:21:03 +03:00
Disassembler.cs
Refactor instruction handlers to use single instruction per handler pattern
2025-04-12 19:57:42 +03:00
Instruction.cs
Refactor instruction handlers to use single instruction per handler pattern
2025-04-12 19:57:42 +03:00
InstructionDecoder.cs
Refactor instruction handlers to use single instruction per handler pattern
2025-04-12 19:57:42 +03:00
InstructionType.cs
Implemented enhanced x86 disassembler with improved instruction decoding and display
2025-04-12 18:41:40 +03:00
ModRMDecoder.cs
Add support for TEST instruction
2025-04-12 19:26:00 +03:00
OpcodeMap.cs
Add support for RET instruction with immediate operand (0xC2)
2025-04-12 19:36:46 +03:00