mwalker33
3b4f851d2d
tweak save
2020-04-13 16:17:57 +10:00
mwalker33
c9bd43c4b6
Edit and Updates
...
Changed from settings to preferences.
Added UTF8 Banner support
Added Show/Edit draft
2020-04-12 13:07:25 +10:00
mwalker33
1900f6b16a
Overlay
2020-04-11 17:26:43 +10:00
mwalker33
9fc232390b
Update Client debug level
2020-04-10 18:20:02 +10:00
mwalker33
1b8b8f0128
Settings Added
2020-04-10 15:04:11 +10:00
mwalker33
0542825567
Revert "Add settings"
...
This reverts commit 430ca985d3
.
2020-04-10 13:58:57 +10:00
mwalker33
430ca985d3
Add settings
...
Plot Windows, log level, emoji, hints
2020-04-10 13:52:50 +10:00
iceman1001
82077b2f1c
hint now uses session struct, in preperation for a preference file.
2020-03-16 18:42:34 +01:00
Philippe Teuwen
5e3c070ab9
emojis support
2020-03-16 00:23:11 +01:00
iceman1001
945e508e23
new command: hints h - will set hint messages on / off. default mode is OFF. Hint texts makes its easier for beginners but adds text to anyone who knows the pm3 client
2020-03-15 11:51:09 +01:00
Philippe Teuwen
d2d58db985
Move history and logfile to ~/.proxmark3
2019-08-28 21:53:31 +02:00
Philippe Teuwen
d19754567d
summer restructuring:
...
* .h include only the strict minimum for their own parsing
* this forces all files to include explicitment their needs and not count on far streched dependencies
* this helps Makefile to rebuild only the minimum
* according to this rule, most standalone .h are now gone
* big app.h is gone
* remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
* bring zlib to common/
* bring stuff not really/not yet used in common back to armsrc/ or client/
* bring liblua into client/
* bring uart into client/
* move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
* treat deps in armsrc/ as in client/
* client: stop on warning (-Werror), same as for armsrc/
Tested on:
* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
Philippe Teuwen
7ed7a9de40
Rework hf tune to make it synchronous (needed for rdv4)
2019-05-14 00:37:03 +02:00
Philippe Teuwen
ca43afa19b
begin of dynamic capabilities handling in client
2019-05-01 20:48:15 +02:00
Philippe Teuwen
820a6d99a9
better offline mode
2019-04-30 23:52:40 +02:00
Philippe Teuwen
5c9c38ff71
Use PrintAndLogEx in flasher
2019-04-30 20:19:29 +02:00
Philippe Teuwen
0a4b90ac20
Simplify color & banner logic
2019-04-30 13:02:27 +02:00
Philippe Teuwen
a91d0a7b19
Smart color handling:
...
* if on Windows, no color, as usual
* if on Linux, color only on real term
* no color when > foo
* no color in the logfile
2019-04-30 00:41:52 +02:00
Philippe Teuwen
97676d3210
comparison of integers of different signs [-Wsign-compare]
2019-04-13 23:38:34 +02:00
iceman1001
0a8c303685
move defines
2019-04-13 02:49:15 +02:00
iceman1001
48e1a7648e
posix 2001
2019-04-13 02:30:00 +02:00
iceman1001
ecf282a54c
missing include
2019-04-13 02:18:49 +02:00
Philippe Teuwen
7f76fea21a
good const, bad const, fixing -Wincompatible-pointer-types-discards-qualifiers
2019-04-10 10:21:42 +02:00
Philippe Teuwen
2ebf940bf0
PrintAndLogEx: use const on char *fmt
2019-04-09 21:25:11 +02:00
iceman1001
27003904ce
printandlogs..
2019-04-07 18:12:58 +02:00
Philippe Teuwen
59d40068e2
style
2019-04-06 00:38:22 +02:00
Philippe Teuwen
0373696662
make style
2019-03-10 00:00:59 +01:00
Philippe Teuwen
60f292b18e
remove spurious spaces & tabs at end of lines
2019-03-09 08:59:13 +01:00
Chris
24eaac8681
CHG: the thread comms refactoring from offical pm3 repo
...
chg: FPC com speed limited to 115200 when compiled with FPC
chg: USART remake (@drandreas)
2018-09-06 21:43:20 +02:00
iceman1001
b279d04c85
chg: moving around includes
2018-05-02 19:37:20 +02:00
iceman1001
7d5322fc6e
whitespace
2018-05-02 18:08:47 +02:00
iceman1001
2aa9372534
CHG: rename of global variable
...
CHG: adjusted outputs.
2018-04-06 09:25:34 +02:00
Brian Pow
88073dc5ce
add PrintAndLogOptions
2018-03-01 23:34:14 +08:00
iceman1001
a29b2328db
fix: g_debugMode - client side global debugvariable, moved to util.c
2018-02-21 15:54:13 +01:00
iceman1001
dc22ba144c
fix: adapting for g_debug access..
2018-02-21 14:52:31 +01:00
Brian Pow
68fddf00ce
simplify PrintAndLogEx()
2018-02-21 14:10:44 +08:00
Brian Pow
5ea8b4348c
add PrintAndLogEx()
2018-02-15 23:32:08 +08:00
iceman1001
b27a9920b1
ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk)
...
CHG: https://github.com/Proxmark/proxmark3/pull/434 (@pwpiwi)
2017-10-20 20:39:57 +02:00
iceman1001
734ca940e9
fix: unified lf clone printouts of blocks.
2017-08-11 11:38:54 +02:00
iceman1001
86237b629f
some more adjustments
2017-07-27 23:00:49 +02:00
iceman1001
a797314dab
more adaptations
2017-07-27 22:05:54 +02:00
iceman1001
a47ded5b54
ADD: data detectclock
- added clock blocks in plot window. Its a draft. Not working for all clocks.
...
ADD: STT is now marked as a block in plot window, instead of Marshmellow42 's two lines.
2017-03-02 14:53:50 +01:00
iceman1001
a9eeb57698
CHG: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3/pull/220
2017-03-01 20:14:46 +01:00
iceman1001
b403c30091
FIX: the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1 to be correct. It seems to work in "hf mf mifare" but not in "hf mf hardnested"
2016-10-29 21:42:46 +02:00
iceman1001
4c543dbd3f
ADD: added a simple averging filter function. input parameter K, can be 1 to 8
...
ref: http://www.edn.com/design/systems-design/4320010/A-simple-software-lowpass-filter-suits-embedded-system-applications
2016-08-29 20:29:31 +02:00
iceman1001
be6e909c5b
FIX: time printing, like difftime in MINGW enviroments needs to use 32b time.
2016-04-23 13:02:20 +02:00
iceman1001
9e43f09ade
removed some old code,
...
rename a function, that tries to add IIRfilter Butterworth on a signal. Lets see if I can get it to work on Graphbuffer data one of these days.
2016-04-05 04:51:06 +02:00
iceman1001
1abd86f17a
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
...
REM: removed a include header to graph.h in ui.h.
2016-02-18 20:19:33 +01:00
iceman1001
45293f1096
FIX: the #define M_PI is now optional. Moved a bunch of header invocations into the ui.h
2016-02-18 20:08:34 +01:00
iceman1001
d16b33feb5
REM: Removed lot of obselete code from before.
2016-01-13 00:24:37 +01:00