Vector35 / Vector35/binaryninja-api
add_auto_segments and add_auto_sections both require native objects
Open
Nobody has claimed this yet.
Component: API
Component: Python API
Effort: Trivial
Impact: Low
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
Both of the add_auto_* APIs that make batch sections and segments in python currently require you to construct a native object to use the API. This is not pythonic and we should likely match the syntax of the singular APIs and take a list of a list of those parameters. Or at a minimum we should have helper wrappers to make it more straight forward to do that.
https://dev-api.binary.ninja/search.html?q=add_auto&check_keywords=yes&area=default
add_auto_segments(segments: List[BNSegmentInfo])→ None[source]
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.
Assessment
This issue has not been assessed yet.