DFIR-ORC / dfir-orc

Forensics artefact collection tool for systems running Microsoft Windows
https://dfir-orc.github.io
GNU Lesser General Public License v2.1
390 stars 42 forks source link

An invalid path specification is given as an example #15

Closed msuhanov closed 4 years ago

msuhanov commented 4 years ago

This line: https://github.com/DFIR-ORC/dfir-orc/blob/8a0f32b91e85c28f63f10b232df6b7339b677fbe/src/OrcCommand/NTFSUtil_Output.cpp#L30

Now prints:

ex: \\.\c:\

Should be:

ex: \\.\c:

The error message is:

NTFSUtil v10.0.8-18-gb5f71fa
Various NTFS related utilities

Start time            : 03/19/2020 13:27:18.387 (UTC)

Computer              : DESKTOP-RD341HA
Volume name           : \\.\c:\
ERROR (The system cannot find the path specified, hr=0x80070003): Failed to open image \\.\c:\
ERROR (The system cannot find the path specified, hr=0x80070003): Could not open Location \\.\c:\
ERROR (Unspecified error, hr=E_FAIL 0x80004005): Failed to load partition table for \\.\c:\
fabienfl-orc commented 4 years ago

Thank you. Usage has been updated in the next significant release.