The focus is on the analysis of the main memory and the persistence of paused virtual machines.
This program
- runs a sleep process
- opens a random port on the local machine
- calls a remote port
- loads an image
- opens a file on the local machine
To build the executables for Windows and Linux
make all
Only for Windows in 32-bit arch
make windows-32
Only for Windows in 64-bit arch
make windows-64
Only for Linux in 32-bit arch
make linux-32
Only for Linux in 64-bit arch
make linux-64
Only for Mac in 64-bit arch
make darwin-64
For ARM architecture append -arm
onto the make command.
Check opened ports, files and processes with
./check.sh