Commit Graph

19511 Commits

Author SHA1 Message Date
Iceman 52c46db3db Merge pull request #2638 from ANTodorov/use_all_flash
use all spi flash v0.1
2024-11-18 09:45:42 +01:00
ANTodorov 51a94d6d51 restore config page (the last page) protection from wiping 2024-11-17 23:56:40 +02:00
ANTodorov 597bfd6d19 fix signature offset in a log message too
hopefully last one (tm)
2024-11-17 22:38:59 +02:00
ANTodorov d49e1f6af6 remove unused definition 2024-11-17 22:16:43 +02:00
ANTodorov 861c7efd26 fix missing offsets
the data was written, but it should be readable too...
2024-11-17 22:16:35 +02:00
ANTodorov 34e317a9df address review comments 2024-11-17 22:07:58 +02:00
ANTodorov 48ec109a1e use all spi flash v0.1
* introduced a new communication command CMD_FLASHMEM_PAGES64K to get the number of 64k pages
* "the last page" is a special, holding the dicts and some other stuff, relocated to there
* raised timeout when wiping a mem page (W25Q16 looks a bit slower than W25X20BV)
* loop all pages in Flash_WipeMemory()
2024-11-17 19:03:15 +02:00
Philippe Teuwen c9e751d27d darkside: fix backdoor support 2024-11-17 00:23:06 +01:00
Philippe Teuwen 6c8a4972b1 mfd_aes_brute: fix deprecated flags warning & stop showinfo photobombing 2024-11-15 23:04:32 +01:00
iceman1001 3907be8017 fixing the other loop types 2024-11-15 19:28:36 +01:00
iceman1001 669644ce1b fix warning 2024-11-15 17:46:35 +01:00
iceman1001 801c4a15e1 returns 0xFFFF but we assign it to 0xFF.. better to make it clear 2024-11-15 14:58:33 +01:00
iceman1001 2e4d02abc0 len was another type, so to make sure... 2024-11-15 14:58:06 +01:00
iceman1001 37383d86b9 adding of larger than uint8_t value in available gets truncated 2024-11-15 14:51:54 +01:00
iceman1001 3a3ea75d12 style 2024-11-15 14:28:14 +01:00
iceman1001 51ecdeb511 now uses the correct realloc pattern with testing the reallocated pointer before assigning 2024-11-15 14:10:34 +01:00
iceman1001 d398576fc7 the 14a sim had a wrong size check of the irats pointer instead of actual size. Only way around it was to add the length at function call 2024-11-15 13:27:39 +01:00
Iceman cd96bcfa68 Merge pull request #2636 from piotrva/hf-mf-sim-no-answer-sec-out-of-range
Do not respond to mifare simulation sectors out of bounds
2024-11-15 13:20:34 +01:00
Piotr Rzeszut a9c10c872e Changed max sector for AUTH to be executed only once and result cached in local variable 2024-11-15 13:13:48 +01:00
Piotr Rzeszut 606c3ac0de Update changelog to include information about fix for hf mf sim command not to respond for auth attempts out of bounds 2024-11-15 02:39:19 +01:00
Piotr Rzeszut 18db45b00e mifare simulation: do not respond for authentication attempts for sectors out of range for selected mifare type
Resolves #2635
2024-11-15 02:32:20 +01:00
iceman1001 133fe505f6 remove debug 2024-11-14 22:14:41 +01:00
Anton Todorov b6fc000405 revert opensuse-leap docker to default Python 3.6
forgot to revert the opensuse-leap/Dockerfile changes when reworking commit https://github.com/RfidResearchGroup/proxmark3/commit/39c846ada4832a874a1744bc45851b385857f6cb


Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
2024-11-14 16:24:48 +01:00
Philippe Teuwen 8602a182bb Added option to build against non-default python3 with CMake as well 2024-11-14 09:31:49 +01:00
ANTodorov f3e9a79ca4 add option to build against non-default python3 package 2024-11-14 09:01:41 +01:00
Iceman 4a119a73f0 Merge pull request #2629 from pingu2211/hf-mifare-refacor
Style src/mifare/mifarehost
2024-11-14 07:52:32 +01:00
pingu2211 579ea6feb2 Patch mf_write_sector 4k support 2024-11-14 13:21:51 +11:00
Philippe Teuwen 39c846ada4 Limit pyexception code to Python >= 3.10 2024-11-14 01:44:35 +01:00
pingu2211 11becb8e20 make style 2024-11-14 09:35:19 +11:00
pingu2211 514fe677d6 rename all mifarehost functions to match style guide 2024-11-14 09:33:57 +11:00
Iceman 340e63ec25 Merge pull request #2631 from nvx/trace_abort_message
log a message when aborting trace list display
2024-11-13 17:51:40 +01:00
Iceman ef4cbff857 Merge pull request #2630 from csBlueChip/master
Ability to force MAD decode
2024-11-13 17:50:01 +01:00
nvx bac1bf05af log a message when aborting trace list display 2024-11-13 21:53:31 +10:00
Philippe Teuwen 9ac59b5819 sigh, now my turn... 2024-11-13 12:23:43 +01:00
Philippe Teuwen 365758ff50 Adding FM1208-10 detection with slightly different block0, thanks @mmm! 2024-11-13 12:21:50 +01:00
BlueChip 0638603354 add --force to core MAD decode 2024-11-13 01:58:33 +00:00
BlueChip 6aadc2ec10 add switch to force MAD decode 2024-11-12 18:40:18 +00:00
Philippe Teuwen fcca67bf89 No more FM1216-137, or maybe still... 2024-11-12 17:51:17 +01:00
Iceman b4a3109927 Merge pull request #2628 from Akury83/master
Update to include new style FUID chips, and fix an old nomenclature
2024-11-12 09:48:11 +01:00
iceman1001 b5dcdc61f8 sigh 2024-11-12 09:46:39 +01:00
iceman1001 90836236aa Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-11-12 09:42:41 +01:00
iceman1001 69e7613a52 added identification of FM1216-137 cpu cards. Thanks mmm for the insights 2024-11-12 09:42:33 +01:00
Philippe Teuwen 4ec171c317 Adding FM1216-137 detection 2024-11-12 09:41:46 +01:00
Akury83 53e8f56ae2 Update magic cards notes
Signed-off-by: Akury83 <87064827+Akury83@users.noreply.github.com>
2024-11-12 14:29:29 +11:00
Philippe Teuwen 96f85d38bc some PyStatus 2024-11-11 23:26:27 +01:00
Philippe Teuwen 2562e0b8c9 fix python script color bug 2024-11-11 20:34:14 +01:00
Iceman ca09f91643 Merge pull request #2625 from Antiklesys/master
Updated hf iclass configcard
2024-11-11 19:18:00 +01:00
iceman1001 c74edafff3 style 2024-11-10 15:09:15 +01:00
iceman1001 3e4ab945f5 fix parameter name and style 2024-11-10 15:08:45 +01:00
Iceman e676f15b19 Merge pull request #2626 from pingu2211/hf-mifare-refacor
Move and Rename Static Mifare Classic Write Block Function
2024-11-10 14:47:34 +01:00