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

Outlined functions appear as call to zero when disassembling in a new raw file

Open D0ntPanic opened this issue 1 year ago • 0 comments

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.

Screenshot 2024-02-21 at 3 32 39 PM

The "function call" in this decompilation should be an outlined memset.

D0ntPanic avatar Feb 21 '24 20:02 D0ntPanic