An open API service indexing awesome lists of open source software.

https://github.com/duesee/dertect


https://github.com/duesee/dertect

Last synced: about 2 months ago
JSON representation

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 --
```