mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg, make python aware of pm3 search paths
This commit is contained in:
parent
3f02fa6e34
commit
f7537519ff
2 changed files with 61 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
lrc= 0x00
|
||||
for i in range(5):
|
||||
lrc ^= 42
|
||||
print('\n final LRC XOR byte value: %02X\n' % (lrc))
|
||||
print("SP %s" % sys.path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue