| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
BNParseExpression
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InlineDuringAnalysisWithConfidence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
traces in log window
|
|
|
|
BinaryViewType gains a HasNoInitialContent function that views can use
to suppress layout restoration when opening a file. The layout will
still be restored when the view is loaded from a saved database.
Fixes https://github.com/Vector35/binaryninja-api/issues/8083.
|
|
|
|
For when you have a token and want to auth with it directly
|
|
Adds a new recognize_constant_data method to the StringRecognizer API,
enabling plugins to decode constant data expressions (HLIL_CONST_DATA)
recovered by the outline resolver. The recognizer receives the full
instruction, giving access to the data buffer and builtin type via the
constant_data accessor.
Also fixes a pre-existing ctypes mismatch in get_constant_data_and_builtin
where BNBuiltinType (uint8_t) was incorrectly passed as c_int.
|
|
|
|
propagation
|
|
|
|
|
|
|
|
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/8046
|
|
applied
Snapshot data is applied when loading from a database, rebasing the
view, etc.
|
|
|
|
|
|
|
|
the UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|