mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-10 17:30:07 +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]
|
return data[::-1]
|
||||||
|
|
||||||
# match forward, backward and inverted
|
# match forward, backward and inverted
|
||||||
def domatch(number,binary):
|
def domatch(binary,number):
|
||||||
reversed= stringreverse(number)
|
reversed= stringreverse(number)
|
||||||
inverted= invert(binary)
|
inverted= invert(binary)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue