-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp - Windows' hard disk prober detects ALL partitions
--- The hard disk prober for Windows now not only detects the logical partitions (those with a drive letter), but also all the MBR and the GPT partitions (those with and without a drive letter, such as your EFI ESP partition). This will bring the Windows hard disk prober to a 1:1 relationship with the Linux and the macOS hard disk prober. Part of the code is taken from https://github.com/t00/TestCrypt/blob/master/TestCrypt/PhysicalDrive.cs --- Type: imp Breaking: False Doc Required: False Part: 1/1
- Loading branch information
Showing
2 changed files
with
206 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters