Chris van Marle
0f242984fb
MRTD fix KMRZ for BAC
2022-10-11 22:13:22 +02:00
Chris van Marle
d9399c6559
fixup! MRTD use reader_analyzer instead of deprecated debug_pcap_worker
...
Clean up reader_analyzer after usage
2022-10-11 22:13:21 +02:00
Chris van Marle
6b968f7fea
MRTD reread with auth
2022-10-11 22:13:20 +02:00
Chris van Marle
b1f95c5c54
MRTD add worker method for auhtenticated read
2022-10-11 22:13:17 +02:00
Chris van Marle
2e586338a1
MRTD use reader_analyzer instead of deprecated debug_pcap_worker
2022-10-11 22:13:15 +02:00
Chris van Marle
59efc2701d
Merge branch 'dev' into mrtd
2022-10-11 22:13:13 +02:00
Chris van Marle
0b8a0c705c
Minor warning fix in MRTD
2022-10-11 22:13:11 +02:00
Chris van Marle
b412843566
MRTD BAC support and some other improvements
2022-10-11 22:13:10 +02:00
Chris van Marle
66a507ba53
Add ISO7816 tester
2022-10-11 22:13:08 +02:00
Chris van Marle
27a74c4b87
MRTD generalize app selection
2022-10-11 22:13:07 +02:00
Chris van Marle
c4499e221f
MRTD add mrtd_bac_keys
2022-10-11 22:13:06 +02:00
Chris van Marle
44c2299b70
MRTD use smaller data type of lengths, add sha1 test
2022-10-11 22:13:04 +02:00
Chris van Marle
0871d274eb
MRTD add helper functions:
...
- Check digit
- KMRZ
2022-10-11 22:13:02 +02:00
Chris van Marle
08afd7c883
MRTD select and read file basics
2022-10-11 22:13:01 +02:00
Chris van Marle
315294f2cf
MRTD work on reading EF.DIR and EF.CardAccess
2022-10-11 22:13:00 +02:00
Chris van Marle
c82b55575a
Make MRTD work along with EMV
2022-10-11 22:12:57 +02:00
Chris van Marle
82352705dd
MRTD rename mrtd_data.auth.bac to mrtd_data.auth
2022-10-11 22:12:54 +02:00
Chris van Marle
3eb0c43756
[NFC] Recognize MRTD + initial menus
2022-10-11 22:12:13 +02:00
gornekich
2552278a3d
[FL-2883] NFC: bank card rework reading ( #1858 )
...
* nfc: remove bank card save option
* nfc: remove bank card save from nfc device
* nfc: remove unused function in emv
* nfc: try several times to start emv application
* nfc: add AID display fallback for bank cards
Co-authored-by: あく <alleteam@gmail.com >
2022-10-12 02:13:12 +09:00
RogueMaster
b6409226e8
Merge branch 'UNLEASHED' into 420darkupds
2022-10-08 23:46:51 -04:00
MX
184b467f62
add nfc feature back, bug seems to be fixed
2022-10-08 00:03:06 +03:00
MX
bdd052937b
Merge branch 'fz-dev' into dev
2022-10-07 17:24:20 +03:00
Sergey Gavrilov
4000f0cac5
[FL-2870] Printf function attributes ( #1841 )
...
* Furi strings: printf attribute
* Logs: printf attribute
* Plugins: adapt
* Plugins: accommodate
* Unit tests: accommodate
Co-authored-by: あく <alleteam@gmail.com >
2022-10-07 22:35:15 +09:00
Sergey Gavrilov
38a82a1907
[FL-2839] Furi stream buffer ( #1834 )
...
* Core: stream buffer
* stream buffer: API and usage
* stream buffer: documentation
* stream buffer: more documentation
* Furi: fix spelling
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-07 21:27:11 +09:00
RogueMaster
e42ca55552
Merge branch 'Eng1n33r:dev' into 420
2022-10-06 20:15:45 -04:00
MX
515e6db69c
Merge branch 'fz-dev' into dev
2022-10-07 00:35:01 +03:00
Astra
eaa3adf98a
[FL-2868] Remove string_push_uint64 ( #1832 )
...
* Remove string_pust_uint64
* Oops, furi strings now
* Remove dead code
* Remove unneeded import
Co-authored-by: あく <alleteam@gmail.com >
2022-10-07 03:51:30 +09:00
Astra
6dde5586af
[FL-2803] Mifare Classic read improvements Part 1 ( #1822 )
...
* Reuse found keys when reading a card
* Fix keys not being read if no newline at the end of the file
* Actually read all keys from the dictionary
* Support for furi_string
* Check only for re-used key after the current sector
* Declare the key attack function as static
* nfc: change logs, check worker state
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-10-07 02:07:56 +09:00
RogueMaster
7ff3fa09da
Merge branch 'UNLEASHED' into 420
2022-10-06 12:58:47 -04:00
gornekich
5de2c32c81
[FL-2864] NFC update detect reader ( #1820 )
...
* nfc: update detect reader view
* nfc: make detect reader more interractive
* nfc: update icons
* nfc: fix detect reader gui
* nfc: fix gui, fix worker events
* nfc: fix notifications
* nfc: add nfc_worker NULL assert
Co-authored-by: あく <alleteam@gmail.com >
2022-10-07 01:58:17 +09:00
MX
007a11d70d
upd ofw pr 1832
2022-10-06 15:26:23 +03:00
MX
3e4d8a41e0
Remove string_push_uint64
...
OFW PR 1832 by Astrrra
2022-10-05 21:39:40 +03:00
MX
c60bfbf271
oh no
2022-10-05 21:27:13 +03:00
MX
0796263e81
Merge branch 'fz-dev' into dev
2022-10-05 19:27:46 +03:00
Sergey Gavrilov
4bf29827f8
M*LIB: non-inlined strings, FuriString primitive ( #1795 )
...
* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-06 00:15:23 +09:00
RogueMaster
22140e29fd
Merge branch 'Eng1n33r:dev' into 420
2022-10-04 11:57:18 -04:00
MX
4141483147
NFC update detect reader
...
OFW PR 1820 by gornekich
2022-10-04 18:23:11 +03:00
MX
4271246d8a
Merge branch 'fz-dev' into dev
2022-09-28 04:04:12 +03:00
RogueMaster
345a88d18a
Merge branch 'ofwdev' into 420
2022-09-27 18:02:53 -04:00
Tom Samstag
e6e1e7fe15
Add formatting to DESfire data dump ( #1784 )
...
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-09-28 02:02:18 +09:00
RogueMaster
032edd3507
Merge branch 'Eng1n33r:dev' into 420
2022-09-26 13:09:20 -04:00
MX
60242cd7c4
fix nfc device typo, doesn’t affect resulting keys
2022-09-26 19:46:12 +03:00
RogueMaster
76458eef99
Merge branch 'UNLEASHED' into 420
2022-09-22 15:21:50 -04:00
MX
e8bb45496d
Merge branch 'fz-dev' into dev
2022-09-22 21:45:26 +03:00
Andrea Sacchi
3846852f2b
NFC Fix Mifare Classic ( #1769 )
...
* Fix Mifare Classic key str to int conversion: Wrong cast lead to unexpected behavior converting key from str to int.
* Nfc: fix type cast in mf_classic_dict and add basic unit tests
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-09-23 02:35:28 +09:00
RogueMaster
adb984d43a
Merge pull request #339 from alsacchi/dev
...
Fix Mifare Classic key str to int conversion
2022-09-22 13:20:08 -04:00
Andrea Sacchi
fcce8f745c
Fix Mifare Classic key str to int conversion
...
Wrong cast lead to unexpected behavior converting key from str to int.
2022-09-22 15:11:54 +02:00
RogueMaster
bc57c0f014
Merge branch 'UNLEASHED' into 420
2022-09-20 17:56:54 -04:00
MX
ca02826cfd
set time between cards to 6, run fbt format
2022-09-20 23:24:34 +03:00
MX
e2123c55bb
Merge branch 'fz-dev' into dev
2022-09-19 21:15:04 +03:00