https://github.com/woodruffw/msr-utils
Utilities split off from libmsr.
https://github.com/woodruffw/msr-utils
libmsr msr
Last synced: 3 months ago
JSON representation
Utilities split off from libmsr.
- Host: GitHub
- URL: https://github.com/woodruffw/msr-utils
- Owner: woodruffw
- License: other
- Created: 2016-10-05T18:15:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T18:40:52.000Z (over 7 years ago)
- Last Synced: 2025-01-05T11:42:02.283Z (9 months ago)
- Topics: libmsr, msr
- Language: C
- Size: 38.1 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
msr-utils
=========Magnetic stripe utilities, broken out of the libmsr repository.
These utilities have been modified to compile with
[my fork of libmsr](https://github.com/woodruffw/libmsr).## Compilation
```bash
$ git clone https://github.com/woodruffw/libmsr && cd libmsr
$ make && sudo make install
$ cd ..
$ git clone https://github.com/woodruffw/msr-utils && cd msr-utils
$ make # and optionally install
```
## Caveats**Some of these utilities are fairly old and may not work properly.**
The only utility I'm currently working on is `msr-dump`. This repo primarily
exists to separate the concerns of `libmsr` without deleting historically
relevant code.