https://github.com/jonlamb-gh/ctf-util
Utilities for working with CTF streams
https://github.com/jonlamb-gh/ctf-util
babeltrace ctf
Last synced: 3 months ago
JSON representation
Utilities for working with CTF streams
- Host: GitHub
- URL: https://github.com/jonlamb-gh/ctf-util
- Owner: jonlamb-gh
- License: mit
- Created: 2024-12-24T12:44:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:38:56.000Z (5 months ago)
- Last Synced: 2025-01-03T22:19:46.097Z (5 months ago)
- Topics: babeltrace, ctf
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# ctf-util
```
$ ctf-util --help
Utilities for working with CTF streamsUsage: ctf-util
Commands:
split-stream Splits a multi-stream file into files-per-stream to be compatible with babeltrace
help Print this message or the help of the given subcommand(s)Options:
-h, --help Print help
-V, --version Print version
```## License
See [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT.