Bug report: Disassemble_x86 - Wrong instruction position displayed
Author: cristianbuseCreated Sep 12, 2025Updated Sep 10, 2026
Labelsbug
Describe the bug Wrong instruction position displayed for the Disassemble_x86 tool.
To Reproduce
- Add a simple instruction as 'Input' e.g. FF E0 - JMP RAX. Correct 0000000000000000 position is displayed in 'Output'
- Decrease 'Offset (IP)' to -1. 00000000FFFFFFFF position is displayed in 'Output'
- Increase 'Offset (IP)' back to 0.
- Incorrect position 00000000FFFF0000 is displayed in 'Output'
Expected behaviour 0000000000000000 position should be displayed in 'Output' when there is no offset
Screenshots
Source: gchq/CyberChef