fkie-cad / dewolf

A research decompiler implemented as a Binary Ninja plugin.
GNU Lesser General Public License v2.1
162 stars 9 forks source link

Fix support for Binary Ninja 3.5 by not requiring SymbolicFunctionSymbol #412

Closed blattm closed 1 month ago

blattm commented 1 month ago

Binary Ninja 4.0 introduced SymbolType.SymbolicFunctionSymbol, which is now used by the frontend. This change prevents dewolf from crashing when Binary Ninja 3.5 is used.