Skip to content

Instantly share code, notes, and snippets.

View yevgenypats's full-sized avatar
🎯
Focusing

Yevgeny Pats yevgenypats

🎯
Focusing
View GitHub Profile
@yevgenypats
yevgenypats / exiv2_afl_setup.sh
Last active July 11, 2019 13:17
Exiv2 AFL setup
# install git, cmake, zlib, libexpat
apt update && apt install -y git build-essential cmake zlib1g-dev libexpat1-dev
# install afl
git clone https://github.com/mirrorer/afl
cd afl
make && make install
cd ..
# Download and compile the vulnerable exiv2 version (as it's already fixed in master)