mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Update intertic.py
Licence change Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
This commit is contained in:
parent
ae0a15fd48
commit
12bd81aa27
1 changed files with 12 additions and 1 deletions
|
@ -1,11 +1,22 @@
|
|||
# Benjamin DELPY `gentilkiwi`
|
||||
# https://blog.gentilkiwi.com /
|
||||
# benjamin@gentilkiwi.com
|
||||
# Licence : https://creativecommons.org/licenses/by/4.0/
|
||||
#
|
||||
# Basic script to try to interpret Intertic data on ST25TB / SRT512 in french transports
|
||||
# For Proxmark3 with love <3
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# See LICENSE.txt for the text of the license.
|
||||
|
||||
import sys, os
|
||||
from datetime import datetime, timedelta
|
||||
from bitarray import bitarray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue