Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 949 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 949 Bytes

PANDA plugins

This repo is a prototype that builds PANDA's plugins out of tree. This assumed that you have libosi already installed system wide. (Check out and build them here)

Download and Build

sudo apt update
sudo apt install -y libpcap0.8-dev libsqlite3-dev libdistorm3-dev libavro-dev
git clone https://github.com/panda-re/panda-plugins
cd panda-plugins
git submodule update --init --recursive
mkdir build && cd build
cmake -G Ninja ..
ninja

Building the docker image

  • To build:
cd /path/to/panda-plugins
sudo docker build -t panda-plugins .
  • Example of running a plugin with docker
sudo docker run --rm -v `pwd`:/recordings panda-plugins panda-system-i386 -m 2048 -usbdevice tablet -replay /recordings/win7_32bit-calc -panda process_introspection -os "windows-32-7sp1"