Vector35 / Vector35/binaryninja-api
Memory Map view enhancements
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
What is the feature you'd like to have?
- Allow segments to have a name column - mach-o binaries support this
- Flags should show initial and max protection levels
- Double clicking the section or segment name should go to the load command
- Sections should sort by address by default not name
- BUG: sometimes changing the section or segment leaves outline artifacts that go away when you scroll the view
Is your feature request related to a problem?
If applicable, please provide a clear and concise description of what the problem is.
Are any alternative solutions acceptable?
Please provide a clear and concise description of any alternative solutions or features you've considered.
Additional Information:
Please add any other context or screenshots that would help us understand your feature request here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Memory Map view and its section and segment handling. Review how the view renders flags, sorting, navigation, and selection changes. Done means the five listed enhancements work without outline artifacts, with behavior verified across supported binary formats.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100