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

ldd fail on windows: add warning #89

Open trou opened 5 years ago

trou commented 5 years ago

When ldd cannot find libgmp, it's because the user did not run eval $(ocaml-env cygwin). Add a message.