Skip to content

Releases: DynamicDevices/DiskImager

1.1.3

Choose a tag to compare

@ajlennon ajlennon released this 03 May 10:57

1.1.3 03/05/16 AJL Add button to erase MBR (allows us to then reformat the drive to full capacity)

1.1.0

Choose a tag to compare

@ajlennon ajlennon released this 12 May 10:52

1.1.0 12/05/14 AJL

  • Updated to use latest SharpZipLib as we were encountering (de-)compression errors with the previous version
  • Added the option to truncate the read image based on the partition sizes found in the master boot record on the disk/stick
  • logging of sizes read and written

1.0.3

1.0.3 Pre-release
Pre-release

Choose a tag to compare

@ajlennon ajlennon released this 30 Apr 10:27

Adds error dialog on write errors

1.0.2

Choose a tag to compare

@ajlennon ajlennon released this 09 Nov 14:46

This utility is a C#.NET implementation, and adds a couple of features I wanted to see:

  • reads/writes images to/from compressed file formats: ZIP, TGZ, GZ
  • remembers the last file you read/wrote
  • provides more file filters within file dialog for typical image files (.img, .bin, .sdcard)
  • it also might be slightly faster when dealing with uncompressed read/write

1.0.1

1.0.1 Pre-release
Pre-release

Choose a tag to compare

@ajlennon ajlennon released this 08 Nov 20:17

1.0.1 08/11/13 AJL

Refactoring for cleanup. Fixed issue with SEH exception due to SafeHandle disposal

1.0.0

1.0.0 Pre-release
Pre-release

Choose a tag to compare

@ajlennon ajlennon released this 08 Nov 19:26

Initial release. Basic functionality, reads and writes SD cards