Commit graph

17598 commits

Author SHA1 Message Date
Iceman 56b5bde713
Merge pull request #2186 from wh201906/fix_emv_reader
Fix `ExchangeAPDUSC()` in `cmdsmartcard.c`
2023-11-25 03:34:15 +01:00
wh201906 493383c995
Fix ExchangeAPDUSC() in cmdsmartcard.c
It doesn't return 1 if the retry fails, which is different from the
behavior of the first try.
2023-11-24 22:20:26 +08:00
Iceman d3612e7927
Merge pull request #2185 from wh201906/fix_python_3.12
Fix client build with Python 3.12
2023-11-24 10:51:10 +01:00
wh201906 ee64e71f69
Fix client build with Python 3.12
Caused by upstream bug
https://github.com/python/cpython/issues/106560
The fix is like this
bbdf6d4653
2023-11-24 13:12:07 +08:00
Oleg Moiseenko 43f64887f7
Update mfc_notes.md
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
2023-11-21 22:00:59 +02:00
Oleg Moiseenko 3a612dead9
Create mfc_notes.md
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
2023-11-21 21:56:37 +02:00
Iceman 34a9eb76ad
Merge pull request #2175 from temskiy/master
Add some info about UMC
2023-11-21 06:06:49 +01:00
Artem V Gnatyuk c9246f06be
Fix mistakes. Removed unnecessary.
Signed-off-by: Artem V Gnatyuk <31589761+temskiy@users.noreply.github.com>
2023-11-20 01:07:21 +07:00
Iceman e909e2c80f
Merge pull request #2183 from JaredStemper/master
Added common dependency troubleshooting
2023-11-19 11:23:24 +01:00
Jared Stemper ca5570ea60
added context to error output
Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:38:27 -06:00
Jared Stemper 05a2fa08ac
Added troubleshooting details
fixed hyperlink; slimmed error output

Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:32:01 -06:00
Jared Stemper f6c6014bcd
Added common dependency troubleshooting
Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:29:32 -06:00
wh201906 e82fb8b67f
Use calloc() instead of malloc()
Suggested by @iceman1001
Mainly for 8b6a274e28
Replaced the malloc() in getSamplesFromBufEx()
Added memory allocation result check for getSamplesFromBufEx(),
lf_read_internal(), and lf_sniff()
2023-11-17 12:38:20 +08:00
Iceman 7fb5a5a743
Merge pull request #2179 from JohnELester/patch-1
Update mfc_default_keys.dic
2023-11-17 04:31:18 +01:00
Iceman bfb42ec8b9
Merge pull request #2181 from wh201906/data_slider
Add a slider in the plot window for navigation
2023-11-17 04:23:09 +01:00
Iceman cd55ba313a
Merge pull request #2174 from henrygab/slow_clock_tia_msg
Slow clock speed message update
2023-11-17 04:16:16 +01:00
wh201906 0b9f11a249
Add a slider in the plot window for navigation 2023-11-17 10:59:14 +08:00
Pathfinder cee46928ca
Update mfc_default_keys.dic
Signed-off-by: Pathfinder <john.e.lester@gmail.com>
2023-11-16 09:37:38 -05:00
wh201906 3ee13c9ba6
Apply suggestions from @henrygab
Check if memory allocation fails
Fix memory leak
Initialize struct in declaration
Add/Fix some notes
Remove unlikely() in favor of readability
Remove a hard-coded magic number
2023-11-15 18:04:52 +08:00
iceman1001 5c79721b19 ignore new exe 2023-11-14 19:27:59 +01:00
iceman1001 c0dc9de43f fix for ultra recovery 2023-11-14 19:25:14 +01:00
K.C. Budd 8bf4e7c25e Fix pthreads on older gcc 2023-11-14 08:22:27 -08:00
temskiy fb9e79190e Add some info about UMC 2023-11-14 18:19:49 +07:00
Henry Gabryjelski 627cf6e3d5
Slow clock speed message update
Signed-off-by: Henry Gabryjelski <henrygab@users.noreply.github.com>
2023-11-14 01:52:02 -08:00
wh201906 835b7a9150
Add support for trigger threshold 2023-11-14 13:12:35 +08:00
wh201906 ab9f49f86e
Some minor fixes
Use longer timeout in WaitForRawDataTimeout() to handle CMD_WTX
Fix a wrong type
Apply changes to other similar part
Remove unused instructions
2023-11-14 10:46:45 +08:00
wh201906 8b6a274e28
Bigger graph buffer
1280000 samples -> 10.24s for 125kHz 8bit sampling

Allocate graph related memory on heap
2023-11-14 10:05:13 +08:00
wh201906 42ab3ee1e6
Receive raw LF samples on the client 2023-11-14 09:42:44 +08:00
wh201906 8fdf04fcfb
Receive raw data on the client 2023-11-14 02:17:45 +08:00
wh201906 b4cc7c02cd
Real-time LF sampling mode on armsrc 2023-11-14 01:43:20 +08:00
wh201906 e1dc17df1a
Add async_usb_write_XX() 2023-11-14 01:12:21 +08:00
wh201906 9e8b1ceda7
Reduce duplicate payload structure for lf read/sniff 2023-11-14 01:05:27 +08:00
Philippe Teuwen 2b320929fc static analysis, some fixing fun in perspective 2023-11-13 12:22:36 +01:00
Philippe Teuwen a2d1a7bc92 minor changes to checklist-for-release.md 2023-11-13 10:54:45 +01:00
Philippe Teuwen d39a4aa5c0 release version in changelog 2023-11-13 10:20:13 +01:00
Philippe Teuwen 4f9016814e Revert "Release v4.17511 - Faraday"
This reverts commit 6e9df18de6.
2023-11-13 10:19:09 +01:00
Philippe Teuwen 6e9df18de6 Release v4.17511 - Faraday 2023-11-13 10:19:09 +01:00
Philippe Teuwen 295df201f3 prepare release 2023-11-13 10:18:33 +01:00
Philippe Teuwen e0be057f62 Get Python support of experimental_client_with_swig working again 2023-11-13 10:13:14 +01:00
Philippe Teuwen 97f2770982 Ignore mbedtls header sitch-enum warnings 2023-11-13 09:25:41 +01:00
Iceman 104744d007
Merge pull request #2030 from gm3197/smartcard-relay
[WIP] Use proxmark3 as standard PCSC smartcard reader
2023-11-13 08:43:20 +01:00
Grayson Martin e65263c73b
run make style 2023-11-11 14:32:09 -06:00
Grayson Martin db3c86958a
implement smartcard daemon relay for iso14b cards 2023-11-11 14:30:31 -06:00
Grayson Martin 4e346e8ca2
Merge branch 'master' into smartcard-relay 2023-11-11 13:05:11 -06:00
Philippe Teuwen a42cb6dea1 experimental_lib/example_c port as arg 2023-11-11 18:24:34 +01:00
Philippe Teuwen 3cb023f560 arraylen 2023-11-11 18:24:34 +01:00
Philippe Teuwen 73db5cb912 style: missing include of own header 2023-11-11 18:24:34 +01:00
Philippe Teuwen 9f8c02bf96 fix CWE-562: Return of Stack Variable Address 2023-11-11 18:24:34 +01:00
Philippe Teuwen ba8e90edfd make style 2023-11-11 18:24:34 +01:00
iceman1001 169d31cc8e fix coverity 265059 2023-11-11 16:53:06 +01:00