| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
instructions
|
|
Also make them a little more configurable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lifting
Intrinsics are still used when lfiting vector instructions, and for
64-bit `rev16` instructions that are not easily composed from the new
instructions.
|
|
|
|
|
|
It was never getting printed due to the stub generation code
|
|
Fix crash that occurs when two functions that directly call each other
are both marked "inline during analysis"
|
|
Cont. 02e67da266d21e106d0b9900a2a98dbf8d045ad2
We don't really need to do the same check for the non-utf8 variant since it uses the ReadCString function.
|
|
|
|
BNParseExpression
|
|
|
|
|
|
Fixes 912465b5cf1d0442443d9584e15111361f27751c regression that broke cfstring parsing
|
|
If we hit a got entry outside the valid regions of memory we can safely assume the tables to be malformed.
|
|
|
|
Fixes https://github.com/Vector35/binaryninja/issues/1472
|
|
|
|
Fixes https://github.com/Vector35/binaryninja/issues/1470
|
|
event callback
|
|
This mirrors the fix that was performed on the x86 platform
|
|
|
|
|
|
|
|
Addresses feedback from PR #8188.
|
|
Closes #6630.
|
|
|
|
Closes #8020 and #8021.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|