DiskImager. A .NET Windows utility for reading & writing SD cards and USB devices
Find a file
Alex Lennon b4f7850315 Cleanup
2013-11-09 06:53:56 -08:00
.nuget Added SharpZipLib and ILMerge support to build a single .exe 2013-11-08 12:54:40 -08:00
DiskImager Made license clearer 2013-11-09 06:50:09 -08:00
DiskImager.Installer Added support for reading and writing directly to compressed formats: .zip, .tgz, .gz, Cleanups 2013-11-09 06:32:50 -08:00
Libs Added SharpZipLib and ILMerge support to build a single .exe 2013-11-08 12:54:40 -08:00
.gitignore Initial commit 2013-11-08 10:51:25 -08:00
DiskImager.sln Added SharpZipLib and ILMerge support to build a single .exe 2013-11-08 12:54:40 -08:00
LICENSE Initial commit 2013-11-08 10:51:25 -08:00
README.md Made license clearer 2013-11-09 06:50:09 -08:00

DiskImager

A Windows Disk Imager. A C#.NET utility, released under GPLv3, for reading / writing SD cards and USB devices

The current release can be downloaded here

http://www.dynamicdevices.co.uk/downloads/DiskImager.Installer.msi

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

NOTE This application is under development and could possibly cause damage to your computer drive(s). We cannot take responsibility for any damage caused or losses incurred through use of this utility. Use at own risk!

Credits: Inspired by the excellent Win32DiskImager.

ChangeLog

1.0.2 09/11/13 AJL Added support for reading and writing directly to compressed formats: .zip, .tgz, .gz

Testing - Windows 8.1 Professional

1.0.1 08/11/13 AJL Refactoring for cleanup. Fixed issue with SEH exception due to SafeHandle disposal

Testing - Windows 8.1 Professional

1.0.0 08/11/13 AJL Initial Commit. Reads and Writes SD cards

Testing - Windows 8.1 Professional

Contact

Alex J Lennon - ajlennon@dynamicdevices.co.uk