airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.66k stars 159 forks source link

fix: Remove wrong parameter in get_arch call #107

Closed DarkaMaul closed 4 years ago

DarkaMaul commented 4 years ago

The get_arch does not have any argument (yet?). This fix an error caused when clicking on all_taint_top in the GUI.

trou commented 4 years ago

Hello, get_arch used to have an arg. Thanks for the fix :)