merlokk
f24d7c4ba1
fix mfp wrbl command
2019-03-11 18:02:42 +02:00
iceman1001
fd642e8f51
adjustemnts
2019-03-11 15:08:34 +01:00
iceman1001
ff22f0ca7a
rename:
...
'lf snoop' -> 'lf sniff'
'hf snoop' -> 'hf sniff'
As of now its gonna be called sniffing everywhere in the repo.
chg: 'lf search' textual
chg: 'hf search' textual
2019-03-11 14:55:02 +01:00
iceman1001
eb906859b5
fix: 'lf ti demod' - hide debug messages
2019-03-11 07:38:20 +01:00
Philippe Teuwen
119e3f0ed9
Makefile: allow alternative platforms, try make PLATFORM=foo
2019-03-11 00:44:34 +01:00
iceman1001
7f26ed6e9f
chg: 'lf hitag reader' - helptext
2019-03-10 14:44:21 +01:00
iceman1001
7921e363b0
output
2019-03-10 14:42:43 +01:00
Philippe Teuwen
73437dea62
Makefile: avoid compiling hardnested multiarch stuff systematically
2019-03-10 12:22:02 +01:00
Philippe Teuwen
21e6f2d861
jansson, tinycbor, mbedtls: avoid recompilations if not needed
2019-03-10 11:42:38 +01:00
Philippe Teuwen
2f12e57408
Makefiles: remove spurious spaces/tabs
2019-03-10 11:35:03 +01:00
Philippe Teuwen
961d929f4d
changing {} style to match majority of previous style
2019-03-10 11:20:22 +01:00
Philippe Teuwen
da6cdf014b
Keep string syntax in color macros
2019-03-10 00:56:00 +01:00
Philippe Teuwen
48124f89b4
fix ‘sprintf’ output between 15 and 19 bytes into a destination of size 18
2019-03-10 00:24:29 +01:00
Philippe Teuwen
22b43c65ec
fix warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’}
2019-03-10 00:11:39 +01:00
Philippe Teuwen
554011f828
Fix warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length
2019-03-10 00:09:46 +01:00
Philippe Teuwen
0373696662
make style
2019-03-10 00:00:59 +01:00
Philippe Teuwen
0d9223a547
client: fix mix of spaces & tabs
2019-03-09 23:35:06 +01:00
iceman1001
112411042f
cleaning up
2019-03-09 21:59:00 +01:00
iceman1001
38503b55d5
chg: cleanup
2019-03-09 21:43:03 +01:00
iceman1001
902a5f06ff
chg: 'lf search' - added TI detection
2019-03-09 21:42:40 +01:00
iceman1001
e8d15d0c18
FIX: 'data load' - now loads large files again (TITEST.txt)
2019-03-09 20:47:57 +01:00
iceman1001
9ebf3f4f6d
chg: use bool instead
2019-03-09 20:34:20 +01:00
iceman1001
89db6064d0
fix: 'lf paradox demod' - wrong check
2019-03-09 17:25:53 +01:00
iceman1001
6d364ec70d
chg: 'data detectclocks' - skip if isnoise
2019-03-09 14:00:46 +01:00
iceman1001
aebfe193dc
chg: 'data raw' - skip if signal is noise
2019-03-09 13:54:03 +01:00
iceman1001
45e8403d4d
fix: 'lf t55' - aquiredata uses getsamples
2019-03-09 12:54:39 +01:00
iceman1001
cc81b5bed9
fix: tolower
2019-03-09 12:31:29 +01:00
iceman1001
6b9e5e0400
chg: unified code
2019-03-09 11:36:05 +01:00
iceman1001
d998602690
textual
2019-03-09 11:31:53 +01:00
iceman1001
cc9ec2d79c
textual
2019-03-09 11:30:26 +01:00
iceman1001
e093d1ab29
Adds colors, etc
2019-03-09 11:29:34 +01:00
iceman1001
dc36bd5e5a
fix: 'lf CheckChipType' - restores demodbuff/graphbuf properly
2019-03-09 11:13:46 +01:00
iceman1001
59eb83bf90
fix: use defines instead.
2019-03-09 11:10:54 +01:00
Philippe Teuwen
2d1a077ae4
lua: more fix mix of spaces & tabs
2019-03-09 10:40:45 +01:00
Philippe Teuwen
05ff45e550
lua: fix mix of spaces & tabs
2019-03-09 10:34:43 +01:00
Philippe Teuwen
bdd0494290
remove spurious spaces & tabs at end of lines: cpp files
2019-03-09 09:11:08 +01:00
Philippe Teuwen
60f292b18e
remove spurious spaces & tabs at end of lines
2019-03-09 08:59:13 +01:00
Philippe Teuwen
edc19f202a
Convert the few files with still Windows carriage returns
2019-03-09 08:49:41 +01:00
Philippe Teuwen
d8788bb376
appease coverity
2019-03-09 08:43:28 +01:00
Iceman
17435d366f
Merge pull request #122 from RfidResearchGroup/computeSignalProperties
...
Replace isNoise by computeSignalProperties and removeSignalOffset
2019-03-09 08:35:37 +01:00
iceman1001
810f92dbab
FIX: 'lf visa read' - increase samples solves #123
2019-03-09 08:29:37 +01:00
iceman1001
1cf3e1b581
fix: 'lf visa' - use defines instead
2019-03-09 08:14:42 +01:00
Philippe Teuwen
1cba26decf
remove redundant removeSignalOffset
2019-03-08 20:30:54 +01:00
Philippe Teuwen
ae719c3b05
Fix CmdT55xxBruteForce infinite loop
2019-03-08 20:10:16 +01:00
Philippe Teuwen
abddff513e
loadFile: fix double free
2019-03-08 19:49:12 +01:00
Philippe Teuwen
4160e32b0a
Replace isNoise by computeSignalProperties and removeSignalOffset
2019-03-08 19:06:55 +01:00
iceman1001
9764381aa4
fix: ndef - missing comma
2019-03-08 17:25:36 +01:00
Chris
2a761e80db
chg: analyse nuid' - added colors
2019-03-07 19:48:20 +01:00
Philippe Teuwen
259a561a69
analyse nuid: better ref and selftest from ref + little fix
2019-03-07 15:55:53 +01:00
Philippe Teuwen
c5e1f9989c
analyse nuid: fix crc -> selftest ok now
2019-03-06 20:16:12 +01:00