From 9ee6c6ed7cd0fae4deef9a3e4769601fa5722192 Mon Sep 17 00:00:00 2001 From: Andrew Dutcher Date: Sun, 29 Jan 2017 05:06:35 -0800 Subject: [PATCH] Add gitignore and readme --- .gitignore | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f07d8b79a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.o +*.a +*.so +*.lib +*.dll +vex + +auxprogs/genoffsets +pub/libvex_guest_offsets.h diff --git a/README.md b/README.md new file mode 100644 index 000000000..b8dae0236 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# VEX mirror + +This is a mirror of libVEX (of the Valgrind project: valgrind.org) for use with PyVEX (https://github.com/angr/pyvex).