Scott Lagler

Results 4 issues of Scott Lagler

**What is the feature you'd like to have?** A C++ API for Type Libraries, similar to what's currently available in the [Python API](https://github.com/Vector35/binaryninja-api/blob/dev/python/typelibrary.py).

enhancement
Impact: Low
Effort: Low

**Version and Platform (required):** - Binary Ninja Version: 4.1.5207-dev - OS: MacOS Sonoma - OS Version: 14.4.1 - CPU Architecture: M1 **Bug Description:** The symbols view use to have AND...

Type: Bug
Component: UI
Impact: Medium
Effort: Trivial
UI: Symbols

The culprit here is the `_n` class member which serves as the counter for the `__next__` function. That needs to be reset when iterating through the list. Making a new...

A handler for slices has been added for the TypeDataAccessor for data variables with an ArrayType. Fixes #5501