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
/
Handlers
/
Add
History
bird_egop
565158d9bd
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
..
AddEaxImmHandler.cs
Fixed instruction boundary detection for complex instruction sequences
2025-04-13 03:08:37 +03:00
AddImmToRm8Handler.cs
add factory tests
2025-04-13 01:30:58 +03:00
AddImmToRm32Handler.cs
Fixed immediate value formatting in Group1 instruction handlers
2025-04-13 16:00:46 +03:00
AddImmToRm32SignExtendedHandler.cs
Fixed instruction boundary detection for complex instruction sequences
2025-04-13 03:08:37 +03:00
AddR32Rm32Handler.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
AddRm32R32Handler.cs
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