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-19 11:51:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
History
bird_egop
acccf5169a
Fixed FnstswHandler test by registering the handler in InstructionHandlerFactory
2025-04-12 22:34:02 +03:00
..
Handlers
Fixed FnstswHandler test by registering the handler in InstructionHandlerFactory
2025-04-12 22:34:02 +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
Fixed instruction handlers and tests for Group1, Group3, and XOR instructions
2025-04-12 21:48:41 +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