Version and Platform (required):
- Binary Ninja Version: 5.4 Ultimate
- OS: macOS 26.5
- CPU Architecture: arm64
Bug Description:
Within core, Variable ends up being stored in a representation that only allocates 20 bits for index and 40 bits for storage. If an API user creates variables with values outside of that range, they'll get unexpected behavior. The API should validate that the provided values are within the acceptable range.
Version and Platform (required):
Bug Description:
Within core,
Variableends up being stored in a representation that only allocates 20 bits for index and 40 bits for storage. If an API user creates variables with values outside of that range, they'll get unexpected behavior. The API should validate that the provided values are within the acceptable range.