From e63ed8a651e5246f8698a9c1c3e540029710d0e9 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 27 May 2021 20:06:47 +0100 Subject: Update 10 articles from html to md --- md/writeup/c_bin2hex.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 md/writeup/c_bin2hex.md (limited to 'md/writeup/c_bin2hex.md') 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 + -- cgit v1.2.3