| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
add Python API for retrieving all type fields referenced by code
change m_updatesRequired to std::atomic_bool
fix potential UAF after calling AnalysisCompletionEvent::Cancel()
|
|
|
|
|
|
|
|
|
|
instruction/expr text
|
|
|
|
fix state initialization.
|
|
TSAN sees a data race in AddRef()
|
|
Refactor plugin repo loading into scripting provider.
Find python binary for given python library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support to Python (see note)
This introduces the ability to receive and free string from Rust in Python.
For it to work, your exposed function name needs to begin with "BNRust", and the generator will create the appropriate code for freeing string return values and arguments.
|
|
|
|
expose FileMetadata::GetExistingViews()
|
|
BNInitPlugins to allow platforms to load customized architecture plugins
|
|
add CanAssemble() to architectures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
underlying BNParseTypesString works
|
|
|
|
|
|
|
|
BinaryView::DefineImportedFunction APIs
|