Commit graph

149 commits

Author SHA1 Message Date
iceman1001
5028d6f664 style 2024-01-28 11:16:45 +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
iceman1001
75a70cbf53 updating json format for mfc 2023-10-30 22:22:22 +01:00
iceman1001
4f96d3eb46 style 2023-10-03 17:10:39 +02:00
iceman1001
dee03b414c fix some coverity 2023-10-02 21:47:35 +02:00
iceman1001
89db5d3875 text 2023-10-02 20:59:01 +02:00
iceman1001
fb23d2047f reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files. 2023-10-02 20:11:23 +02:00
iceman1001
19251645e1 shorten LEN variable to match the available space in string 2023-07-27 20:12:42 +02:00
iceman1001
39eecc917e improved the messages reported when loading json files fails. Usually because we have reserved the wrong size memory 2023-07-27 19:38:51 +02:00
iceman1001
40533497d3 text 2023-07-27 18:50:41 +02:00
iceman1001
7440e617e0 add stupid extra checks to see why this code overflows on pentoo... 2023-07-27 16:26:36 +02:00