Skip to content

Utilitário simples de visualização de dados em formato hexadecimal, inspirado pesadamente pelo utilitário popular no mundo LINUX® e UNIX® xxd.

License

Notifications You must be signed in to change notification settings

arthur-manske/xd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xd - Hexdump Utility

Description

xd is a command-line utility that displays a hexdump table of specified files or standard input. It provides detailed information about the contents of a file in hexadecimal format, making it useful for analyzing binary data.

Installation

Local

  1. Run:
make install-local

Global

  1. Ensure that your a root user with id or who am i. If not, use su.
  2. Run:
make install

Examples

src/xd -c32 -g8 makefile output src/xd -p makefile output src/xd -i -c24 makefile output src/xd -pO makefile output

Author

xd is created and maintained by Arthur de Souza Manske. For any inquiries or feedback, contact [email protected]. Licensied under this terms

Contributing

Contributions to xd utility are welcome. But don't suggest bloated things; Such as functionalities that can be replied by other tools, like applying after a certain offset of the file.

About

Utilitário simples de visualização de dados em formato hexadecimal, inspirado pesadamente pelo utilitário popular no mundo LINUX® e UNIX® xxd.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published