Skip to content

Clickable LLIL/MLIL indices #6827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mostobriv opened this issue May 11, 2025 · 5 comments
Open

Clickable LLIL/MLIL indices #6827

mostobriv opened this issue May 11, 2025 · 5 comments
Labels
Component: UI Issue needs changes to the user interface Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround

Comments

@mostobriv
Copy link

mostobriv commented May 11, 2025

What is the feature you'd like to have?
Ability to click or quickly navigate to certain IL index.

Additional Information:
Sometimes BN emplace clickable virtual address, thus we can navigate to the target address of certain control instructions (like if, goto, etc.), but sometimes there is only IL indices, so we need to scroll to corresponding IL instructions.

Image
@psifertex
Copy link
Member

Can you be more specific what in your screenshot you were hoping would be clickable?

@mostobriv
Copy link
Author

I mean this indices:

Image

@mostobriv
Copy link
Author

mostobriv commented May 12, 2025

Actually, we can switch to graph-view and click on the edge to jump to certain node, but it's an additional action so it looks like more as workaround to me.

@psifertex
Copy link
Member

Ahh, I understand. That makes sense.

@xusheng6
Copy link
Member

Sounds like a nice enhancement. I guess we can do it by adding a "type" of address next to the address itself, so that we the UI navigates, it can check that and then go to the correct one

@xusheng6 xusheng6 added Component: UI Issue needs changes to the user interface Impact: Low Issue is a papercut or has a good, supported workaround Effort: Medium Issue should take < 1 month labels May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround
Projects
None yet
Development

No branches or pull requests

3 participants