Skip to content

utility to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.

Notifications You must be signed in to change notification settings

mo7amed-hussein/filedump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileDump

fileDump utility has ability to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.

Screenshots

Screenshots

How to compile it

$ 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 format

e.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 at

Mail : m.hussein1389@gmail.com LinkedIn Hakerrank

Have fun! Mohamed Hussein.

About

utility to dump contents of any file into many formats like hexadecimal, octal, ASCII and decimal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published