pypcode icon indicating copy to clipboard operation
pypcode copied to clipboard

Align with pyvex on `max_instructions` behavior

Open mborgerson opened this issue 7 months ago • 0 comments

Description

If max_instructions=1 when pyvex lifts an instruction that will cause delay slot execution, it will return NoDecode. pypcode will actually return 2 instructions. Probably best to be consistent with pyvex here and always decode at most max_instructions, including delay slot execution.

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response

mborgerson avatar Dec 01 '23 06:12 mborgerson