Commit Graph

17061 Commits

Author SHA1 Message Date
Iceman e602287839 Merge pull request #2081 from rdmitr/fix-macports-makefile
Fix macports Makefile configuration.
2023-08-21 07:06:47 +02:00
Iceman fdcaf7021e Merge pull request #2084 from evildaemond/master-1
Update mfc_default_keys.dic
2023-08-21 07:03:02 +02:00
Adam Jon Foster 44888f6015 Update mfc_default_keys.dic
Added 4 keys extracted from old dumps on Edith Cowan University Smart rider cards

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2023-08-18 12:55:56 +08:00
Roman D 20f8901368 Fix macports Makefile configuration. 2023-08-17 12:43:08 +02:00
Iceman 4811c84afb Merge pull request #2080 from celowsky/master
Fixes issue 2076
2023-08-16 03:13:12 +02:00
coderxian 9a70bf1aec Fixes issue 2076 2023-08-15 17:17:46 -05:00
Iceman 13444d9699 Merge pull request #2079 from d18c7db/master
Vocabulary file became appended to itself
2023-08-15 21:11:08 +02:00
Iceman c00be4cb83 Merge pull request #2078 from henrygab/more_const
More const
2023-08-15 21:10:35 +02:00
Iceman c8c6b6ca12 Merge pull request #2077 from henrygab/BE_LE_Converters
Minor (useful) updates
2023-08-15 21:10:08 +02:00
Alex 8ae97d1094 Vocabulary file became appended to itself
Remove duplicated data
2023-08-15 09:31:00 +02:00
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