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

HLIL expression folding removing non-pure function call

Open farvend opened this issue 1 month ago • 2 comments

Version and Platform (required):

  • Binary Ninja Version: Latest dev branch (commit https://github.com/Vector35/binaryninja-api/commit/876ac63a638e369a14db3241e76acfd509a13bf3)
  • Edition: Non-Commercial
  • OS: Windows
  • CPU Architecture: x64

Bug Description: BN ommited call to a function

Steps To Reproduce: Please provide all steps required to reproduce the behavior:

  1. Open provided binary at 0x140005e60
  2. Open disassembly and Pseudo C
  3. Notice that pseudo C doesn't show sub_140005ee0

Expected Behavior: sub_140005ee0 should be in decompilation

Binary: frezerovshik.zip

farvend avatar Nov 14 '25 14:11 farvend