Skip to content

Releases: anic17/DiskRead

DiskRead v3.4

02 Jan 13:04
03bb1ed
Compare
Choose a tag to compare

DiskRead v3.4 Release Notes

Welcome to the latest release of DiskRead! This version introduces several new features, additional flags, and various improvements.

New features

Starting with DiskRead v3.2, DiskRead includes the capability of writing (exporting) to a device file, including boot sectors. This powerful capability comes with potential risks, and the creator is not liable for any damages caused by misuse.

Warning

Exporting to a device file with a boot sector can permanently damage your system. The creator is not responsible for any damages caused by improper tool use. Exercise caution when using this feature.

Additional flags

  • -u or --uppercase: Display hexadecimal values in uppercase.
  • -x or --hexadecimal: Only display the hexadecimal representation.
  • -y or --yes: Skip confirmation prompts when exporting to a device file.

Note

Using the -y flag is strongly discouraged outside of automated scripts due to the potential for irreversible damage to devices and drives.

Other changes

  • Minor bug and crash fixes have been implemented to enhance stability and performance.

Usage Recommendations

For 64-bit systems, it is recommended to use diskread.exe. If you are using a legacy 32-bit system or Windows XP, opt for diskread_x86.exe.

Feel free to create an issue or a pull request if you encounter any bugs or have suggestions. Your contributions are highly appreciated. Refer to the documentation for detailed information on using the new features and flags effectively.

DiskRead v3.0

05 Sep 11:43
cd5bcd7
Compare
Choose a tag to compare

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 more robust.

New features

  • Switch to hide the offset
  • Custom bytes per line

Improvements

  • Small bug fix
  • Messages now all follow a "standard" across the program, all of them outputted to stderr

If you find any bug or want to propose a feature for the next version, feel free to create an issue or a pull request! They are greatly appreciated.

DiskRead v2.0

08 Dec 18:10
325225a
Compare
Choose a tag to compare

New features

  • ASCII preview of the file
  • Can now set a custom offset to read from
  • Support for reading even bigger files
  • If reading a disk, displays the sector it's currently displaying

Improvements

  • Better help menu
  • Code has been slightly optimized
  • Improved error messages
  • Output is redirected to the appropriate stream (stdout for printing, stderr for errors)

Bug fixes

  • Offset indicator now increases in width to fit the number size

As always, if you find any bug or you'd like to see a new feature, don't forget to open an issue or a pull request!

DiskRead v1.0

14 Mar 16:18
bbc3481
Compare
Choose a tag to compare

Version 1.0 for DiskRead.