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 20:01:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
History
bird_egop
cf1e1acf71
Simplified instruction handlers for better maintainability and consistency. Fixed operand size handling in XOR handlers with 16-bit registers. Added support for 6-byte NOP variant. Fixed formatting of immediate values to maintain consistent output.
2025-04-13 23:15:11 +03:00
..
Handlers
Simplified instruction handlers for better maintainability and consistency. Fixed operand size handling in XOR handlers with 16-bit registers. Added support for 6-byte NOP variant. Fixed formatting of immediate values to maintain consistent output.
2025-04-13 23:15:11 +03:00
Disassembler.cs
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
Instruction.cs
cleanup
2025-04-12 23:40:48 +03:00
InstructionDecoder.cs
nice big refactor
2025-04-13 23:06:52 +03:00
ModRMDecoder.cs
nice big refactor
2025-04-13 23:06:52 +03:00
OpcodeMap.cs
Refactor SUB handlers
2025-04-13 18:22:44 +03:00
PrefixDecoder.cs
Added proper REPNE prefix handling and comprehensive string instruction tests
2025-04-13 02:26:49 +03:00
RegisterIndex.cs
nice big refactor
2025-04-13 23:06:52 +03:00