aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 569a79c..e446603 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,21 @@
1# DemoParser [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/demoparser)](https://goreportcard.com/report/github.com/pektezol/demoparser) [![CI Badge](https://github.com/pektezol/DemoParser/actions/workflows/CI.yml/badge.svg)](https://github.com/pektezol/DemoParser/actions/workflows/CI.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/DemoParser/blob/main/LICENSE) 1# DemoParser [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/demoparser)](https://goreportcard.com/report/github.com/pektezol/demoparser) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/DemoParser/blob/main/LICENSE)
2Work-In-Progress demo parser for Portal 2. \ No newline at end of file 2
3Work-In-Progress demo parser for Portal 2 written in Golang.
4
5Usage:
6
7```bash
8$ ./parser demo.dem
9```
10
11Currently supports:
12
13- File or folder input using the CLI.
14- Basic parsing of demo headers each message type.
15- Basic parsing of packet classes.
16- Custom injected SAR data parsing.
17
18TODO:
19
20- StringTableEntry parsing.
21- In-depth packet class parsing for each class.