summaryrefslogtreecommitdiff
path: root/md/writeup/c_bin2hex.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2021-05-27 20:06:47 +0100
committerFreeArtMan <dos21h@gmail.com>2021-05-27 20:06:47 +0100
commite63ed8a651e5246f8698a9c1c3e540029710d0e9 (patch)
treecfd58d80345f17dc9f458bad88181811a89b3592 /md/writeup/c_bin2hex.md
parent9b9586b559edb387af804c52d2b593b711ce98be (diff)
downloadmd-content-e63ed8a651e5246f8698a9c1c3e540029710d0e9.tar.gz
md-content-e63ed8a651e5246f8698a9c1c3e540029710d0e9.zip
Update 10 articles from html to md
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
+