Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mo7amed-hussein/filedump
utility to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.
https://github.com/mo7amed-hussein/filedump
c dump-files small-practice-project small-tools
Last synced: 1 day ago
JSON representation
utility to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.
- Host: GitHub
- URL: https://github.com/mo7amed-hussein/filedump
- Owner: mo7amed-hussein
- Created: 2018-08-27T09:39:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T19:26:38.000Z (over 6 years ago)
- Last Synced: 2024-11-09T01:52:27.359Z (about 2 months ago)
- Topics: c, dump-files, small-practice-project, small-tools
- Language: C
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fileDump
fileDump utility has ability to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.
### Screenshots
![Screenshots](https://github.com/mo7amed-hussein/filedump/raw/master/shot1.png)
### How to compile it
```sh
$ cd fileDump
$ make
```### How to use it
```
$./fileDump [file] [-format]
```
Formats :
- x : hexadecimal format , it is the default if not format passed
- o:octal format
- c:ASCII format
- C:hexadecimal and aSCII format
- d:decimal formate.g to dump contents of file in ASCII
```
$./fileDump /home/user/file.xyz -c
```### Finally
I would also gladly welcome your questions and contributions.
you are welcome to contact me atMail : [email protected]
[LinkedIn](https://www.linkedin.com/in/mo7amed-hussein)
[Hakerrank](https://www.hackerrank.com/m_hussein)Have fun!
Mohamed Hussein.