Xdumpgo Tutorial -

Mastering xdumpgo: The Ultimate Tutorial for Go Developers

If you’ve ever needed to inspect binary data, debug network packets, reverse-engineer file formats, or visualize in-memory structures, you know the pain of limited built-in tools. Enter xdumpgo — a high-performance, extensible hexdump and binary inspection library written in Go. This tutorial will take you from zero to expert, covering installation, core features, advanced use cases, and even custom formatters.

Goroutine 1: running at main.main+0x12f
Goroutine 6: waiting on chan receive (runtime.chanrecv)

Advanced xdumpgo Features

Key Features of XDumpGo

type Event struct 
    TS    uint64
    Len   uint16
    Payload []byte