blob: b916ac10a5d96fbd02ac5bee175a4d40070efb07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# DemoParser [](https://goreportcard.com/report/github.com/pektezol/demoparser) [](https://github.com/pektezol/DemoParser/blob/main/LICENSE)
Work-In-Progress demo parser for Portal 2 written in Golang.
## Couldn't Do This Without Them
- [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser)
- [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem)
## Usage
```bash
$ ./parser demo.dem
```
## Currently Supports
- File or folder input using the CLI.
- Basic parsing of demo headers each message type.
- Basic parsing of packet classes.
- Custom injected SAR data parsing.
## TODO
- StringTableEntry parsing. ([#8][i8])
- In-depth packet class parsing for each class. ([#7][i7])
[i8]: https://github.com/pektezol/DemoParser/issues/8
[i7]: https://github.com/pektezol/DemoParser/issues/7
|