Commit graph

130 commits

Author SHA1 Message Date
iceman1001
2783ba7583 style redundant assignment 2019-04-17 19:48:29 +02:00
Philippe Teuwen
5c55664fc5 use more static and fix [-Wmissing-prototypes] 2019-04-13 21:57:13 +02:00
iceman1001
e7f4f615c0 unified text 2019-04-12 10:55:09 +02:00
Philippe Teuwen
f6a6ec8447 Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing... 2019-04-12 01:55:25 +02:00
Philippe Teuwen
0ab6de64d4 structs: initializes explicitely all fields, so we can detect when we really forgot one [-Wmissing-field-initializers] 2019-04-10 13:59:00 +02:00
Philippe Teuwen
0ce9e37fb7 Remove duplicate helptext 2019-04-10 13:17:38 +02:00
Philippe Teuwen
3d6d58aae5 internal help fcts -> static 2019-04-10 13:06:05 +02:00
Philippe Teuwen
cc0454d5d2 tag unused Cmd [-Wunused-parameter] 2019-04-10 12:23:40 +02:00
iceman1001
0e05faaf0c styles 2019-04-08 10:33:06 +02:00
iceman1001
2fc54ca667 unshadow clock.. the mysterious variable 2019-04-08 09:42:27 +02:00
iceman1001
514611e885 fix 2019-04-07 20:24:13 +02:00
iceman1001
f1a01dcc7b fix 2019-04-07 20:22:24 +02:00
iceman1001
e95955b793 shadowing 2019-04-07 20:17:59 +02:00
Philippe Teuwen
51d6fa13eb arg names 2019-04-06 21:46:00 +02:00
iceman1001
6404c974b6 style 2019-04-05 09:20:37 +02:00
iceman1001
b111b37eb6 offline access 2019-03-20 22:05:29 +01:00
iceman1001
690400d145 style 2019-03-18 23:57:44 +01:00
iceman1001
1d14c497b7 swapping order 2019-03-18 17:53:46 +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
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
9ebf3f4f6d chg: use bool instead 2019-03-09 20:34:20 +01:00
iceman1001
cc81b5bed9 fix: tolower 2019-03-09 12:31:29 +01:00
iceman1001
e093d1ab29 Adds colors, etc 2019-03-09 11:29:34 +01:00
Philippe Teuwen
60f292b18e remove spurious spaces & tabs at end of lines 2019-03-09 08:59:13 +01:00
Philippe Teuwen
1cba26decf remove redundant removeSignalOffset 2019-03-08 20:30:54 +01:00
Philippe Teuwen
4160e32b0a Replace isNoise by computeSignalProperties and removeSignalOffset 2019-03-08 19:06:55 +01:00
iceman1001
92631bdfb4 text 2019-02-24 17:25:47 +01:00
iceman1001
1c2dea29bb chg 2019-02-24 14:38:33 +01:00
sh7d
c58f487cab em41 - spoof fix 2019-02-23 15:24:51 +01:00
iceman1001
b11f767c55 fix: 'lf em brute' - mem leak 2019-02-21 23:22:13 +01:00
Chris
b7a1674bf6 helptext 2018-09-14 08:12:03 +02:00
Chris
0a648d482d chg: remove warning unused variable 2018-09-09 23:16:47 +02:00
Chris
d774e4c84f Chg: step2 in the signed vis unsigned graphbuffer signal processing.
It will break some tone-based demods like ti etc.
2018-09-09 12:34:43 +02:00
Chris
4200ed5dc9 fix: justnoice 2018-09-05 19:16:49 +02:00
iceman1001
6f7d0dffdc chg: unified download 2018-05-02 19:52:31 +02:00
iceman1001
207fa2b574 add: potential fix for OSX uses, by @piwi
chg:  adapting fix to support iceman forks extended commands.
2018-05-02 08:11:29 +02:00
iceman1001
97c029fc55 textual output 2018-02-28 08:12:21 +01:00
iceman1001
0248352ea6 chg:simpler debug printing 2018-02-21 16:41:39 +01:00
iceman1001
555b261eab simpler debug printing 2018-02-21 16:36:40 +01:00
Brian Pow
740a1daaa4 use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:51 +08:00
Brian Pow
b1d414c680 CHG: replace 'samples:' with 'Examples:', unify some usage text 2018-02-09 22:56:16 +08:00
iceman1001
009e4f9d99 chg: use return value instead 2018-01-25 18:11:07 +01:00
iceman1001
b89b3399dc FIX: if receiving array isnt large enough, previously this will smash the stack.. 2017-12-02 20:45:53 +01:00
iceman1001
2f3dbbcaa3 rename: ul_switch_off_field -> DropField (inside cmdhf14a.c)
chg:  Fix memory bounds error (@wsmoses)
 c3511781a1
2017-11-11 23:23:01 +01:00
iceman1001
30ceea4aea chg: cleaning up some function calls.
fix: check to see clock is bigger than zero.
2017-11-09 19:15:56 +01:00
iceman1001
e3ac1c586f chg: noise detection 2017-11-06 15:32:46 +01:00
iceman1001
d5a1e4c7d4 fix: 'em' - return negative to a bool is not ok 2017-10-30 16:19:15 +01:00
iceman1001
f054f5da32 CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files 2017-09-26 17:02:18 +02:00