Usage:
- Install Guest OS Windows 7 in VirtualBox, install the applications in files/app.txt, and install python in the guest OS.
- Copy guest_script.py and files/ to C:\ in the guest OS.
- Make the guest OS autorun "python guest_script.py" when it starts up.
- Creat a snapshot named "snapshot" in VirtualBox when the guest OS starts but before it runs guest_script.py.
- Set your FILES_PATH and DUMP_PATH in the host_script.py.
- Run "python host_script.py" in the host OS.