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
- Host: GitHub
- URL: https://github.com/imp/sgio
- Owner: imp
- License: mit
- Created: 2016-01-28T19:18:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T10:33:06.000Z (over 10 years ago)
- Last Synced: 2025-01-21T17:24:28.002Z (over 1 year ago)
- Language: C
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.