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

Proper escape for regex parameter #113

Closed DarkaMaul closed 4 years ago

DarkaMaul commented 4 years ago

fix #112

trou commented 4 years ago

Thanks!