Vector35 / Vector35/binaryninja-api
Add the ability to remove auto call type adjustments
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?
I would like to be able to remove an auto call type adjustment via the API. Currently there doesn't seem to be a way to do this. Only user call type adjustments seem to be removable.
Is your feature request related to a problem?
I have workflows that apply auto call type adjustments but then as information changes (user applies a type, for instance) those adjustments may no longer be valid and need to be removed.
Are any alternative solutions acceptable?
Not that I'm aware of.
Additional Information:
N/A
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 tracing the existing API for removing user call type adjustments and compare it with how auto call type adjustments are exposed. Verify the removal behavior for workflows where a user-applied type supersedes an automatic adjustment, and add coverage showing that the automatic adjustment can be removed without removing the user adjustment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, reverse-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100