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
7d23af32fa
Added support for MOV r/m8, imm8 (0xC6) and ADD r/m32, r32 (0x01) instructions with tests
2025-04-13 00:50:23 +03:00
..
Handlers
Added support for MOV r/m8, imm8 (0xC6) and ADD r/m32, r32 (0x01) instructions with tests
2025-04-13 00:50:23 +03:00
Disassembler.cs
Refactor instruction handlers to use single instruction per handler pattern
2025-04-12 19:57:42 +03:00
Instruction.cs
cleanup
2025-04-12 23:40:48 +03:00
InstructionDecoder.cs
cleanup
2025-04-12 23:40:48 +03:00
ModRMDecoder.cs
cleanup
2025-04-12 23:40:48 +03:00
OpcodeMap.cs
Added support for CALL r/m32 (0xFF /2) and ADD r32, r/m32 (0x03) instructions with tests
2025-04-13 00:45:53 +03:00