├── .gitignore ├── LICENSE ├── README.md ├── binary ├── DFIRtriage-v6-pub.exe └── file-info.txt ├── code └── DFIRtriage-v6-pub.py └── data ├── core.ir └── core.ir_file-info.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/README.md -------------------------------------------------------------------------------- /binary/DFIRtriage-v6-pub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/binary/DFIRtriage-v6-pub.exe -------------------------------------------------------------------------------- /binary/file-info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/binary/file-info.txt -------------------------------------------------------------------------------- /code/DFIRtriage-v6-pub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/code/DFIRtriage-v6-pub.py -------------------------------------------------------------------------------- /data/core.ir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/data/core.ir -------------------------------------------------------------------------------- /data/core.ir_file-info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/travisfoley/dfirtriage/HEAD/data/core.ir_file-info.txt --------------------------------------------------------------------------------