https://github.com/duesee/dertect
https://github.com/duesee/dertect
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duesee/dertect
- Owner: duesee
- Created: 2024-05-21T16:54:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:19:29.000Z (about 1 year ago)
- Last Synced: 2024-05-21T18:33:48.325Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dertect
Utility to extract ASN.1 data structures from arbitrary files.
Note: Currently, it only supports DER `SEQUENCE`s with a long form length of exactly two bytes (`[0x30, 0x82, len1, len2, ]`).
## Usage
Note: [`der2ascii`](https://github.com/google/der-ascii) must be in your `$PATH`.
```bash
cargo run --release --
```