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-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
2022-10-14
Fix some minor bugs in BasicBlock and highlight API
Peter LaFosse
2022-10-12
Demangler improvements
Peter LaFosse
2022-10-12
Let "make code" become first-class feature. Fix https://github.com/Vector35/b...
Xusheng
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-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ...
KyleMiles
2022-10-07
Fix one case of resources not being freed right away when closing tabs
Rusty Wagner
2022-10-05
Add SetExprType API to MLIL/HLIL
Xusheng
2022-10-04
Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...
KyleMiles
2022-10-04
Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...
KyleMiles
2022-10-04
Deprecate unused BinaryViewTypeArchitectureConstant API
Xusheng
2022-09-29
DebugInfo: make parseInfo have a progress callback
Glenn Smith
2022-09-29
Make DebugInfo::parse failable
Glenn Smith
2022-09-29
Interaction::RunProgressDialog
Glenn Smith
2022-09-29
Fix TypeParserResult annotated type
Glenn Smith
2022-09-29
BinaryViewType.open(): Allow PathLike filename
Glenn Smith
[next]