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.68k stars 162 forks source link

Add support for synchronous operations in the engine #48

Open trou opened 7 years ago

trou commented 7 years ago

We need a way to (synchronously) ask the user what to do when the analyzer is "lost".

It should be usable not only from the IDA plugin to allow for scripted interactions.