Skip to content
forked from bmaia/binwally

Binary and Directory tree comparison tool using Fuzzy Hashing

License

Notifications You must be signed in to change notification settings

mstreet97/binwally3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binwally3

Binwally3 is the python3 version of the original Binwally binary and directory tree comparison tool using the Fuzzy Hashing concept based on ssdeep.

For more information the original blog post of the python2 version is available here: http://w00tsec.blogspot.com/2013/12/binwally-directory-tree-diff-tool-using.html

Also, the python2 version repo is available here: https://github.com/bmaia/binwally

Prerequisites and Installation

Binwally has the following dependencies (required by ssdeep):

  • Python 3.8+
  • gcc and build essentials
  • libffi
  • libfuzzy-dev
  • python-dev
  • python-ssdeep (pip install ssdeep)

To install all required dependencies on Debian based systems, just run the setup.sh script.

Screenshots

Screenshot

Screenshot

Usage

python3 binwally3.py dir1 dir2

About

Binary and Directory tree comparison tool using Fuzzy Hashing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%