Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
/ banchoreader Public archive

Read bancho sniffed packets, with style.

Notifications You must be signed in to change notification settings

bnch/banchoreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

banchoreader

A bancho packet reader for your terminal, written in Go.

Features:

  • Outputs bancho packets with their components separated
  • Converts Packet ID to human-readable string
  • Hex editor-like raw byte output
  • Automatic detection of bytes and int32s.
  • RAINBOWS
  • Lighting fast

Installation

The Go Way™

Assuming you have $GOPATH/bin in your $PATH, then it's just

go get github.com/bnch/banchoreader

The n00b way

Grab a build artifact and put it in your PATH somewhere.

Usage

Can be either used passing the content through stdin...

cat sniffdump.txt | banchoreader

... or making it directly read some files!

banchoreader dump1.txt dump2.txt dump3.txt

About

Read bancho sniffed packets, with style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages