| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Rusty Wagner <rusty@vector35.com>
Co-Authored-By: Kyle Miles <kyle@vector35.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save changes
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5728
|
|
|
|
as ios-aarch64 (skip-ci)
|
|
|
|
Closes #4684.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding `sysv` calling convention introduces a lot of false positives
during analysis. Defined in the UEFI Specification, X64 follows a same
calling convention with `win64` calling convention.
|
|
case from neon_intrinsics.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5686
|
|
https://github.com/Vector35/binaryninja-api/issues/5685
|
|
Cleaned up some of the earlier work and added some more changes that
target entries in search. The largest change is implementing a
background highlight of marked search terms instead of changing the
foreground color.
|