Skip to content

Instantly share code, notes, and snippets.

@artemdinaburg
artemdinaburg / build_mcsema_and_klee.sh
Last active August 29, 2015 14:10
Building mcsema With KLEE on Ubuntu 14.04 i386
# These are instructions for how to build KLEE and mcsema.
# These are a part of a blog post explaining how to use KLEE
# to symbolically execute closed source binaries.
# install the prerequisites
sudo apt-get install vim build-essential g++ curl python-minimal \
git bison flex bc libcap-dev cmake libboost-dev \
libboost-program-options-dev libboost-system-dev ncurses-dev nasm
# we assume everything KLEE related will live in ~/klee.