Non-SSA instructions are returning SSA IL mappings #6706
Labels
Component: Core
Issue needs changes to the core
Core: HLIL
Issue involves High Level IL
Core: LLIL
Issue involves Low Level IL
Core: MLIL
Issue involves Medium Level IL
Impact: High
Issue adds or blocks important functionality
Lifting
issues related to LLIL lifting
Type: Bug
Issue is a non-crashing bug with repro steps
UI: Cross References
Issues with the Cross References widget
Milestone
This is also breaking the xrefs preview updating when changing between certain ILs (LLIL/MLIL and HLIL).
To reproduce:
current_il_instruction.mlil
on non-SSA HLIL instructions return SSA instructions.Other observations:
LLIL_CALL
returns.mlil
and.hlil
as expected (non-ssa)MLIL_CALL
returns SSA for.llil
and non-SSA for.hlil
HLIL_CALL
returns SSA for both.llil
and.mlil
This is a regression in 5.0.7284 on all platforms from 4.2, caught by BNSB-25.
The text was updated successfully, but these errors were encountered: