| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Resolves #4682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointers smaller than 64 bits
|
|
|
|
of byte strings; Resolves #4652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SrcInstructionIsAtomic for when the lifted instr is atomic
SrcInstructionUsesPointerAuth when lifted instr uses aarch64 PAC, etc.
|
|
|
|
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`
|
|
|
|
- size describes input operands, not outputs
- mult for when only lower half of product is needed
- when full product needed, must specify signed/unsigned
|