summaryrefslogtreecommitdiff
path: root/md/writeup/c_bin2hex.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/writeup/c_bin2hex.md')
-rw-r--r--md/writeup/c_bin2hex.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/md/writeup/c_bin2hex.md b/md/writeup/c_bin2hex.md
new file mode 100644
index 0000000..441a115
--- /dev/null
+++ b/md/writeup/c_bin2hex.md
@@ -0,0 +1,18 @@
+title:C Bin2Hex
+keywords:c,binary,hex
+
+# C Bin2Hex
+Converts binary file to hex file.
+
+Use:
+```
+./bin2hex [bin_file] - for local output
+
+./bin2hex [bin_file] [hex_text_file] - for file output
+```
+
+
+### Downloads
+abin2hex.tar.gz -
+1KiB - http://archive.main.lv/files/writeup/c_bin2hex/abin2hex.tar.gz
+