Skip to content
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

Allow giving friendly names to registers/addresses #79

Open
mattbruv opened this issue Jul 3, 2024 · 2 comments
Open

Allow giving friendly names to registers/addresses #79

mattbruv opened this issue Jul 3, 2024 · 2 comments

Comments

@mattbruv
Copy link

mattbruv commented Jul 3, 2024

This would be a quality of life feature. When looking at the source assembly, it would be cool to be able to right click and assign a name to register(s) or address(es) that would appear when you select that register/address.

Let's say in this example I recognize that address 3c is the end of a loop. It would be nice to be able to tag it and give it a name such as end of loop.

image

This would help me not to have to keep as much context in my head when working on bigger functions.

@NWPlayer123
Copy link

This is the exact reason you use a tool like IDA or Ghidra, it's named the Interactive DisAssembler for a reason. At some point, objdiff should be limited in scope. Maybe it's time for Ghidra integration plugin instead?

@mattbruv
Copy link
Author

mattbruv commented Jul 3, 2024

I like using objdiff much more than Ghidra 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants