{"id":23048826,"url":"https://github.com/giacomoferretti/nfc-srix-tools","last_synced_at":"2025-08-15T02:31:08.320Z","repository":{"id":56595701,"uuid":"229952790","full_name":"giacomoferretti/nfc-srix-tools","owner":"giacomoferretti","description":"A collection of tools to read/write NFC ST SRI512 and SRIX4K tags.","archived":false,"fork":false,"pushed_at":"2021-02-06T00:44:24.000Z","size":63,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-05-24T13:36:23.746Z","etag":null,"topics":["libnfc","nfc","rfid","sri512","srix4k","st","stm","stmicroelectronics"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giacomoferretti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-24T14:09:25.000Z","updated_at":"2023-03-21T22:39:45.000Z","dependencies_parsed_at":"2022-08-15T21:40:19.092Z","dependency_job_id":null,"html_url":"https://github.com/giacomoferretti/nfc-srix-tools","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomoferretti%2Fnfc-srix-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomoferretti%2Fnfc-srix-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomoferretti%2Fnfc-srix-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giacomoferretti%2Fnfc-srix-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giacomoferretti","download_url":"https://codeload.github.com/giacomoferretti/nfc-srix-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229885867,"owners_count":18139383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libnfc","nfc","rfid","sri512","srix4k","st","stm","stmicroelectronics"],"created_at":"2024-12-15T22:56:31.478Z","updated_at":"2024-12-15T22:56:31.983Z","avatar_url":"https://github.com/giacomoferretti.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NFC SRIX Tools\nA repository containing tools to read/write NFC ST SRI512 and SRIX4K tags.\n\n## Known issues\n* On 32bit machines, it should give an error\n\n## TODOs\n* Complete rewrite (I made it a year and never wrote in C before)\n\n## Prerequisites\n* [libnfc](https://github.com/nfc-tools/libnfc)\n\n## Build\nYou can use the provided `build.sh` or follow these simple steps:\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Tools\n* `srix-dump` - Dump EEPROM to file\n* `srix-read` - Read dump file\n* `srix-restore` - Restore dump to tag\n* `srix-reset` - Reset OTP bits\n\n## Examples\n### srix-dump\nDump to console: `./srix-dump`\n\nDump to file: `./srix-dump file.bin`\n\nUsage:\n```text\nUsage: ./srix-dump [dump.bin] [-h] [-v] [-u] [-s] [-a] [-r] [-t x4k|512]\n\nOptional arguments:\n  [dump.bin]   dump EEPROM to file\n\nOptions:\n  -h           show this help message\n  -v           enable verbose - print debugging data\n  -s           print system block\n  -u           print UID\n  -a           enable -s and -u flags together\n  -r           fix read direction\n  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]\n```\n\n### srix-read\nUsage:\n```text\nUsage: ./srix-read \u003cdump.bin\u003e [-h] [-v] [-c 1|2] [-t x4k|512]\n\nNecessary arguments:\n  \u003cdump.bin\u003e   path to the dump file\n\nOptions:\n  -h           show this help message\n  -v           enable verbose - print debugging data\n  -c 1|2       erint on one or two columns [default: 1]\n  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]\n```\n\n### srix-restore\nUsage:\n```text\nUsage: ./srix-restore \u003cdump.bin\u003e [-h] [-v] [-t x4k|512]\n\nNecessary arguments:\n  \u003cdump.bin\u003e   path to the dump file\n\nOptions:\n  -h           show this help message\n  -v           enable verbose - print debugging data\n  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]\n```\n\n### srix-reset\nUsage:\n```text\nUsage: ./srix-reset [-h] [-v]\n\nOptions:\n  -h           show this help message\n  -v           enable verbose - print debugging data\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiacomoferretti%2Fnfc-srix-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiacomoferretti%2Fnfc-srix-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiacomoferretti%2Fnfc-srix-tools/lists"}