Commit graph

17101 commits

Author SHA1 Message Date
Henry Gabryjelski
78262139ec more const for lfsampling and lfzx 2023-08-14 23:07:19 -07:00
Henry Gabryjelski
665cf3254b more const for lfops and some commonutil 2023-08-14 23:02:09 -07:00
Henry Gabryjelski
d78dae5904 more const for legicrf and the disabled LCD code 2023-08-14 22:50:25 -07:00
Henry Gabryjelski
db46e2ce11 more const for iso15693 2023-08-14 22:45:48 -07:00
Henry Gabryjelski
a8d84b2f13 more const for iso14443b 2023-08-14 22:16:11 -07:00
Henry Gabryjelski
efce76db53 more const for iso14443a 2023-08-14 22:07:04 -07:00
Henry Gabryjelski
8af8723528 const for i2c 2023-08-14 21:45:21 -07:00
Henry Gabryjelski
6eae62edec const for hitagS 2023-08-14 20:34:13 -07:00
Henry Gabryjelski
db8f91d7e1 make logfile more unique (per client run) 2023-08-14 20:01:20 -07:00
Henry Gabryjelski
c858d6fdc7 Minor update to WSL2 instructions 2023-08-14 19:07:35 -07:00
Henry Gabryjelski
0b143e5bcd Add 5..8 byte versions for LE/BE conversions 2023-08-14 18:57:36 -07:00
Iceman
d6e36f8b7a
Merge pull request #2070 from henrygab/more_const
Enable `const` in more places
2023-08-14 15:21:17 +02:00
Iceman
bcd7cd7b71
Merge pull request #2072 from d18c7db/master
Rename "vocabulory" to "vocabulary"
2023-08-14 15:20:47 +02:00
Alex
926f06a59d Merge branch 'master' of https://github.com/d18c7db/proxmark3 2023-08-09 19:50:01 +02:00
Alex
4b1090c8c7 Rename "vocabulory" to "vocabulary" 2023-08-09 19:49:55 +02:00
Iceman
81a0739153
Merge pull request #2071 from d18c7db/master
Bugfix to graph scrolling with keyboard
2023-08-09 16:06:14 +02:00
Alex
6947a61d98 Whitespace 2023-08-09 14:30:07 +02:00
Alex
c26583ebfd Bugfix to keyboard scrolling
At zoom levels above x16 the left and right keys only scroll the graph buffer to the left, even if right key is pressed. Mouse wheel behaves correctly.
Enabled mouse wheel to zoom when control is pressed since that is the more standard UI convention (but left shift scrolling in place).
Minor changes to zooming, using more intuitive constants.
2023-08-09 13:37:38 +02:00
Henry Gabryjelski
47ea4d6566 const for hitag2 2023-08-09 00:11:52 -07:00
Henry Gabryjelski
282c0904a5 visual alignment only .. no code change 2023-08-09 00:08:13 -07:00
Henry Gabryjelski
890ea0d321 const for hfops 2023-08-09 00:03:48 -07:00
Henry Gabryjelski
6f38c814a7 Note inconsistency in FPGA frame layout docs. 2023-08-08 23:59:42 -07:00
Henry Gabryjelski
6804e719e5 const for felica 2023-08-08 23:55:20 -07:00
Henry Gabryjelski
63a457c27f const and static functions for epa 2023-08-08 23:38:26 -07:00
Henry Gabryjelski
0af484fdee const for em4x70 2023-08-08 23:24:10 -07:00
Henry Gabryjelski
1a8ef489c8 const for em4x50 2023-08-08 23:03:34 -07:00
Henry Gabryjelski
e973aebae6 Workaround SPIFFS lack of const 2023-08-08 22:56:51 -07:00
Henry Gabryjelski
b279df2d46 more const - spiffs 2023-08-08 22:50:34 -07:00
Henry Gabryjelski
31645c56b0 more use of const 2023-08-08 21:09:31 -07:00
Henry Gabryjelski
7801abf7a5 Localize effect of unused macro 2023-08-08 21:06:17 -07:00
Henry Gabryjelski
5bd8058113 More const enabled 2023-08-08 21:03:36 -07:00
Henry Gabryjelski
5e71621c69 const improvement for BigBuf.h 2023-08-08 20:52:21 -07:00
Iceman
03cc31cca5
Merge pull request #2068 from ANTodorov/emv_reader_transaction_time
emv: display the transaction time as HH:MM:SS
2023-08-06 13:45:58 +02:00
Anton Todorov
6781dadc30
emv: display the transaction time as HH:MM:SS
in the transaction log

Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
2023-08-06 14:27:58 +03:00
Iceman
fa55681c4c
Merge pull request #2065 from henrygab/more_datasheets
Add datasheet for the FPGA and a common flash chip
2023-08-04 22:21:48 +02:00
Henry Gabryjelski
0bd7dbb6c9 Add datasheet for the FPGA and a common flash chip 2023-08-04 12:43:18 -07:00
iceman1001
c6f2785463 wrong fcloses 2023-08-03 15:33:16 +02:00
Iceman
175e804a13
Merge pull request #2064 from DidierA/data_atr_bugfix
Bugfix: `data atr -t` was reading uninitialized data
2023-08-03 14:58:59 +02:00
DidierA
22bc398b48 Bugfix: data atr -t was reading uninitialized data 2023-08-03 14:44:27 +02:00
iceman1001
007f9fcffb style 2023-08-03 13:02:42 +02:00
iceman1001
33876ea892 adapting fpga_compress to free memory and close file handles in exceptions 2023-08-03 13:01:49 +02:00
iceman1001
eaf11127be since HF SEARCH triggers multiple swaps of FPGA image HF -> HF 15 -> HF FELICA , its better to have relevant checks when the correct fpga image is loaded 2023-08-03 12:55:06 +02:00
iceman1001
0e84860c2f less inline calls 2023-08-03 08:42:52 +02:00
iceman1001
24a138eeb1 fix some potential empty responses and too much inline calls 2023-08-03 08:41:11 +02:00
iceman1001
a2ea5e3a24 since mkversion doesn generate all the time and only writes to file the sha256, we check the string from --short instead 2023-08-03 07:43:30 +02:00
iceman1001
de98e4e161 fix conflit 2023-08-03 07:30:27 +02:00
Philippe Teuwen
7b3ecdcdd5 make release: add --force to call to mkversion.sh. Not strictly needed but cleaner... 2023-08-03 01:13:57 +02:00
Philippe Teuwen
cb72897b17 mkversion.sh: now regenerates version_pm3.c (and consequently the binaries) only when needed
and add --force to forcibly regenerate version_pm3.c

and small fixes:
* document mkversion.sh usage
* remove call to mkversion.sh in client/experimental_lib/CMakeLists.txt on release
* remove call to old `mkversion.pl` in bootrom/Makefile
* just in case, mkversion.sh takes care of atomic write of the file
2023-08-03 01:03:24 +02:00
Philippe Teuwen
9dfc39dbbf Fix error=missing-field-initializers when compiling repo default_version_pm3.c 2023-08-03 00:37:05 +02:00
iceman1001
fd987ab8a2 fix string formatter 2023-08-02 23:47:25 +02:00