summaryrefslogtreecommitdiff
path: root/md/writeup/h64e.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/writeup/h64e.md')
-rw-r--r--md/writeup/h64e.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/md/writeup/h64e.md b/md/writeup/h64e.md
new file mode 100644
index 0000000..4c56a1d
--- /dev/null
+++ b/md/writeup/h64e.md
@@ -0,0 +1,41 @@
+# h64d - hexdump analog
+
+small hexdumpl like tool currently supports:
+
+```text
+./h64d: invalid option -- '-'
+Usage: ./h64d [OPTS] <filename>
+
+ -a - asciimode
+ -b - show offset adress
+ -o - file offset
+ -i - output hex
+ -l - length of output
+
+Version: 0.1beta
+```
+
+more stuff will be added if there will be some nice use cases.
+
+## Tested
+
+| OS | Arch |
+|---|---|
+| Linux | 32/64bit intel |
+| NetBSD | 32bit intel |
+
+## Source
+
+```
+git clone http://git.main.lv/cgit.cgi/h64.git
+```
+
+## Compile
+
+just
+
+```
+make
+```
+
+should be enought \ No newline at end of file