Vector35 / Vector35/binaryninja-api
Edit Line / Assemble Window should parse the input on the fly and tell if the input is valid
Open
Nobody has claimed this yet.
Component: UI
Effort: High
Impact: Low
UI: Dialogs
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
The Edit Line and Assemble Windows should parse the input for correctness and turn green/red depending on its parse status. Similar to how Wireshark filters are done.
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
Locate the Edit Line and Assemble Window entry points and inspect how they currently accept input and report errors. Determine how parsing can run during editing and how the existing UI represents valid and invalid states; done means both windows visibly turn green or red based on parse status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools, reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100