mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
simple script working
This commit is contained in:
parent
6b8f1b141e
commit
e106a5717c
2 changed files with 5 additions and 5 deletions
5
client/pyscripts/ice.py
Normal file
5
client/pyscripts/ice.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
lrc= 0x00
|
||||
for i in range(5):
|
||||
lrc ^= 42
|
||||
print('\n final LRC XOR byte value: %02X\n' % (lrc))
|
Loading…
Add table
Add a link
Reference in a new issue