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

Run bincat in batch mode? #116

Closed bin2415 closed 4 years ago

bin2415 commented 4 years ago

Hi, is it possible to run bincat in batch mode?

Thanks, bin

trou commented 4 years ago

Yes, bincat is independent of IDA. To run bincat in "batch" mode you have to create a .ini file with your desired parameters and run it. This is actually what the IDA plugin does.