Starting research

This commit is contained in:
KimLS 2026-03-24 23:22:08 -07:00
parent 5bedbc18c4
commit 37b8428c48
3 changed files with 1791 additions and 0 deletions

1780
obr/packets/OpCodes.txt Normal file

File diff suppressed because it is too large Load Diff

1
obr/packets/README.txt Normal file
View File

@ -0,0 +1 @@
This is a bunch of ImHex patterns for viewing various Outer Brood packets

View File

@ -0,0 +1,10 @@
// 0x16
struct Packet {
u32 sequence_id;
u32 unknown04;
u16 unknown08;
char fingerprint_data[];
};
Packet packet @0x00;