Commit graph

6591 commits

Author SHA1 Message Date
iceman1001
a5bd3d7c32 coverity 303191 2020-10-05 13:36:17 +02:00
iceman1001
d5cc802e57 coverity 294394 2020-10-05 13:33:24 +02:00
iceman1001
fbec6b0c35 puts -> printandlog 2020-10-05 12:58:33 +02:00
mwalker33
702e9b774e Update proxguiqt.cpp
Removed comment test sprintf
2020-10-05 12:38:42 +02:00
mwalker33
3286bdaad2 Update Makefile
Restore the original client makefile
2020-10-05 12:38:42 +02:00
mwalker33
f157fac2fb Add option to hide/show plot sliders 2020-10-05 12:38:42 +02:00
Philippe Teuwen
7051941525 colored plot help 2020-10-05 12:28:02 +02:00
Philippe Teuwen
1f2133fa17 zoom: add ctrl for small increments with key, to get same as with wheel 2020-10-05 12:28:02 +02:00
Philippe Teuwen
128fdd82e2 text 2020-10-05 12:28:02 +02:00
iceman1001
7dcc4a2a76 renamed a fault param, starting to adapt 14b raw to deal with different selects and not clearing trace. 2020-10-05 10:33:34 +02:00
iceman1001
f6640966ed coverity 303194 2020-10-05 10:31:53 +02:00
Philippe Teuwen
4eef1f1bff Trim: GraphPixelsPerPoint mush remain a power of zoom_offset 2020-10-05 10:07:24 +02:00
iceman1001
1c5a6d6c04 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2020-10-05 09:45:37 +02:00
Philippe Teuwen
13badb6088 scroll zoom: use fractions of power of 2 to avoid desync between key and mouse zoom 2020-10-05 09:34:38 +02:00
iceman1001
73af6527b9 hf 14b raw, apdu - adapt options 2020-10-04 22:48:33 +02:00
Philippe Teuwen
b95d834e96 attempt to fix 996 2020-10-04 21:07:46 +02:00
Iceman
e7e3f42634
Merge pull request #995 from tcprst/lfkeri_cliparser
lf keri clone, sim - now use cliparser
2020-10-04 21:06:30 +02:00
Philippe Teuwen
0339667e9e cliparser: ignore extra spaces between options 2020-10-04 20:33:56 +02:00
tcprst
bc34aba175
update scripts with new keri syntax 2020-10-04 14:08:07 -04:00
Philippe Teuwen
1b0875dd78 remove comment 2020-10-04 20:06:18 +02:00
Philippe Teuwen
2422622da1 plot: add Trim (T) 2020-10-04 20:01:38 +02:00
Philippe Teuwen
e179fdb3b0 plot: fix mean, rework annotations 2020-10-04 20:01:38 +02:00
tcprst
67da4e6b36
lf keri clone, sim - now use cliparser 2020-10-04 13:59:02 -04:00
iceman1001
4f4593d9fa remove debugstatement 2020-10-04 18:54:43 +02:00
iceman1001
c528eacf24 wiegand cmds now use cliparse 2020-10-04 17:41:27 +02:00
iceman1001
166e626c98 add u64_y support in argtable-cliparser. 2020-10-04 17:41:04 +02:00
iceman1001
ad494a152c cliparser returns signed ints, to get unsigned 32 we need to use the double. 2020-10-04 16:13:17 +02:00
Philippe Teuwen
e41efe192b data scale: check param 2020-10-04 15:20:28 +02:00
Philippe Teuwen
2d15fde0a8 data scale: use cliparser and add unit string 2020-10-04 15:14:56 +02:00
Philippe Teuwen
aa3d29e6ac CLIParamStrToBuf: add string null terminator 2020-10-04 15:11:36 +02:00
Philippe Teuwen
6a87677273 fix inverse zoom factors 2020-10-04 13:46:33 +02:00
iceman1001
55bbbaf049 text 2020-10-04 11:09:54 +02:00
iceman1001
1267584e3f wiegand - now uses cli parse 2020-10-04 11:07:26 +02:00
iceman1001
dc9e16a4e1 add some defines to get double 2020-10-04 10:57:21 +02:00
iceman1001
12b3a7c236 fix: data mtrim - no crashing 2020-10-04 02:24:10 +02:00
iceman1001
3771f14c2b 14b mobib script 2020-10-04 02:09:16 +02:00
iceman1001
c0635b9045 convert to 14b apdu 2020-10-04 00:05:37 +02:00
tcprst
51c0d07eb9
lf hid clone, sim, brute, watch - now use cliparser 2020-10-03 15:40:03 -04:00
iceman1001
8e1546b012 textual 2020-10-03 17:14:57 +02:00
iceman1001
cc245016ea mem * - now uses cliparser 2020-10-03 17:12:58 +02:00
iceman1001
357921f561 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2020-10-03 14:12:48 +02:00
iceman1001
2f0fec449b fix wrong param 2020-10-03 14:09:24 +02:00
mwalker33
68f0945d48 Update argtable3.c
Remove = when only long option
2020-10-03 20:21:16 +10:00
iceman1001
670e2fb6b0 standard form output (concatenated) 2020-10-03 11:48:52 +02:00
Iceman
8cea993287
Merge pull request #990 from mwalker33/cliparser
Cliparser
2020-10-03 11:13:13 +02:00
mwalker33
e6398674b0 Cliparser cleanup
Update to remove "=" from help text
update md file, fix typos and better notses for the options.
2020-10-03 19:06:01 +10:00
Iceman
9fc3743e72
Merge pull request #988 from tcprst/st25_cliparser
hf st commands - now use cliparser
2020-10-03 11:03:46 +02:00
tcprst
3da2130153
fix cliparser for hf st sim UID 2020-10-02 21:35:09 -04:00
tcprst
3787c6e991
hf st commands - now use cliparser 2020-10-02 21:23:03 -04:00
iceman1001
d612f17b13 hf 14b sriread - uses cliparser 2020-10-03 00:03:44 +02:00