All Projects → FireyFly → Hexd

FireyFly / Hexd

Licence: mit
🔍 Colourful, human-friendly hexdump tool

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Hexd

Pirogue
PiRogue is a small device meant to ease network interception and analysis.
Stars: ✭ 90 (-10%)
Mutual labels:  reverse-engineering
Xil2cppdumper
IL2CppDumper writed in C++ by xia0
Stars: ✭ 97 (-3%)
Mutual labels:  reverse-engineering
Ghidra Gekko Broadway Lang
Ghidra language definition for the Gekko and Broadway CPU variant used in the Nintendo GameCube and Nintendo Wii respectively
Stars: ✭ 98 (-2%)
Mutual labels:  reverse-engineering
Ida For Delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
Stars: ✭ 92 (-8%)
Mutual labels:  reverse-engineering
Ipod Gadget
iPod usb gadget for audio playback
Stars: ✭ 94 (-6%)
Mutual labels:  reverse-engineering
Lighthouse
A Code Coverage Explorer for Reverse Engineers
Stars: ✭ 1,348 (+1248%)
Mutual labels:  reverse-engineering
R2m2
radare2 + miasm2 = ♥
Stars: ✭ 86 (-14%)
Mutual labels:  reverse-engineering
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+1274%)
Mutual labels:  reverse-engineering
Jnitrace Engine
Engine used by jnitrace to intercept JNI API calls.
Stars: ✭ 94 (-6%)
Mutual labels:  reverse-engineering
Tweakforwechatredenvelop
iOS微信自动抢红包&防撤回插件
Stars: ✭ 98 (-2%)
Mutual labels:  reverse-engineering
Zxhookutil
【iOS逆向】高效Tweak工具函数集,基于theos、monkeyDev。(含方法追踪、无须关心层级获取任意view、拦截并修改全局请求、清除keyChain数据、打印block参数、打印类的属性和方法、数据转换、数据存储、添加轮询、网络请求、加密解密等各种协助逆向分析函数)
Stars: ✭ 93 (-7%)
Mutual labels:  reverse-engineering
Go Whatsapp
WhatsApp Web API
Stars: ✭ 1,319 (+1219%)
Mutual labels:  reverse-engineering
Pyidbutil
A python library for reading IDA pro databases.
Stars: ✭ 98 (-2%)
Mutual labels:  reverse-engineering
Cutter
Free and Open Source Reverse Engineering Platform powered by rizin
Stars: ✭ 10,073 (+9973%)
Mutual labels:  reverse-engineering
Ngrev
Tool for reverse engineering of Angular applications
Stars: ✭ 1,368 (+1268%)
Mutual labels:  reverse-engineering
Barf Project
BARF : A multiplatform open source Binary Analysis and Reverse engineering Framework
Stars: ✭ 1,280 (+1180%)
Mutual labels:  reverse-engineering
Reverse Engineering
Reverse-Engineered Tools Count-106
Stars: ✭ 94 (-6%)
Mutual labels:  reverse-engineering
Idbutil
Library and tool for reading IDApro databases.
Stars: ✭ 100 (+0%)
Mutual labels:  reverse-engineering
Jebscripts
A set of JEB Python/Java scripts for reverse engineering Android obfuscated code
Stars: ✭ 100 (+0%)
Mutual labels:  reverse-engineering
Jremapper
Remapping tool for compiled java programs.
Stars: ✭ 97 (-3%)
Mutual labels:  reverse-engineering

hexd prints a human-readable hexdump of the specified files, or standard input if omitted. Its main distinguishing feature is the use of colours to visually indicate which range of values an octet belongs to, aiding in spotting patterns in binary data.

By default, hexd relies on 256-color SGR escape sequences. Most terminal emulators should support these today, but technically they're only defacto standard. However, you can override the formatting used with the HEXD_COLORS environment variable (see manpage), or use the -p option for plaintext output.

Screenshot

Screenshot

License

MIT license.

See also

  • pixd: like hexd, but visualizes the data fed to it using a 256-colour palette and half-block ("▀") characters.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].