Skip to content

Rufmord/CFV-Studienarbeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer forensics and incident handling

Comparison of different virtual machines for forensics

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

Execute

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published