Commit Graph

158 Commits

Author SHA1 Message Date
iceman1001 6a95f16102 style and text 2024-08-25 15:17:02 +02:00
Philippe Teuwen 34bfaa7d32 saving files: do not prepend with default path if given path is an absolute path 2024-07-31 15:49:09 +02:00
iceman1001 3461b6f803 fixed type confusing error when trying to load none supported .picopass files. Thanks to Jump for the suggested fixes 2024-07-12 15:06:08 +02:00
iceman1001 5107b7ce04 fix fct names mismatch, const params, 2024-05-14 12:29:33 +02:00
iceman1001 9524ce5a27 text 2024-03-03 19:15:07 +01:00
iceman1001 378e3cd254 fix #2288 bad comparision 2024-02-12 12:04:07 +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
iceman1001 79d143c970 fix json loading for lf em 4x05 2024-01-26 13:14:34 +01:00
iceman1001 303c6b6067 style 2024-01-26 12:45:23 +01:00
nvx e22776a7e0 style 2024-01-26 20:20:25 +10:00
Yann GASCUEL 6d931778a4 iso15 json parsing fix codeQL issue (hope it's the last...) 2024-01-25 14:08:40 +01:00
Yann GASCUEL c97b3b7b63 iso15: fix formater issue codeQL reported 2024-01-25 13:40:36 +01:00
Yann GASCUEL f91e65dce5 iso15: try to fix codeQL errors 2024-01-25 12:10:13 +01:00
Yann GASCUEL fdb9bbd714 iso15 dump file handling: support loading old JSON in iso15_tag_t 2024-01-25 11:37:37 +01:00
Yann GASCUEL 7e3112242e iso15 dump file handling: set old format as obsolete in saver 2024-01-25 11:37:37 +01:00
Yann GASCUEL fbbfa0c356 iso15 JSON dump loading: fix loaded size 2024-01-25 08:38:35 +01:00
iceman1001 414275802d style 2024-01-25 01:55:07 +01:00
iceman1001 2972ff9694 json is case sensitive 2024-01-24 23:35:16 +01:00
iceman1001 2d9c1a941c style 2024-01-24 18:18:13 +01:00
Yann GASCUEL ddaba93d32 client: fileutils: iso15sim: add jfs15_v4 JSON format to fit eml fmt 2024-01-24 13:59:13 +01:00
iceman1001 081ff216eb style 2024-01-23 15:28:50 +01:00
iceman1001 2f6df627dc modified mfu info to correctly identify ntag i2c tags 2024-01-22 20:09:44 +01:00
iceman1001 26b46a7330 adapt text output when parsing json files and detecting there is no more blocks to load 2024-01-15 17:27:12 +01:00
iceman1001 a79b2bb725 fix the too long filename bug when using a smaller width param. also added some extra text for output length of binary strings in decode. One tend to not see if its 25 or 26 bits sometimes :) 2024-01-15 12:58:23 +01:00
iceman1001 1cce7c286a text 2024-01-05 19:12:59 +01:00
iceman1001 97e2d7f026 changed "data num" to accept -r -i parameters where it will reverse or inverse the values.\nrenamed some util functions 2023-12-07 16:44:31 +01:00
iceman1001 8e2e1d4cb4 fix coverity 420049 2023-11-11 16:50:23 +01:00
iceman1001 2401a0e27b fix coverity 420050 2023-11-11 16:47:45 +01:00
merlokk 7afaaf8535 style 2023-11-06 00:29:42 +02:00
iceman1001 a69eed7950 fix missing loaded counter 2023-11-05 02:11:24 +01:00
iceman1001 9c1644cd73 support loading of flipper zero .picopass files. Also adapted to naive detect if PACS w variable length encoded is present 2023-11-05 01:50:32 +01:00
iceman1001 4df28b88d3 fix 2023-11-03 15:47:45 +01:00
iceman1001 4708940c69 wrong struct when pasting 2023-11-03 01:46:42 +01:00
iceman1001 5471d326b7 macOS complains about memory alignment when type casting. memcpy should sort it 2023-11-03 01:41:22 +01:00
iceman1001 85fafb5906 type confusing 2023-11-02 17:19:42 +01:00
iceman1001 bae03ec792 type confusing 2023-11-02 17:14:37 +01:00
iceman1001 b17f5ef45c fix nfc MFC dump file loading 2023-11-01 23:39:42 +01:00
iceman1001 6423a0ec76 file extension needed? 2023-11-01 07:57:45 +01:00
iceman1001 98b7bd75d6 seems nfc mifare classic dumps used "blocks" instead... 2023-11-01 03:17:48 +01:00
iceman1001 ae6ba395b4 added support for loading flipper MFC/MFU dump files.\nFixed NFC DECODE to identify and handle MFU dump files properly 2023-11-01 02:43:10 +01:00
Henry Gabryjelski 939d3d4a93 Remove incorrect message (my own regression) 2023-10-30 17:26:07 -07:00
iceman1001 17844afe9d more verbose output for failues when loading json files 2023-10-31 01:07:19 +01:00
iceman1001 c48f305483 more verbose output for failues when loading json files 2023-10-31 00:58:50 +01:00
iceman1001 f523d2917b fix string formatters 2023-10-31 00:43:44 +01:00
iceman1001 9835543a2f apply fix for v3 2023-10-31 00:03:53 +01:00
Iceman b50b405128 Merge pull request #2155 from henrygab/mf_dump_fix
Fix mf file loading error
2023-10-30 23:59:17 +01:00
Henry Gabryjelski f2ed7d1299 Fix mf file loading error
Code was incorrectly checking if loop variable
`i` was greater than maximum data length,
rather than checking current buffer pointer.
2023-10-30 15:46:37 -07:00