You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also for reference, my workflow in testing this is basically (all in linear disassembly view):
press g
type in address
press enter
press i
press i again (for some reason the first i doesn't register in this workflow, another bug)
repeat
For all 4 ILs, something is at address 1610. I think "Go To Address" mostly works for Assembly and HLIL.
In the case of assembly, it brings me to the start of the containing basic block, which is pretty nice (though I'd be curious what happens in the case where the basic block is large and you want an address far into the block).
In the case of HLIL, it brings me to the start of the function, which is okay, but when my address is pretty far down into the function, I'd prefer if it brought me further into the function so that the address is at least visible.
Maybe it would be even nicer if the address was highlighted after using "Go To Address" to really quickly see what I'm looking for.
All that being said, LLIL and MLIL completely fail to jump to anything, unless I specify the address for the start of the function.
Also, related to Issue #132 (specifically the fifth issue listed there), but when pressing i to switch ILs, when switching to LLIL or MLIL, it just brings me to the start of the linear disassembly (but not even address 0, for some reason address 40). And when switching from HLIL to Assembly, it brings me to the start of the function rather than the relevant basic block / address I was looking at.
The text was updated successfully, but these errors were encountered:
For reference, I am looking at https://cloud.binary.ninja/bn/a37a9b7a-fe2d-424b-b191-561ea6881d0c.
Also for reference, my workflow in testing this is basically (all in linear disassembly view):
For all 4 ILs, something is at address 1610. I think "Go To Address" mostly works for Assembly and HLIL.
In the case of assembly, it brings me to the start of the containing basic block, which is pretty nice (though I'd be curious what happens in the case where the basic block is large and you want an address far into the block).
In the case of HLIL, it brings me to the start of the function, which is okay, but when my address is pretty far down into the function, I'd prefer if it brought me further into the function so that the address is at least visible.
Maybe it would be even nicer if the address was highlighted after using "Go To Address" to really quickly see what I'm looking for.
All that being said, LLIL and MLIL completely fail to jump to anything, unless I specify the address for the start of the function.
Also, related to Issue #132 (specifically the fifth issue listed there), but when pressing
i
to switch ILs, when switching to LLIL or MLIL, it just brings me to the start of the linear disassembly (but not even address 0, for some reason address 40). And when switching from HLIL to Assembly, it brings me to the start of the function rather than the relevant basic block / address I was looking at.The text was updated successfully, but these errors were encountered: