Skip to content

Commit

Permalink
Add usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Sep 23, 2022
1 parent 35432be commit 8382563
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# velcro
Archive data from [xivsniff](https://github.com/velcro-xiv/xivsniff).

## Usage
```zsh
xivsniff | velcro
```

Data will be saved to `velcro.db` in your working directory.

## Viewing your data
[DBeaver](https://dbeaver.io/) is a useful tool for viewing archived packet data.
It has a built-in hex viewer for SQLite `BLOB` columns, which can be used to save a blob to a file for analysis
Expand Down

0 comments on commit 8382563

Please sign in to comment.