From: fnargwibble@gmail.com Date: Mon, 13 Aug 2012 16:16:39 +0000 (+0000) Subject: target and bitstream back to front! X-Git-Tag: v1.0.0~154 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d13dee9046acdaa599e224f0a8546054eb818c6e target and bitstream back to front! --- diff --git a/tools/findbits.py b/tools/findbits.py index d5516e59..1860964b 100755 --- a/tools/findbits.py +++ b/tools/findbits.py @@ -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)