override call type does not override named parameters
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- reverse-engineering
Research direction
Reproduce the issue using the five listed steps and the "override call type" action; no source file or test is named in the report. Trace how the overridden parameter names are propagated to the displayed call, and inspect related issue #2076. Done means the overridden names appear at the call site and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Description
Version and Platform (required):
- Binary Ninja Version: 3.1.3626 and earlier
- OS: Any
Bug Description:
Using the "override call type" ignores the new names.
Steps To Reproduce:
- Create a type for a function.
- Find a call and observe it will be like
fn(argname: var1, argname2: var2)(depending on the call type) - Now go "override call type" to be
fn(int othername, int othername2) - Expected behavior would be the call would now look like:
fn(othername: var1, othername2: var2) - It is not.
Expected Behavior:
On step 5, you should see the new names.
Additional Information:
This /may/ be related to #2076 so linking it here, but not sure.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
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.
More from Vector35/binaryninja-api
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
Vector35/binaryninja-api#8540 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Vector35/binaryninja-api#8516 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
Vector35/binaryninja-api#8503 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Vector35/binaryninja-api#8446 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Vector35/binaryninja-api#8444 ·
All issues in Vector35/binaryninja-api
Similar issues
-
Website Doc Typo Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 92/100
autowarefoundation/autoware_universe#13413 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
automated-analysis bug memory-safety
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100