SWAT - System-Wide Analysis Toolkit
SWAT includes GUI for managing QEMU virtual machines.
See more details in qemu-gui documentation
SWAT supports debugging with WinDbg without switching the guest OS to the debug mode.
See more details in documentation
Reverse debugging allows "executing" the program in reverse direction.
See more details in reverse debugging documentation
SWAT includes QEMU which was extended to support instrumentation and introspection plugins.
See more details in plugin documentation
SWAT supports non-intrusive introspection of the virtual machine with the help of the dynamically loaded plugins.
Non-intrusiveness infers the following features:
- No need in loading any agents into the guest system
- Analysis and introspection can work when execution is replayed
See more details in introspection documentation
sudo apt install cmake texinfo gcc libsdl2-dev libpixman* qt5-default flex bison
git clone https://github.com/ispras/swat
cd swat
git submodule update --init
./rebuild.sh
SWAT should be built in MinGW64 environment.
git clone https://github.com/ispras/swat
cd swat
git submodule update --init
./rebuild-win.sh