{"id":16106115,"url":"https://github.com/pawelrojek/win32diskimagerbeyond","last_synced_at":"2025-03-18T08:31:59.309Z","repository":{"id":84452882,"uuid":"202546668","full_name":"pawelrojek/win32diskimagerbeyond","owner":"pawelrojek","description":"win32diskimager \"beyond\" fork/mod with ignore_drives.cfg (remedy for subst, network \u0026 virtual drives)","archived":false,"fork":false,"pushed_at":"2020-10-10T21:08:05.000Z","size":104,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T08:28:47.122Z","etag":null,"topics":["networkdrive","raspberrypi","subst","win32diskimager"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawelrojek.png","metadata":{"files":{"readme":"README-1.0.0.txt","changelog":"Changelog.txt","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-15T13:31:51.000Z","updated_at":"2022-11-17T20:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"081e42a2-8280-43d7-9986-e8841153d22b","html_url":"https://github.com/pawelrojek/win32diskimagerbeyond","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawelrojek%2Fwin32diskimagerbeyond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawelrojek%2Fwin32diskimagerbeyond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawelrojek%2Fwin32diskimagerbeyond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawelrojek%2Fwin32diskimagerbeyond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawelrojek","download_url":"https://codeload.github.com/pawelrojek/win32diskimagerbeyond/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910749,"owners_count":20367545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["networkdrive","raspberrypi","subst","win32diskimager"],"created_at":"2024-10-09T19:12:01.453Z","updated_at":"2025-03-18T08:31:59.303Z","avatar_url":"https://github.com/pawelrojek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Image Writer for Microsoft Windows\nRelease 1.0.0 - The \"Holy cow, we made a 1.0 Release\" release.\n======\nAbout:\n======\nThis utility is used to read and write raw image files to SD and USB memory devices.\nSimply run the utility, point it at your raw image, and then select the\nremovable device to write to.\n\nThis utility can not write CD-ROMs.  USB Floppy is NOT supported at this time.\n\nFuture releases and source code are available on our Sourceforge project:\nhttp://sourceforge.net/projects/win32diskimager/\n\nThis program is Beta, and has no warranty. It may eat your files,\ncall you names, or explode in a massive shower of code. The authors take\nno responsibility for these possible events.\n\n===================\nBuild Instructions:\n===================\nRequirements:\n1. Now using QT 5.7/MinGW 5.3.  \n\nShort Version:\n1. Install the Qt Full SDK and use QT Creator to build.  \n   See DEVEL.txt for details\n\n=============\nNew Features:\n=============\nVerify Image - Now you can verify an image file with a device.  This compares\nthe image file to the device, not the device to the image file (i.e. if you\nwrite a 2G image file to an 8G device, it will only read 2G of the device for\ncomparison).\nAdditional checksums - Added SHA1 and SHA256 checksums.\nRead Only Allocated Partitions - Option to read only to the end of the defined partition(s).  Ex:  Write a 2G image to a 32G device, reading it to a new file will only read to the end of\nthe defined partition (2G).\nSave last opened folder - The program will now store the last used folder in\nthe Windows registry and default to it on next execution.\nAdditional language translations (thanks to devoted users for contributing).\n\n=============\nBugs Fixed\n=============\nhttps://bugs.launchpad.net/win32-image-writer\nLP: 1285238 - Need to check filename text box for valid filename (not just a directory).\nLP: 1323876 - Installer doesn't create the correct permissions on install\nLP: 1330125 - Multi-partition SD card only partly copied\nhttps://sourceforge.net/p/win32diskimager/tickets/\nSF:  7 - Windows 8 x64 USB floppy access denied. Possibly imaging C drive\nSF:  8 - Browse Dialog doesnt open then crashes application\nSF:  9 - Cannot Read SD Card\nSF: 13 - 0.9.5 version refuses to open read-only image\nSF: 15 - Open a image for write, bring window in the background\nSF: 27 - Error1: Incorrect function\nSF: 35 - Mismatch between allocating and deleting memory buffer\nSF: 39 - Miswrote to SSD\nSF: 40 - Disk Imager scans whole %USERPROFILE% on start\nSF: 45 - Translation files adustment\n\n\n\n=============\nKnown Issues:\n=============\n*  Lack of reformat capabilities.\n*  Lack of file compression support\n\nThese are being looked into for future releases.\n\n======\nLegal:\n======\nImage Writer for Windows is licensed under the General Public\nLicense v2. The full text of this license is available in \nGPL-2.\n\nThis project uses and includes binaries of the MinGW runtime library,\nwhich is available at http://www.mingw.org\n\nThis project uses and includes binaries of the Qt library, licensed under the \n\"Library General Public License\" and is available at \nhttp://www.qt-project.org/.\n\nThe license text is available in LGPL-2.1\n\nOriginal version developed by Justin Davis \u003ctuxdavis@gmail.com\u003e\nMaintained by the ImageWriter developers (http://sourceforge.net/projects/win32diskimager).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawelrojek%2Fwin32diskimagerbeyond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawelrojek%2Fwin32diskimagerbeyond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawelrojek%2Fwin32diskimagerbeyond/lists"}