diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-21 19:26:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 19:26:40 +0300 |
| commit | 44eefefe67a4a5f514faa4594370346fd1b54996 (patch) | |
| tree | a8853a8ecd49ddbb87c6cc19904ec6bb5419ee83 /README.md | |
| parent | add strings builder, customize ALL outputs (#6) (diff) | |
| download | sdp.go-1.1.1.tar.gz sdp.go-1.1.1.tar.bz2 sdp.go-1.1.1.zip | |
organize packets and classes (#9)v1.1.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 13 insertions, 5 deletions
| @@ -2,20 +2,28 @@ | |||
| 2 | 2 | ||
| 3 | Work-In-Progress demo parser for Portal 2 written in Golang. | 3 | Work-In-Progress demo parser for Portal 2 written in Golang. |
| 4 | 4 | ||
| 5 | Usage: | 5 | ## Couldn't Do This Without Them |
| 6 | |||
| 7 | - [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) | ||
| 8 | - [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem) | ||
| 9 | |||
| 10 | ## Usage | ||
| 6 | 11 | ||
| 7 | ```bash | 12 | ```bash |
| 8 | $ ./parser demo.dem | 13 | $ ./parser demo.dem |
| 9 | ``` | 14 | ``` |
| 10 | 15 | ||
| 11 | Currently supports: | 16 | ## Currently Supports |
| 12 | 17 | ||
| 13 | - File or folder input using the CLI. | 18 | - File or folder input using the CLI. |
| 14 | - Basic parsing of demo headers each message type. | 19 | - Basic parsing of demo headers each message type. |
| 15 | - Basic parsing of packet classes. | 20 | - Basic parsing of packet classes. |
| 16 | - Custom injected SAR data parsing. | 21 | - Custom injected SAR data parsing. |
| 17 | 22 | ||
| 18 | TODO: | 23 | ## TODO |
| 24 | |||
| 25 | - StringTableEntry parsing. ([#8][i8]) | ||
| 26 | - In-depth packet class parsing for each class. ([#7][i7]) | ||
| 19 | 27 | ||
| 20 | - StringTableEntry parsing. | 28 | [i8]: https://github.com/pektezol/DemoParser/issues/8 |
| 21 | - In-depth packet class parsing for each class. | 29 | [i7]: https://github.com/pektezol/DemoParser/issues/7 \ No newline at end of file |