Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
 Description:
        This problem occurs when IDA has converted unexplored bytes to
        instruction(s) and later found that the decision was wrong.
        For example:
                mov     ax, bx
                db 0FFh, 0FFh
        0FFh, 0FFh cannot be converted to an instruction, therefore
        the "mov" instruction cannot be here.
        In this case, IDA automatically destroys the instruction(s)
        and enlists the address as problematic.
 What to do:
        Examine the end result and modify it accordingly.
Index | Previous topic | Next topic