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

https://github.com/stargate01/dtaannotateddumpcli

CLI tool to invoke sedutil DtaAnnotatedDump
https://github.com/stargate01/dtaannotateddumpcli

Last synced: over 1 year ago
JSON representation

CLI tool to invoke sedutil DtaAnnotatedDump

Awesome Lists containing this project

README

          

# DtaAnnotatedDumpCLI

CLI tool to invoke sedutil DtaAnnotatedDump. This tool parses a TCG OPAL SCSI command or response buffer.

## Building

Make sure you have `gcc`, `cmake` and `make`.

```
mkdir -p build
cd build
cmake ..
make -j$(nproc)
```

## Usage

```
Usage: ./build/src/DtaAnnotatedDumpCLI
cmd options: IF_RECV, IF_SEND, IDENTIFY
```