Skip to content

Instantly share code, notes, and snippets.

@brad-anton
Created June 11, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brad-anton/184e15fd46c4dab8a6dd6876439f0a0f to your computer and use it in GitHub Desktop.
Save brad-anton/184e15fd46c4dab8a6dd6876439f0a0f to your computer and use it in GitHub Desktop.
Building TLSH on Ubuntu 16.04
sudo apt-get install cmake
curl -L -O https://github.com/trendmicro/tlsh/archive/v3.4.5.zip
unzip v3.4.5.zip
cd tlsh-3.4.5/
bash make.sh

Python module

cd py_ext
python setup.py build

To test

ln -s build/lib.linux-x86_64-2.7/tlsh.so .
python test.py tlsh.so tlsh.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment