[SharedCache] Add context menu option Load Image by Address#6517
Closed
WeiN76LQh wants to merge 1 commit into
Closed
[SharedCache] Add context menu option Load Image by Address#6517WeiN76LQh wants to merge 1 commit into
Load Image by Address#6517WeiN76LQh wants to merge 1 commit into
Conversation
I find there are times where I have an address and I'd like to load the entire image that the address exists in. Usually I right-click `Load Section by Address` and then look at what image gets loaded and then load the full image by name. Adding the option to load a full image based on an address seems like a useful addition.
fuzyll
added a commit
that referenced
this pull request
Apr 4, 2025
Slight reimplementation of PR #6517 since the PR was from before our refactor.
Contributor
|
This wound up not merging super cleanly after the refactor, so I reimplemented in terms of what's now there in d222db8. Builds >= 5.0.7165-dev (which should be available in about an hour, CI willing) should have this available. Thank you! |
rbran
pushed a commit
to rbran/binaryninja-api
that referenced
this pull request
May 22, 2025
Slight reimplementation of PR Vector35#6517 since the PR was from before our refactor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I find there are times where I have an address and I'd like to load the entire image that the address exists in. Usually I right-click
Load Section by Addressand then look at what image gets loaded and then load the full image by name. Adding the option to load a full image based on an address seems like a useful addition.