diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-21 20:50:21 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-21 20:50:21 +0000 |
commit | 45d3c1d6287f8e2272436ed99109ff5dd1774254 (patch) | |
tree | b1630a7375e397a5fe4f29e480c04144cb52c032 /md/writeup/h64e.md | |
parent | 45f9bdfb904149e0048bcbd4de208232d0a81da8 (diff) | |
download | md-content-45d3c1d6287f8e2272436ed99109ff5dd1774254.tar.gz md-content-45d3c1d6287f8e2272436ed99109ff5dd1774254.zip |
Added project pages
Diffstat (limited to 'md/writeup/h64e.md')
-rw-r--r-- | md/writeup/h64e.md | 41 |
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 |