ispras / swat

SWAT - System-Wide Analysis Toolkit
13 stars 9 forks source link

swat

SWAT - System-Wide Analysis Toolkit

QEMU GUI

SWAT includes GUI for managing QEMU virtual machines.

See more details in qemu-gui documentation

WinDbg server

SWAT supports debugging with WinDbg without switching the guest OS to the debug mode.

See more details in documentation

Reverse debugging

Reverse debugging allows "executing" the program in reverse direction.

See more details in reverse debugging documentation

QEMU Plugins

SWAT includes QEMU which was extended to support instrumentation and introspection plugins.

See more details in plugin documentation

Virtual machine introspection

SWAT supports non-intrusive introspection of the virtual machine with the help of the dynamically loaded plugins.

Non-intrusiveness infers the following features:

See more details in introspection documentation

Building the SWAT in Linux

Installing prerequisites

sudo apt install cmake texinfo gcc libsdl2-dev libpixman* qt5-default flex bison

Build

git clone https://github.com/ispras/swat
cd swat
git submodule update --init
./rebuild.sh

Building the SWAT in Windows

Installing prerequisites

SWAT should be built in MinGW64 environment.

Build

git clone https://github.com/ispras/swat
cd swat
git submodule update --init
./rebuild-win.sh