| Age | Commit message (Collapse) | Author |
|
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/8196
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/8181
|
|
Also implements the new calling convention APIs in Rust
|
|
|
|
|
|
|
|
|
|
conventions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for sentry crash BINARYNINJA-89
|
|
|
|
|
|
This is a replacement for the `DataRenderer::RenderLinesForData` member
function as it is impossible to use without leaking memory.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #8166.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It now stores its operands in the correct fields of the expression.
Fixes https://github.com/Vector35/binaryninja-api/issues/8149.
|
|
MediumLevelILInstruction::lift
This could result in a crash or incorrect data being read.
Fixes https://github.com/Vector35/binaryninja-api/issues/8155
|