| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
for DWO sections)
|
|
|
|
compiler generated labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
their platform info if they do. Resolves #4798
|
|
|
|
Rust API) that you can initialize at the top of your script and it'll auto-cleanup at the end of your script. Also some misc doc fixes.
|
|
|
|
before use in SymbolBuilder::create (Rust API)
|
|
|
|
|
|
|
|
|
|
|
|
Resolves #4682
|
|
|
|
This includes:
Gracefully handle missing DIE references
Partially revert 7849cda
Misc DWARFv5 Fixes
Speed Improvements
Fix crash on unexpected EOF
Partially revert 0d5fe9ec8963a26361b8bf1af17e029afc87f952 and Correctly initialize DWARF Import plugin
|
|
libbinaryninjacore.so.1
|
|
There is a distinction between *default* load settings and just load settings. Rust did not have this distinction and was using the default settings for a function that was not labelled default.
|
|
core..fix passing a nullptr to `load`
|
|
|
|
|
|
|
|
itself as a parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
StructureBuilder::base_structures
Now Result<Vec<BaseStructure>> since it could technically return nullptr if you have invalid usage... Probably not possible but the other functions in Structure do similar so this is for consistency.
|
|
Now using ref_from_raw instead because you really should not have a direct reference to a bare NTR type (that doesn't make sense outside of core).
|
|
|
|
You would think we, a security company, would not have format string vulns in $current_year. Yet, here we are.
|
|
|