index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2022-03-16
Add type hints to typelibrary.py and fix type hint for get_address_tags_of_type
Peter LaFosse
2022-03-16
Add support for structured logging
Peter LaFosse
2022-03-16
Fix mlil call bases's type hint
Peter LaFosse
2022-03-14
add additional documentation warning users from creating objects with handles...
Jordan Wiens
2022-03-14
fix typo in remove_snapshot api
Jordan Wiens
2022-03-11
Add bulk symbol management API to improve performance when adding/removing la...
Rusty Wagner
2022-03-11
Move stack var refs and constant refs behind advanced analysis requests for s...
Rusty Wagner
2022-03-11
Add simple load API for creating a BinaryView from various input types.
Brian Potchik
2022-03-11
Allow DataBuffer to be initialized with a bytearray.
Brian Potchik
2022-03-07
Fix BinaryView.libraries() in Python API
Xusheng
2022-03-04
Add a few optimizations to the python API for querying platform
Peter LaFosse
2022-03-03
flowgraph block iter fixed, resolves #3001
Jordan Wiens
2022-03-03
il block contains methods fixed, resolves #3000
Jordan Wiens
2022-03-03
add small api docs on removing a repository
Jordan Wiens
2022-03-02
Add function update request API.
Brian Potchik
2022-02-28
Support a bunch of things someone could pass into intrinsic()
Glenn Smith
2022-02-28
il.intrinsic(): Support ILRegister/ILFlag as well
Glenn Smith
2022-02-28
Correct type annotation for il.intrinsic()
Glenn Smith
2022-02-23
Fix LowLevelILFcmp instruction inheritance
Peter LaFosse
2022-02-18
Fix analysis_info repr.
Brian Potchik
2022-02-17
Fix some minor correctness issues with function.py
Peter LaFosse
2022-02-17
Add some additional function.py unit tests
Peter LaFosse
2022-02-17
Add some additional type hints to architecture.py and lowlevelil.py
Peter LaFosse
2022-02-17
Make function.architecture non-optional
Peter LaFosse
2022-02-17
Improve handling of bytes objects with Metadata
Peter LaFosse
2022-02-17
Add additional unit tests for function.py
Peter LaFosse
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-10
fixes #2959; some type checking on log APIs
Jordan Wiens
2022-02-08
Fix formatting.
Brian Potchik
2022-02-08
Remove user data tag docstrings for auto tags
Fabian Freyer
2022-02-08
Add vars_written to MediumLevelILVarPhi
steven1003
2022-02-07
Expose HLIL GenerateSSAForm via API and add python wrapper.
Brian Potchik
2022-02-07
Add python wrapper for MLIL generate_ssa_form.
Brian Potchik
2022-02-03
Use .value=None to indicate default EnumerationMember, issue #2896
Andrew Lamoureux
2022-02-02
Fix open_view() on a bndb not setting FileMetadata.filename
Glenn Smith
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-27
Fix broken comment in function.py
Peter LaFosse
2022-01-27
Add LowLevelILConstantBase.__hash__
Peter LaFosse
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
[next]