From 9d6bb0482e281bf2beb515c6284106dfd6ad0da9 Mon Sep 17 00:00:00 2001 From: Tobias Kessels Date: Wed, 17 Apr 2019 19:36:19 +0200 Subject: [PATCH] Added ViperMonkey and oletools --- file-analysis.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/file-analysis.dockerfile b/file-analysis.dockerfile index f955572..ad146c0 100644 --- a/file-analysis.dockerfile +++ b/file-analysis.dockerfile @@ -23,7 +23,8 @@ RUN apt-get update && apt-get install -y \ RUN git clone https://github.com/buffer/pyv8.git ; cd pyv8 ; python setup.py build && python setup.py install && cd .. && rm -rf pyv8 RUN git clone https://github.com/buffer/libemu.git ; cd libemu ; autoreconf -v -i && ./configure --prefix=/opt/libemu && make install && cd .. && rm -rf libemu2 RUN pip install pylibemu - +RUN pip install -U https://github.com/decalage2/ViperMonkey/archive/master.zip +RUN pip install -U https://github.com/decalage2/oletools/archive/master.zip RUN apt-get update && apt-get install -y exiftool ; rm -rf /var/lib/apt/lists/* RUN chmod +x /opt/didierstevenssuite/*py