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
- Host: GitHub
- URL: https://github.com/stargate01/dtaannotateddumpcli
- Owner: StarGate01
- License: gpl-3.0
- Created: 2024-12-17T00:44:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-17T01:41:17.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:34:08.853Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```