It appears that this program only deletes the partition table, and not the actual contents of the disk. I can still find data on the hard drive using a hex editor.
Before the Yes/No prompt, it displays the size of the disk drive (238.5GB for my ssd) correctly.
But after the Yes/No prompt, it displays this:
\\.\PhysicalDrive0 LBA: 0, Block: 0, Size: 0.0GB
It appears to be multiplying 0 by 0 to calculate a size of 0, and overwrites only that much.
It appears that this program only deletes the partition table, and not the actual contents of the disk. I can still find data on the hard drive using a hex editor.
Before the Yes/No prompt, it displays the size of the disk drive (238.5GB for my ssd) correctly.
But after the Yes/No prompt, it displays this:
\\.\PhysicalDrive0 LBA: 0, Block: 0, Size: 0.0GB
It appears to be multiplying 0 by 0 to calculate a size of 0, and overwrites only that much.