index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
types.py
Age
Commit message (
Expand
)
Author
2023-03-30
Add support for deriving structures from other structures
Rusty Wagner
2023-03-29
Fix Type.named_type_from_type
Glenn Smith
2023-03-08
Fix improper creation of NTR via Type.registered_name
Peter LaFosse
2023-02-25
Fix python constructor of QualifiedNames and some of the operators on the C++...
Peter LaFosse
2023-02-14
Fix crash from creating 0 width enum
Josh Ferrell
2023-02-14
Python API: Critical fix
KyleMiles
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-10
Fix many type errors in types.py
Josh Ferrell
2023-01-10
Annotate TypeBuilder.builder(...) as returning proper subclass
Josh Ferrell
2023-01-05
Update copyright to 2023
Josh F
2022-12-23
Fixed missing newlines before `:param` in docstrings
Galen Williamson
2022-10-11
api: expose methods needed to construct offset pointers
Ryan Snyder
2022-10-10
[Python API] Fixed PointerType.origin to return a valid NTRType
Glenn Smith
2022-10-10
python: support for getting offset pointer origin information
Ryan Snyder
2022-08-22
Fix issue where EnumerationBuilder couldn't set the width of the enumeration
Peter LaFosse
2022-08-18
fix typos in various doc strings (a/an, repeated words) (skip-ci)
Galen Williamson
2022-08-09
Add New Theme and some C++ API Documentation
kat
2022-08-05
Allow passing QualifiedNameType instead of QualifiedName to many functions
Josh F
2022-07-29
Fix stack_adjustment.setter
Peter LaFosse
2022-05-18
Allow QualifiedName.escape() to accept all of QualifiedNameType
Glenn Smith
2022-05-11
Clang+TypeParser APIs
Glenn Smith
2022-05-06
many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...
Jordan Wiens
2022-04-22
Add FunctionBuilder setter for stack adjustment w/ confidence
Peter LaFosse
2022-04-22
Ensure stackadjustment confidence and varargs have better default confidence ...
Peter LaFosse
2022-04-14
Add some python api side caching to improve performance for some frequently a...
Peter LaFosse
2022-04-08
Add __hash__ for Type/TypeBuilder
Peter LaFosse
2022-03-29
Add various type hints
Peter LaFosse
2022-03-28
Add 'Type.children' property for ease of iterating nested type objects
Peter LaFosse
2022-03-23
Fix a bunch of reference miscounts in the C++ and python apis
Peter LaFosse
2022-03-23
Turn assert into ValueError
Peter LaFosse
2022-03-16
Add support for structured logging
Peter LaFosse
2022-03-14
add additional documentation warning users from creating objects with handles...
Jordan Wiens
2022-02-16
Escape type names and definitions
Glenn Smith
2022-02-10
Move TypeView::getLinesForType into core as Type::GetLines
Glenn Smith
2022-02-03
Use .value=None to indicate default EnumerationMember, issue #2896
Andrew Lamoureux
2022-02-02
Save .isDefault from EnumerationMember issue #2896
Andrew Lamoureux
2022-01-31
Fix ParamsType being the incorrect order
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2022-01-26
Convert some asserts to ValueError and add some type hints
Peter LaFosse
2022-01-26
Remove some unnecessary code
Peter LaFosse
2022-01-26
Remove minimally used TypeCreationException in favor of ValueError
Peter LaFosse
2022-01-26
Convert SizeWithConfidence to OffsetWithConfidence and remove
Peter LaFosse
2022-01-25
Fix TypeBuilder.__repr__ and add unit test
Peter LaFosse
2022-01-25
Fix issue with serialization of MemberScope and MemberAcess along with a few ...
Peter LaFosse
2022-01-25
Fix errors and add unit test for EnumBuilder
Peter LaFosse
2022-01-25
Fix bug and add test for NamedTypeReferenceBuilder.__repr__
Peter LaFosse
2022-01-25
Various python types api bug fixes and unit tests
Peter LaFosse
2022-01-24
Add system_call_number property for Type object
Peter LaFosse
2022-01-24
Add additional unit tests for types.py and fix some resulting bugs
Peter LaFosse
2022-01-24
Fix Variable.__hash__ and fix some Type APIs
Peter LaFosse
[prev]
[next]