Commit Graph

11367 Commits

Author SHA1 Message Date
iceman1001 c3f2162aff added the bug fixes from liblua5.2.4 2024-02-04 16:11:24 +01:00
Iceman 9a621a92f3 Merge pull request #2285 from Crispy-fried-chicken/patch-1
Backport CVE-2020-24370's patch
2024-02-04 16:08:20 +01:00
iceman1001 ff957e8041 text https://github.com/lua/lua/commit/4324904b60db5243ede68d0922c1bf3c0dd05986 2024-02-04 11:49:38 +01:00
iceman1001 74b93e7c82 bug fix - https://github.com/lua/lua/commit/5705476065736883dd0921ac0f978256da80df7e 2024-02-04 11:48:01 +01:00
iceman1001 bc798a7e01 bug fix - https://github.com/lua/lua/commit/ce74637ace147d147578a95c435cf7cafec590b8 2024-02-04 11:44:29 +01:00
iceman1001 c8d91d7f54 backport comment https://github.com/lua/lua/commit/44be021309e1250bcef197537948514506ca8512 2024-02-04 11:42:46 +01:00
iceman1001 bd4a6b82b3 bug fix - https://github.com/lua/lua/commit/f59b241315049c73e2b755bf5fb238bff323c3d3 2024-02-04 11:41:18 +01:00
iceman1001 f34c746471 bug fix - https://github.com/lua/lua/commit/8efe9f23faecbb0892a453c6fb503747c7dbb004 2024-02-04 11:38:41 +01:00
iceman1001 d5e843c750 backport - https://github.com/lua/lua/commit/dace83ea301cbeb55f4eda60c40ca2d43edec65c 2024-02-04 11:36:29 +01:00
iceman1001 76daa16a7b back port https://github.com/lua/lua/commit/7ea44b56a883857dc7ba28bd99406491034e254c 2024-02-04 11:34:24 +01:00
iceman1001 beac4feb84 bug fix - https://github.com/lua/lua/commit/686705554686358b75a5247643007bca6f5a880c 2024-02-04 11:32:19 +01:00
iceman1001 171419ea88 bug fix - https://github.com/lua/lua/commit/2fb7d94bd606715d0163cab7b4546f8a4d1f3426 2024-02-04 11:30:29 +01:00
iceman1001 d481042480 bug fix - https://github.com/lua/lua/commit/c23f7053495934bc7fbce7328af1e7f03f248de1 2024-02-04 11:28:22 +01:00
iceman1001 2592aeb85e bug fix - https://github.com/lua/lua/commit/42cf5f8214edf45400c7e4abd6faef27cf424801 2024-02-04 11:25:31 +01:00
iceman1001 2f5de9ed0a bug fix - https://github.com/lua/lua/commit/c2ea18726a466fd3c84446eb002e060c04815521 2024-02-04 11:23:07 +01:00
iceman1001 580e88b245 bug fix - https://github.com/lua/lua/commit/dcd35b45955b3ffe8e1f9670d625a69c646ac748 2024-02-04 11:20:40 +01:00
Yiheng Cao 8058580a1b Backport CVE-2020-24370's patch 2024-02-04 10:42:23 +08:00
iceman1001 8f896940b0 detect desfire rudimentary 2024-02-03 16:58:03 +01:00
iceman1001 bb57d6885b return values 2024-02-03 16:39:12 +01:00
iceman1001 f586b38360 ... 2024-02-03 16:11:31 +01:00
iceman1001 9ede36b056 prefered style 2024-02-03 16:09:04 +01:00
iceman1001 7c6d60e7ef style 2024-02-03 16:05:58 +01:00
iceman1001 a6cd626869 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-02-03 15:11:39 +01:00
iceman1001 c3b8d6d942 added a skeleton command for reading credential 2024-02-03 15:10:37 +01:00
Iceman 6c726b9e21 Merge pull request #2284 from czietz/configurable_noise_level
Configurable detection levels in ISO14443A and Legic modes
2024-02-03 13:52:26 +01:00
Christian Zietz c1b23a761c Use struct for parameter passing in CMD_HF_ISO14443A_SET_THRESHOLDS 2024-02-03 12:09:08 +01:00
iceman1001 6d82079c0b next steps 2024-02-03 11:15:10 +01:00
iceman1001 c03e15b553 unify texts 2024-02-03 11:14:51 +01:00
iceman1001 c49a7c040b added a lf em 4x50 view command and lf em 4x50 dump now supports the nosave flag 2024-02-03 11:09:28 +01:00
Christian Zietz 404d0a8c7b Fix 'make style' findings 2024-02-02 20:51:56 +01:00
Christian Zietz 43b257ddb4 Make demodulation threshold for Legic configurable
This adds a new parameter to the "hw sethfthresh" command.
2024-02-02 20:51:49 +01:00
Christian Zietz dbfd8b7a6d Make detection threshold for ISO14443A configurable
This adds a new command "hw sethfthresh" to configure the thresholds
used inside the FPGA while demodulating ISO14443A. The thresholds
need to be increased on particularly noisy hardware, such as certain
Chinese PM3 Easy clones.
2024-02-02 20:51:05 +01:00
iceman1001 a7da3f2a45 remove debug 2024-02-02 15:55:12 +01:00
iceman1001 81ce1fd4ab changed magic detection to use flags. Fixes previous problems with magic ntag, also renamed defines to seperate them better. 2024-02-02 15:53:57 +01:00
iceman1001 14c3eb6dc8 annotate if random uid is been used 2024-02-02 10:46:50 +01:00
iceman1001 a8a0d20eb9 silenced the key checking for UL-C, modified some output text 2024-02-02 01:01:34 +01:00
iceman1001 2d4597d89b added skeleton command for ICT 2024-02-01 10:05:04 +01:00
iceman1001 33380ad240 fix return codes 2024-01-31 21:44:23 +01:00
iceman1001 30b217be65 text 2024-01-31 13:28:37 +01:00
iceman1001 311fb3b764 got some maur 2024-01-31 12:23:54 +01:00
iceman1001 439c37753f updated ICT 2024-01-31 12:08:08 +01:00
iceman1001 0db2d1c92a added lf hitag eview command and unified some command description across the client 2024-01-30 11:02:10 +01:00
iceman1001 53a5087d67 added lf hitag view command to view dump files 2024-01-30 10:35:30 +01:00
iceman1001 5a828bd6a8 data diff now handles file sizes up to 4096 bytes 2024-01-29 18:57:19 +01:00
iceman1001 5a9e45687d less output 2024-01-29 12:40:10 +01:00
iceman1001 a10cb841d9 lf em 4x05 view - better cardtype identification of files 2024-01-28 12:59:33 +01:00
iceman1001 bb107587f9 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-01-28 11:16:53 +01:00
iceman1001 5028d6f664 style 2024-01-28 11:16:45 +01:00
iceman1001 10bb086ffd use after free fix 2024-01-28 10:20:02 +01:00
iceman1001 b12799ea5f text 2024-01-28 02:10:44 +01:00