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
2023-03-09
now with 33% less ugprade (remove redundant argument)
Jordan Wiens
2023-03-08
typo in load docs
Jordan Wiens
2023-03-08
pip should upgrade dependencies if required
Jordan Wiens
2023-03-08
Fix improper creation of NTR via Type.registered_name
Peter LaFosse
2023-03-08
python plugins: Add support on MacOS to install Python plugin dependencies us...
Brian Knudson
2023-03-07
Fix typehint for lookup_imported_object_library
Peter LaFosse
2023-03-07
Remove get_constant_data API from BinaryView for the second time.
Brian Potchik
2023-03-06
Add CONFIGURE_DEPENDS to CMakeLists.txt
Josh Ferrell
2023-03-06
Print the content of the strings in a more straightforward way
Xusheng
2023-02-25
Fix python constructor of QualifiedNames and some of the operators on the C++...
Peter LaFosse
2023-02-23
Update docs for BinaryView.find_all_* with correct return type and note
Glenn Smith
2023-02-20
Swap to a Generator for Component.functions/data_variables, add Component.fun...
kat
2023-02-20
Allow DataVariables to be added to Components
kat
2023-02-17
silly work-around for 0byte files not being included
Jordan Wiens
2023-02-15
Remove legacy BNDB Merge Tool
Josh Ferrell
2023-02-14
Add DisassemblySettings to LLIL::GetExprText
Glenn Smith
2023-02-14
Fix crash from creating 0 width enum
Josh Ferrell
2023-02-14
Python API: Critical fix
KyleMiles
2023-02-13
Add __version__ attribute to python api, allow marking deprecation with futur...
Josh Ferrell
2023-02-13
Make Function.function_type transparently use Function.type
Josh Ferrell
2023-02-13
add new function type property, prepare deprecation for function_type
Jordan Wiens
2023-02-12
Slightly clean up CMake output
Jon Palmisciano
2023-02-10
fixup instruction iterator to work headless and in the UI
Jordan Wiens
2023-02-09
Invalidate python finder caches when plugin dependency gets installed
Josh Ferrell
2023-02-09
Update documentation to warn about creating databases in the context of analy...
Brian Potchik
2023-02-08
More surgical fix that actually passes unit tests.
Alexander Taylor
2023-02-08
Update `_sdv` when `_type` changes.
Alexander Taylor
2023-02-08
Update binaryview.py
Peter LaFosse
2023-02-08
Bring BinaryReader.seek more in line with File
Fabian Freyer
2023-02-08
Change Function.user_type -> Function.has_user_type, deprecate Function.expli...
Josh Ferrell
2023-02-08
Add boolean for Function.user_type to indicate if a user type has been set
Peter LaFosse
2023-02-06
Python API: Add hints to interaction.py
KyleMiles
2023-02-06
Add a __bool__ to BinaryView, Section, and Segment classes
Peter LaFosse
2023-02-05
Wrap the RegisterValueType state value properly when constructing a ConstantD...
Brian Potchik
2023-02-04
Initial support for constant data expressions.
Brian Potchik
2023-02-03
Fix ScriptingProviders.update_locals raising causing console entry to fail
Glenn Smith
2023-02-02
Fix current_comment clobbering bv.set_comment_at
Glenn Smith
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-30
Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIs
Rusty Wagner
2023-01-22
Add current_*_ssa to python console, fix #3661
Josh Ferrell
2023-01-20
Do not import packaging in deprecation.py. Fix https://github.com/Vector35/bi...
Xusheng
2023-01-19
Update docs for parse_expression. Fix https://github.com/Vector35/binaryninja...
Xusheng
2023-01-19
Deprecate __len__ of Segment
Xusheng
2023-01-11
Fix more api type hints
Josh Ferrell
2023-01-11
Fix Enterprise API formatting issues.
Alexander Taylor
2023-01-10
Fix generation of incorrect python type hints for enums
Josh Ferrell
2023-01-10
Fix some type errors in binaryview.py
Josh Ferrell
2023-01-10
Fix some type errors in function.py
Josh Ferrell
2023-01-10
[Enterprise] Fix LicenseCheckout not account for expired named licenses
Glenn Smith
2023-01-10
[Enterprise] Add api for IsFloatingLicense
Glenn Smith
[next]