| Age | Commit message (Collapse) | Author |
|
notification callbacks.
|
|
|
|
You would think we, a security company, would not have format string vulns in $current_year. Yet, here we are.
|
|
|
|
|
|
structure creation overwrites inherited fields. Close https://github.com/Vector35/binaryninja-api/issues/4540
|
|
Fix https://github.com/Vector35/binaryninja-api/issues/4460
|
|
|
|
|
|
dwarf info doesn't specify it
|
|
|
|
|
|
|
|
|
|
constant search. Fix https://github.com/Vector35/binaryninja-api/issues/3954
|
|
|
|
|
|
|
|
|
|
|
|
In particular, added the following methods to `BinaryViewExt`:
* `define_auto_data_var`
* `undefine_auto_data_var`
* `define_auto_type`
* `undefine_auto_type`
* `undefine_user_type`
|
|
overwriting one type with another; add progress tracking; resolves #4514
|
|
|
|
|
|
HighLevelILInstruction.visit
|
|
favor of *.var to match HLIL
|
|
accept variable instruction objects in addition to variable objects
|
|
|
|
|
|
Apparently we'd rather this nullptr propagate elsewhere, rather than be
handled here.
|
|
Now accepts on Enter/Return.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
location; Resolves Vector35/dwarf_import#19
|
|
|
|
Resolves #3206
|
|
|
|
|
|
|
|
|