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-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
2022-11-10
Switch to using the Clang type parser for binding generation
Peter LaFosse
2022-11-10
Fix some type hints, remove unnecessary parameters, and add some asserts to s...
Peter LaFosse
2022-11-10
Update ambiguous exception message.
Sean Deaton
2022-11-10
Fix some type hints, remove unnecessary parameters, and add some asserts to s...
Peter LaFosse
2022-11-10
Update ambiguous exception message.
Sean Deaton
2022-11-10
[Enterprise] Python: Allow LicenseCheckout(release=False)
Glenn Smith
2022-11-10
Fix regression in BasicBlock outgoing_edges/incoming_edges source/target
Peter LaFosse
2022-11-10
Add LoadSettingsFile API to support ephemeral settings.
Brian Potchik
2022-11-10
Fix type parser setting name in generator.
Brian Potchik
2022-11-10
Fix rendering of code lines when scrolling right, fix TokenizedTextView example
Rusty Wagner
2022-11-10
Fix Python console not working if UI plugins are not available for any reason
Rusty Wagner
2022-11-10
Remove no longer relevant docs from py!enterprise.acquire_license
Glenn Smith
2022-11-10
Resolve usage of deprecated BinaryView.__len__()
kat
2022-10-18
remove reference to old show documentation API
Jordan Wiens
2022-10-17
documentation overhaul
Jordan Wiens
2022-10-17
fix Platform.os_list
Jordan Wiens
2022-10-14
Fix debug info 'function' APIs
KyleMiles
[next]