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-20 04:11:17 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86Disassembler
/
X86
/
Handlers
/
Jump
History
bird_egop
db96af74ff
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
..
ConditionalJumpHandler.cs
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
JgeRel8Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
JmpRel8Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
JmpRel32Handler.cs
more cleanup
2025-04-15 02:42:47 +03:00
TwoByteConditionalJumpHandler.cs
more cleanup
2025-04-15 02:42:47 +03:00