Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A collection of tools to read/write NFC ST SRI512 and SRIX4K tags.

License

NotificationsYou must be signed in to change notification settings

giacomoferretti/nfc-srix-tools

Repository files navigation

A repository containing tools to read/write NFC ST SRI512 and SRIX4K tags.

Known issues

  • On 32bit machines, it should give an error

TODOs

  • Complete rewrite (I made it a year and never wrote in C before)

Prerequisites

Build

You can use the providedbuild.sh or follow these simple steps:

mkdir buildcd buildcmake ..make

Tools

  • srix-dump - Dump EEPROM to file
  • srix-read - Read dump file
  • srix-restore - Restore dump to tag
  • srix-reset - Reset OTP bits

Examples

srix-dump

Dump to console:./srix-dump

Dump to file:./srix-dump file.bin

Usage:

Usage: ./srix-dump [dump.bin] [-h] [-v] [-u] [-s] [-a] [-r] [-t x4k|512]Optional arguments:  [dump.bin]   dump EEPROM to fileOptions:  -h           show this help message  -v           enable verbose - print debugging data  -s           print system block  -u           print UID  -a           enable -s and -u flags together  -r           fix read direction  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]

srix-read

Usage:

Usage: ./srix-read <dump.bin> [-h] [-v] [-c 1|2] [-t x4k|512]Necessary arguments:  <dump.bin>   path to the dump fileOptions:  -h           show this help message  -v           enable verbose - print debugging data  -c 1|2       erint on one or two columns [default: 1]  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]

srix-restore

Usage:

Usage: ./srix-restore <dump.bin> [-h] [-v] [-t x4k|512]Necessary arguments:  <dump.bin>   path to the dump fileOptions:  -h           show this help message  -v           enable verbose - print debugging data  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]

srix-reset

Usage:

Usage: ./srix-reset [-h] [-v]Options:  -h           show this help message  -v           enable verbose - print debugging data

About

A collection of tools to read/write NFC ST SRI512 and SRIX4K tags.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp