| Age | Commit message (Collapse) | Author |
|
The Variable class is now broken into 3 separate classes with helper
methods to convert between them.
CoreVariable is implemented as a frozen dataclass and is analogous
to BNVariable
VariableNameAndType is analogous to BNVariableNameAndType
Bothe the above are passive objects and can not be changed directly
The new and improved Variable object is now an active object which
can be operated on directly and changes will take effect immediately
|
|
|
|
|
|
|
|
StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typo in key binding link
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix https://github.com/Vector35/binaryninja-api/issues/2590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getting bindgen to work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|