binaryninja-api
binaryninja-api copied to clipboard
HLIL expression folding removing non-pure function call
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:
- Open provided binary at
0x140005e60 - Open disassembly and Pseudo C
- Notice that pseudo C doesn't show
sub_140005ee0
Expected Behavior:
sub_140005ee0 should be in decompilation
Binary: frezerovshik.zip