DiskRead v3.0 - Read a disk or a file in raw mode
Presenting the new version of DiskRead, a tool to read a disk or a file in raw mode.
This new version of DiskRead changes completely the syntax to a more Linux-like style, aiming it to be easier to understand and use, whilst adding new features and making the tool more robust.
New features
- Switch to hide the offset
- Custom bytes per line https://github.com/anic17/DiskRead/releases/tag/v3.0 Let me know your thoughts about it.
- Custom bytes per line https://github.com/anic17/DiskRead/releases/tag/v3.0 Let me know your thoughts about it.
GitHub
Release DiskRead v3.0 · anic17/DiskRead
DiskRead v3.0
This new version of DiskRead changes completely the syntax to a more Linux-like style, aiming it to be easier to understand and use, whilst adding new features and making the tool mor...
1 Reply
Version 3.1 added
-u
for uppercase hexadecimal values
And version 3.2 added -x
to display only hexadecimal, not the ASCII representation
Added exporting capabilities to all allowed by WinAPI. This makes it possible to overwrite a boot sector in case it gets corrupted.
By default, when you are exporting to a device, it prompts you if you are really sure with this message:
To avoid this message and continue, you can now use -y
or --yes
switch
Note that this is extremely dangerous to a hard drive and will possibly make it unbootable if done incorrectly