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 03:41:18 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
History
bird_egop
0925bb7fef
Fixed ConditionalJumpHandler to correctly display jump offset and added X86DisassemblerTests project to solution
2025-04-12 21:00:32 +03:00
..
Handlers
Fixed ConditionalJumpHandler to correctly display jump offset and added X86DisassemblerTests project to solution
2025-04-12 21:00:32 +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