This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 15:07:48 +04:00
Code
Issues
Activity
Files
57d9a35ec51354f8bdbab95ecfe6d22d31508b56
parkan-playground
/
X86Disassembler
/
X86
/
Handlers
/
Jump
T
History
bird_egop
3fc0ebf1d5
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +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
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +03:00
JmpRm32Handler.cs
Unified ADC accumulator handlers into a single handler
2025-04-17 01:34:08 +03:00
TwoByteConditionalJumpHandler.cs
Fixed JP and JNP instruction types in TwoByteConditionalJumpHandler
2025-04-16 19:44:37 +03:00