Vector35 / Vector35/binaryninja-api
User setting to disable custom string/constant renderers
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?
For each registered custom string/constant renderers there should be a setting so that a user can disable them.
Is your feature request related to a problem?
Not really but typically this kind of functionality exists within Binary Ninja and I can imagine a scenario where a user may want to disable one because its buggy or unhelpful in a particularly case.
Are any alternative solutions acceptable?
Not sure there are any.
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 API entry points for registering custom string and constant renderers, then inspect how other user settings are defined and exposed. Clarify the expected setting scope and behavior before implementation. Done should allow a user to disable each registered renderer independently without removing its registration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100