mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 02:50:21 +08:00
target and bitstream back to front!
This commit is contained in:
parent
561f7c11ef
commit
d13dee9046
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def stringreverse(data):
|
|||
return data[::-1]
|
||||
|
||||
# match forward, backward and inverted
|
||||
def domatch(number,binary):
|
||||
def domatch(binary,number):
|
||||
reversed= stringreverse(number)
|
||||
inverted= invert(binary)
|
||||
|
||||
|
|
Loading…
Reference in a new issue