You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to trigger the MFT Module for a long time without success and I'm not sure what I'm doing wrong. To start, I created a directory containing only a $MFT file:
But it only triggered the FileScan Module. I then tried triggering the MFT Module by specifying it on the command line, per the instructions here :
.\thor64.exe -a MFT -p C:\temp\mft
and it took 0 seconds to scan. Not sure what if this is expected behavior or not, but it doesn't appear to be working successfully with offline $MFT files, in my testing.
Lastly, it appears -maxmftsize is an unknown flag when I try to use it:
Use --fullhelp to see the complete help with all options.
Also see the THOR manual at: https://thor-manual.nextron-systems.com/en/latest/usage/scan.html#examples
unknown flag: --maxmftsize
The text was updated successfully, but these errors were encountered:
https://thor-manual.nextron-systems.com/en/latest/usage/special-scan-modes.html#mft-analysis
I've been trying to trigger the MFT Module for a long time without success and I'm not sure what I'm doing wrong. To start, I created a directory containing only a $MFT file:
I then ran a scan hoping to trigger scanning the offline $MFT file:
.\thor64.exe --lab -p C:\temp\mft --alldrives -e C:\temp\mft\Thor --mft
But it only triggered the FileScan Module. I then tried triggering the MFT Module by specifying it on the command line, per the instructions here :
.\thor64.exe -a MFT -p C:\temp\mft
and it took 0 seconds to scan. Not sure what if this is expected behavior or not, but it doesn't appear to be working successfully with offline $MFT files, in my testing.
Lastly, it appears
-maxmftsize
is an unknown flag when I try to use it:The text was updated successfully, but these errors were encountered: