I just discovered the `od` command. It's a #coreutil .
It defaults to octal..? Based on what I've read in the manpages, it seems to me that octal was a format preferred by a lot of the

To work similar to `hd` (which is *not* a coreutil), you can use `od -A x -t x1z`. You can add the `-v` flag, which works like the `-v` flag in `hd`.

#commandPrompt #coreutils #hexdump

#Useless #hexdump is useless.

So #BenEater went the lengthy and roundabout route of prompting an LLM to output a Python program for creating a hex listing in a particular format, rather than just reading the manual page for the hexdump tool that xe was already using and learning its -e option.

The -e option actually takes the very same format specifiers that the Python script ended up with, and there's an example in the EXAMPLES section of the hexdump manual that gets one most of the way there.

One can do things the easy way by reading the doco, or the hard way with "AI" and #VibeCoding.

https://youtube.com/watch?v=LSMQ3U1Thzw&t=1626s

hexdump -e '"%04_ax: " 16/1 "%02X " "\n"' a.out

#hexdump #AI #ComputerProgramming #SoftwareEngineering

The SID: Classic 8-bit sound

YouTube

I created a small hexdump function in Python…

https://gist.github.com/juandesant/c7eeffb032abd7024a1096ff82931d80

And I did it because I wanted to explore @b0rk's pseudo terminal workings in Python.

https://social.jvns.ca/@b0rk/114462834522904455

#gist #HexDump #Python

Hexdump in python

Hexdump in python. GitHub Gist: instantly share code, notes, and snippets.

Gist

Mystery #anime screenshot of the evening.

Wonder what file this is a #hexdump of.

Two weeks after the initial release, I'm excited to announce the new version of **Binsider**! 🎉

🕵️‍♂️ A TUI for analyzing Linux binaries.

🗡️ Swiss army knife for reverse engineers.

➡️ What's new: https://binsider.dev/blog/v020/

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/orhun/binsider

#rustlang #tui #ratatui #binary #analysis #linux #reverseengineering #hexdump #opensource #terminal #commandline

Binsider

Analyze ELF binaries like a boss.

Binsider

Been a while, but I'm back with a new project!

🕵️‍♂️ **Binsider**: A TUI for analyzing Linux binaries!

🗡️ Swiss army knife for reverse engineers.

🔥 Supports static/dynamic analysis, string extraction, hexdump & more!

🦀 Written in Rust & built with @ratatui_rs
😼 Website: https://binsider.dev
⭐ GitHub: https://github.com/orhun/binsider

#rustlang #tui #ratatui #binary #analysis #linux #reverseengineering #hexdump #opensource #terminal #commandline

Binsider

Analyze ELF binaries like a boss.

Binsider

#SourceCodeSunday

So you are have a machine that is #littleEndian? Chances are your #hexdump​​s are all wrong. This is how you should be doing it.

I've been searching around, but I can't find another #hexdump tool that's able to colorize the individual hex digits like this. This idea of mine might be novel. Even without the colors, this is the kind of thing my eyes focus on - patterns.

#reverseengineering #dataviz