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

https://github.com/imp/sgio

SGIO Magic that turns regular read/write into direct SCSI command using library interposition
https://github.com/imp/sgio

Last synced: over 1 year ago
JSON representation

SGIO Magic that turns regular read/write into direct SCSI command using library interposition

Awesome Lists containing this project

README

          

# sgio

SGIO Magic that turns regular read/write into direct SCSI command
using library interposition

How to Use

```sh
make all
LD_PRELOAD=./sgio.so cmd --with arguments
```

Note that by default it builds native 32 or 64 bit binary according to the
compiler native configuration.