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

Released BinCAT v1.2021 for Python 3 #123

Closed ghost closed 3 years ago

ghost commented 3 years ago

Just replaced python files in BinCAT v1.1 release with new ones from the repository. Worked for me.

bincat-win64-bin-v1.2021-python3.zip bincat-linux64-bin-v1.2021-python3.zip

k1p0d commented 3 years ago

can these files be trusted ? @trou

trou commented 3 years ago

Definitely not official builds, use at your own risk.

ghost commented 3 years ago

can these files be trusted ? @trou

No, these files just my build. But it can be helpful

If you don’t trust download latest release from releases and download repository zip, then copy three folders (allow replacing existing files) from bincat-master/python/ into bincat-***64-bin-v1.1/python/ and replace install_plugin.py, that’s what I’ve done.

It helped me.

ghost commented 3 years ago

@trou Release it yourself btw.

k1p0d commented 3 years ago

@xxxzsx @trou well I diffed the changes.. seems fine to me.. mostly py2->py3 changes binaries are the same

Thanks @xxxzsx