Philippe Teuwen
e1b922631d
Display only exec basename in proxmark3 client help
2021-04-20 18:46:58 +02:00
Philippe Teuwen
95031e0b17
remove color in proxmark3 -h
2021-04-20 12:21:54 +02:00
Philippe Teuwen
a2fa5cbc44
Add fulltext test
2021-04-19 23:12:27 +02:00
Philippe Teuwen
008a0b5ab4
First attempt at dumping all help: proxmark3 --fulltext
2021-04-19 02:54:16 +02:00
iceman1001
27184d7f5b
style
2021-04-08 10:44:31 +02:00
iceman1001
f0b4e6651c
fix cppchecker - null checks
2021-03-26 21:47:13 +01:00
iceman1001
4b8ee5a039
fix cppchecker
2021-03-26 21:44:49 +01:00
iceman1001
0073fc1a71
Modified the flashing feedback text to include suggest steps
2021-02-21 10:46:39 +01:00
tcprst
282dc099b6
rework hf mf chk and cliparser for hf mf fchk
2021-02-13 21:03:57 -05:00
tcprst
9cca51f61e
hf mf chk - now use cliparser
2021-02-13 14:37:47 -05:00
iceman1001
ee8309e09b
pref cmds - now use cliparser. renamed a enum to fit the global scope better
2021-01-09 14:00:58 +01:00
iceman1001
d9de790ea0
fix coverity 305865, add extra checks might quiet the coverity warning
2020-11-13 16:26:46 +01:00
Philippe Teuwen
eadacd82f5
SWIG experiments
...
Squash of the following commits (a full rebase was too hard :( )
* ef309cfdf
N - SWIG: create pm3.c (5 months ago) <Philippe Teuwen>
* 05ba6a73f
N - swig pm3_device -> pm3 (5 months ago) <Philippe Teuwen>
* d59630183
N - swig: move pm3.i (5 months ago) <Philippe Teuwen>
* 6adcfad75
N - Fix historic make & cmake (5 months ago) <Philippe Teuwen>
* bcbef2edf
N - Fix typo with script_embedded (5 months ago) <slurdge>
* 538ee4dab
N - Better SWIG integration: autogen func & attributes (5 months ago) <slurdge>
* 756b62466
N - SWIG: few helper scripts (5 months ago) <Philippe Teuwen>
* 47ba4acd0
N - SWIG %extend (5 months ago) <Philippe Teuwen>
* 21841cb9d
N - simplify scripts (5 months ago) <Philippe Teuwen>
* 78c4f7929
N - Revert "SWIG experiments: introduce context" (5 months ago) <Philippe Teuwen>
* 1562b75fc
N - SWIG experiments: introduce context (5 months ago) <Philippe Teuwen>
* a503dfcd9
N - SWIG experiments (5 months ago) <Philippe Teuwen>
2020-11-10 23:27:21 +01:00
Philippe Teuwen
18a6d3e92a
typos
2020-10-23 01:24:58 +02:00
Philippe Teuwen
12fd83b5a1
incognito: text
2020-10-08 09:52:33 +02:00
Philippe Teuwen
bd6effd980
Don't save prefs in incognito mode
2020-10-08 09:50:17 +02:00
Philippe Teuwen
3f9ddf9b29
make style
2020-10-06 18:41:15 +02:00
Philippe Teuwen
008c920db0
Add incognito option to avoid manglign history & logs during tests
2020-10-06 18:11:45 +02:00
iceman1001
259b47b909
coffee
2020-09-25 16:43:48 +02:00
Gator96100
cb55e256e3
Registry entries are not needed when calling SetConsoleMode
2020-08-31 14:41:40 +02:00
iceman1001
bb92658792
no printf
2020-08-29 16:21:17 +02:00
iceman1001
41375a1d09
cleaner banner
2020-08-21 17:58:07 +02:00
Philippe Teuwen
b59becbeb6
Add LF before first pm3 dbg msg when there is a pending prompt
2020-08-14 00:14:46 +02:00
Philippe Teuwen
147edf9993
fix SKIPREADLINE compilation err
2020-08-13 09:49:29 +02:00
iceman1001
a29a64f3ed
less cpu usage, thanks @mwalker33
2020-08-13 09:49:08 +02:00
iceman1001
aa0baa26c6
fix: missing define on some mingw
2020-07-08 11:09:20 +02:00
iceman1001
e6c046e17c
adapt banner to smaller views
2020-07-01 12:31:57 +02:00
iceman1001
2abd7e08b4
chg: disable ctrl-c on mingw/ps
2020-06-29 22:23:46 +02:00
iceman1001
2fe42173de
chg: when pressing ctrl-c, the command history is saved
2020-06-29 18:10:40 +02:00
iceman1001
c2df7ed824
chg: trigger colorsmode (proxspace) in direct calls to client
2020-06-24 11:51:00 +02:00
Philippe Teuwen
f1ae469cd7
readline tuning
2020-06-18 21:36:20 +02:00
Philippe Teuwen
35cfd4931f
remove debug statement
2020-06-18 17:55:09 +02:00
Philippe Teuwen
8c5be2678f
Yet another color management, settings autodetection done earlier
2020-06-12 19:45:18 +02:00
Philippe Teuwen
30c0345c31
Fix fix colors
2020-06-12 18:21:03 +02:00
Philippe Teuwen
bb5c588935
Fix colors detection under Windows (when no ref & when redirected IOs)
2020-06-12 18:17:39 +02:00
Philippe Teuwen
def475e747
Add SKIPREADLINE support to make and cmake
...
It's mostly for headless support.
At the moment, for interactive uage without readline, some commands will exit the client prematurely if they use kbd_enter_pressed().
2020-06-09 21:21:15 +02:00
iceman1001
519d2e4917
fiddle
2020-06-03 15:27:22 +02:00
Philippe Teuwen
447105511a
less global vars
2020-06-02 00:51:42 +02:00
iceman1001
d0489da611
fix realloc properly
2020-05-27 20:53:04 +02:00
Philippe Teuwen
a6f76444de
Put logfiles in subdir
2020-05-24 01:20:43 +02:00
Philippe Teuwen
d7cfaae17f
Load prefs only after parsing of options, don't clutter -v
2020-05-22 13:59:30 +02:00
Philippe Teuwen
f27760afd6
text
2020-05-22 00:24:08 +02:00
iceman1001
de8710f854
bleeding edge bae!
2020-05-21 22:24:00 +02:00
iceman1001
d40251ff0b
Revert "Release v4.9237 - Ice Coffee ☕ "
...
This reverts commit 833bc4d9a3
.
2020-05-21 21:55:15 +02:00
iceman1001
833bc4d9a3
Release v4.9237 - Ice Coffee ☕
2020-05-21 21:55:15 +02:00
Philippe Teuwen
bf5c054414
Revert "Release v4.9230 - Ice Coffee ☕ "
...
This reverts commit db2e97c860
.
2020-05-21 12:51:35 +02:00
Philippe Teuwen
db2e97c860
Release v4.9230 - Ice Coffee ☕
2020-05-21 12:51:35 +02:00
iceman1001
3e389c6e07
Revert "Release v4.9224 - Ice Coffee ☕ "
...
This reverts commit 9cec93fd54
.
2020-05-21 09:25:32 +02:00
iceman1001
9cec93fd54
Release v4.9224 - Ice Coffee ☕
2020-05-21 09:25:32 +02:00
iceman1001
521a76d3c2
Revert "Release v4.9222 - Ice Coffee ☕ "
...
This reverts commit a5aeadc339
.
2020-05-21 09:24:38 +02:00