/among-us

Among Us stuff

Primary LanguageRustMIT LicenseMIT

Among Us Stuff

Example

Dumping everything Among Us related that I've been working on

Protocol - protocol.md

A dissection of the Among Us protocol

Reversing Guide - reversing.md

Various ways to approach reversing Among Us

Client - /client

A working client written in rust. Can join games, chat, teleport players into vents etc. Buggy and unfinished. Ignore the gui

Dissector - /dissector

Abandoned. A wireshark plugin in pure rust for dissecting among us packets. Left in because I don't think there are any other examples of pure rust wireshark plugins online

epan-sys - Bindgen for the wireshark Enhanced Protocol ANalyzer library

Related links