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-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
2023-01-10
Fix many type errors in types.py
Josh Ferrell
2023-01-10
Fix signature of TypeLibrary.add_named_type
Josh Ferrell
2023-01-10
Annotate TypeBuilder.builder(...) as returning proper subclass
Josh Ferrell
2023-01-10
Remove old fix for python 3.6, which is no longer supported and hasn't worked...
Josh Ferrell
2023-01-09
Fix type hint for Function.set_call_reg_stack_adjustment
Josh Ferrell
2023-01-09
GotoLabel.name is settable and thus its class shouldn't be frozen
Peter LaFosse
2023-01-09
Fix missing debugger dbg magic variable
Xusheng
2023-01-06
Fix update copyright year leftover
Xusheng
2023-01-05
Update copyright to 2023
Josh F
2023-01-03
Add Snapshot::SetName api
Glenn Smith
2023-01-03
Add instruction attributes to IL instructions
Rusty Wagner
2023-01-03
Function inlining
Rusty Wagner
2023-01-03
Add `replace_expr` to MLIL/HLIL in Python API
Xusheng
2022-12-23
fixed broken docstring links in binaryview.py
Galen Williamson
2022-12-23
Fixed missing newlines before `:param` in docstrings
Galen Williamson
2022-12-23
correct usage of `BNSetUserCallTypeAdjustment` in `Function.set_call_type_adj...
Galen Williamson
2022-12-23
Fix import_library_type and import_library_object passing wrong type of argum...
Xusheng
2022-12-22
Fix getting constant data from HighLevelILConstData
Josh Ferrell
2022-12-22
Fix many incorrect type hints and type errors
Josh Ferrell
2022-12-22
Add LowLevelILFunction documentation
kat
2022-12-22
cleanup some docs, including better explanation of code refs and data refs
Jordan Wiens
2022-12-21
Expose get_next_valid_offset in python api
Josh Ferrell
2022-12-21
Add support for adding magic values into expression parser
Xusheng
2022-12-16
Use .length method to get the length of a Section object and deprecate len()....
Xusheng
2022-12-14
Support disabling the debugger plugin shipped with BN by setting BN_DISABLE_C...
Xusheng
2022-12-08
Change type from array->string.
Sean Deaton
2022-11-30
Type library C++ api & import recording
Glenn Smith
2022-11-29
generator.cpp: Don't even create a temp file, just use ephemeral
Glenn Smith
2022-11-29
generator.cpp: Use temporary Settings to prevent typeparser race
Glenn Smith
2022-11-23
Move HelloPane registered action from Tools->Plugins
KyleMiles
2022-11-20
Initial constant expression builtin outliner.
Brian Potchik
2022-11-16
Add python docs for TypePrinter methods
Glenn Smith
2022-11-16
Add TypePrinter::PrintAllTypes to export C headers
Glenn Smith
2022-11-16
Add BinaryView::GetDependencySortedTypes
Glenn Smith
2022-11-16
Small docstring improvements
Josh Ferrell
2022-11-11
Extra options for type parsers
Glenn Smith
2022-11-11
Fix some inconsistencies in python bindings between clang and core type parsers
Peter LaFosse
[next]