binaryninja-api
binaryninja-api copied to clipboard
Outlined functions appear as call to zero when disassembling in a new raw file
Version and Platform (required):
- Binary Ninja Version: 4.0.4896
- OS: macOS
- OS Version: 14.3.1
- CPU Architecture: M3
Bug Description: Creating a new binary file, adding some assembly instructions to it, then creating a function out of those instructions can generate incorrect lifting if an outlined memset is detected.
The "function call" in this decompilation should be an outlined memset.