├── README.md ├── bin ├── evloginout.py ├── lol.py ├── scm_timeline.py └── vtmon.py └── docs ├── ext_magic_bytes.md ├── mounting_ntfs.md ├── randomideas.txt └── vma.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/README.md -------------------------------------------------------------------------------- /bin/evloginout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/bin/evloginout.py -------------------------------------------------------------------------------- /bin/lol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/bin/lol.py -------------------------------------------------------------------------------- /bin/scm_timeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/bin/scm_timeline.py -------------------------------------------------------------------------------- /bin/vtmon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/bin/vtmon.py -------------------------------------------------------------------------------- /docs/ext_magic_bytes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/docs/ext_magic_bytes.md -------------------------------------------------------------------------------- /docs/mounting_ntfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/docs/mounting_ntfs.md -------------------------------------------------------------------------------- /docs/randomideas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/docs/randomideas.txt -------------------------------------------------------------------------------- /docs/vma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CIRCL/forensic-tools/HEAD/docs/vma.md --------------------------------------------------------------------------------