| Age | Commit message (Collapse) | Author |
|
|
|
|
|
cause bugs and also issues with C++20
|
|
|
|
|
|
This commit moves AnalyzeBasicBlocks from the binary ninja core to the
API and allows architecture plugins to optionally override
AnalyzeBasicBlocks for a custom implementation
Supply ABB inputs in BNBasicBlockAnalysisContext
Register default analyze basic blocks callback
This allows the nanomips and rust core architecture plugins to work
again while using the C++ API DefaultAnalyzeBasicBlocks
Use default ABB from Python plugins
Fix bug in API ArchAndAddr operator overload
Python APIs for basic block analysis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The usage of `DisassemblyTextLine` in the FFI was unsound, we would forget to initialize some fields causing a myriad of issues where round-tripping through the FFI was losing information.
|
|
Fixes #6397
|
|
|
|
|
|
Update collapse code to support PseudoC
|
|
Pseudo Python example plugin
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5686
|
|
|
|
with set_int_display_type, add get_int_display_type_and_typeid, bump ABI
|
|
|
|
See https://github.com/Vector35/binaryninja-api/issues/4751
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variable merges
|
|
|
|
The `Function::Get*LevelIL` should now be treated like their
non-blocking `IfAvailable` variants, in that even if they block,
they may still still return null.
|
|
|
|
significant memory savings
|
|
|
|
|
|
|
|
|