RogueMaster
|
a15ee2ea7d
|
Revert "Revert "Merge branch 'pr/446' into 420""
This reverts commit 28cc99ad2d.
|
2022-11-25 21:41:55 -05:00 |
|
RogueMaster
|
28cc99ad2d
|
Revert "Merge branch 'pr/446' into 420"
This reverts commit 761dc48b3e, reversing
changes made to 91f037c63f.
|
2022-11-25 03:08:53 -05:00 |
|
RogueMaster
|
761dc48b3e
|
Merge branch 'pr/446' into 420
|
2022-11-25 01:40:03 -05:00 |
|
g3gg0
|
75f5e6604b
|
separate ISO15693 basic and SLIX extensions a bit more
changed save format to reflect this
executing emulation from browser now also works
|
2022-11-17 01:35:39 +01:00 |
|
g3gg0
|
bcd33ca125
|
added NfcV emulation
|
2022-11-14 21:12:18 +01:00 |
|
RogueMaster
|
2ce7b4bdcc
|
Merge branch 'ofwdev' into 420
|
2022-11-10 11:44:55 -05:00 |
|
Astra
|
e7c4b40dbe
|
Force card types in extra actions (#1961)
* Mifare Classic forced read
* Add all the needed card types
* nfc: remove unused scene
* nfc: remove unused worker state
* nfc: fix read card type scene state usage
* nfc: move NfcReadMode to NfcDevData struct
* nfc: fix bank card reading and scene navigation
* nfc magic: fix magic deactifate function
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
|
2022-11-11 01:29:57 +09:00 |
|
g3gg0
|
c840e9ad49
|
added ISO15693 reading, saving and revealing from privacy mode (unlock)
|
2022-11-09 14:10:05 +01:00 |
|
RogueMaster
|
e00002f7b1
|
nfc magic stuff
|
2022-11-04 13:08:12 -04:00 |
|
RogueMaster
|
5f86fe47d4
|
Revert "Merge branch 'ofwdev' into 420"
This reverts commit 430a9be02a, reversing
changes made to e2faf2e0e7.
|
2022-11-04 05:07:52 -04:00 |
|
RogueMaster
|
430a9be02a
|
Merge branch 'ofwdev' into 420
|
2022-11-04 05:01:32 -04:00 |
|
gornekich
|
bf8fd71c00
|
NFC magic cards support (#1966)
* nfc magic: introduce nfc app to work with magic cards
* nfc: add nfc device functions to API
* nfc magic: add bacis scenes
* nfc magic: add wrong card and write confirm scenes
* nfc magic: introduce magic lib
* nfc magic: write magic lib
* nfc magic: add write commands to magic lib
* nfc magic: work on worker
* furi_hal_nfc: add bits data exchage method to API
* nfc magic: rework with new API
* nfc magic: add check and wipe scenes
* nfc magic: add icons, gui fixes
* nfc: format python src
Co-authored-by: あく <alleteam@gmail.com>
|
2022-11-04 16:01:44 +09:00 |
|
RogueMaster
|
39f8fd50c1
|
Merge branch 'pr/371' into 420
|
2022-10-18 02:52:53 -04:00 |
|
Zeus Ricote
|
a7c897a09f
|
nfc related changes
|
2022-10-18 05:46:20 +02:00 |
|
Chris van Marle
|
5d0025dae3
|
Merge remote-tracking branch 'upstream/dev' into mrtd
|
2022-10-11 22:14:40 +02:00 |
|
Chris van Marle
|
3eb0c43756
|
[NFC] Recognize MRTD + initial menus
|
2022-10-11 22:12:13 +02: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 |
|
Fedor Indutny
|
3ee93e1a82
|
nfc: make dict attack more interactive (#1462)
* nfc: deduplify dict attack worker code
* nfc: make dict attack more interactive
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
|
2022-08-04 02:07:35 +09:00 |
|
gornekich
|
9c59bcd776
|
[FL-2605] NFC new design (#1364)
* nfc: add new read scene
* lib: refactore nfc library
* mifare desfire: add read card fuction
* lib nfc: add auto read worker
* nfc: add supported cards
* nfc: add mifare classic read success scene
* nfc: add troyka support
* submodule: update protobuf
* nfc: mifare classic keys cache
* nfc: rework mifare classic key cache
* Correct spelling
* nfc: add user dictionary
* nfc: introduce block read map in fff
* nfc: rework dict attack
* nfc: improve dict attack
* nfc: rework mifare classic format
* nfc: rework MFC read with Reader
* nfc: add gui for MFC read success scene
* nfc: fix dict attack view gui
* nfc: add retry and exit confirm scenes
* nfc: add retry and exit scenes navigation
* nfc: check user dictionary
* nfc: remove unused scenes
* nfc: rename functions in nfc worker
* nfc: rename mf_classic_dict_attack -> dict_attack
* nfc: change scenes names
* nfc: remove scene tick events
* nfc: rework dict calls with buffer streams
* nfc: fix notifications
* nfc: fix mf desfire navigation
* nfc: remove notification from mf classic read success
* nfc: fix read sectors calculation
* nfc: add fallback for unknown card
* nfc: show file name while emulating
* nfc: fix build
* nfc: fix memory leak
* nfc: fix desfire read
* nfc: add no dict found navigation
* nfc: add read views
* nfc: update card fix
* nfc: fix access bytes save
* nfc: add exit and retry confirm to mf ultralight read success
* nfc: introduce detect reader
* nfc: change record open arg to macros
* nfc: fix start from archive
Co-authored-by: Astra <astra@astrra.space>
Co-authored-by: あく <alleteam@gmail.com>
|
2022-07-27 00:30:49 +09:00 |
|