`Function::IsVariableUserDefinded` is misspelt in the C++ API

Open Beginner friendly
#8,540 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
88/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
cpp

Research direction

Start in binaryninjaapi.h and function.cpp around line 1535, comparing the C++ wrapper with BNIsVariableUserDefined and the correctly spelled Python binding. Update the wrapper naming consistently in the mentioned files and verify that the C++ API uses the corrected spelling.

Written by the indexing model from the issue text.

Description

Version and Platform (required):

  • Binary Ninja Version: 6.1.10594-dev
  • Edition: Ultimate
  • OS: macOS
  • OS Version: 26.5.1
  • CPU Architecture: arm64

Bug Description:
The C++ API wrapper for BNIsVariableUserDefined is misspelt: Function::IsVariableUserDefinded (binaryninjaapi.h, and function.cpp line 1535). The core function and the Python binding Function.is_var_user_defined are spelt correctly.

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Vector35/binaryninja-api

All issues in Vector35/binaryninja-api

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.