From 9d2645ad65688140c645c489b8c4855217906825 Mon Sep 17 00:00:00 2001 From: Imbus Date: Sat, 7 Feb 2026 18:38:48 +0100 Subject: [PATCH] Readme --- README.txt | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index da4be03..2af80c3 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,24 @@ -Simple dd-like image writer with additional security checks. +# Simple dd-like image writer with additional security checks. + +``` +writeimg v0.2.0, Rev. 5323932-dirty +In honor of SwePwnage - the OG disk destroyer +Copyright (C) 2026 Imbus, BSD-2-Clause +Build date: 2026-02-07 + +Usage: + writeimg [-v] -d + +Args: + Binary image file + -v Verify only + -d device Target block device + -h, --help Print this help message + -n, --noconfirm Do not ask for premission + -V, --version Print version +``` + +## Testing dd if=/dev/zero of=./disk.img bs=1M count=1024 losetup -fP ./disk.img