binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Public API, examples, documentation and issues for Binary Ninja

Results 526 binaryninja-api issues
Sort by recently updated
recently updated
newest added

**Version and Platform (required):** - Binary Ninja Version: All for a long time - OS: Ubuntu (and others) - OS Version: 22.04 - CPU Architecture: x64 **Bug Description:** It seems...

Type: Bug
Component: Core
Impact: High
Component: Type Libraries

Found at least one eggregious function signature in `msvcrt_windows-x86.sig` that will cause it to match _any_ 32bit x86 function with: - save frame pointer prologue - call of a function...

Type: Bug
Impact: Low
Effort: Medium
Component: Type Libraries

This is an proposal to standardize the inner-workings of the API, specially with the FFI types. Mostly it consist of creating standard functions to create/manger FFI wrapper types, such as...

Partially fixes #5417 Also superficial re-ordering of the tests to make it easier to add new tests. With both PRs targeting #5417 we get this LLIL: ``` 41 @ 100003ea0...

Type: Enhancement
Arch: ARM64
Lifting