Commit Graph
311 Commits
Author SHA1 Message Date
Hector Sanjuan e83cdcd4af Docs: add documentation for CLONE_MFU button and command actions 2019-11-25 10:41:17 -06:00
Fabian dabef1b757 update LATEST 2019-11-25 13:31:45 +01:00
Fabian c857696bab make style 2019-11-25 13:29:14 +01:00
fptrs 0290bb77a7 Merge pull request #239 from hsanjuan/feat/mfu_clone
CLONE_MFU: command and button action
2019-11-25 13:27:26 +01:00
Hector Sanjuan 31b0b6391a CLONE_MFU: command and button action
This adds automatic cloning of Mifare Ultralight cards to the selected
setting.

Currently, only the DUMP_MFU command existed. In order to clone a Mifare
Ultralight card, the user had to convert the hex output of DUMP_MFU to binary
and upload the result to the card.

The CLONE_MFU command will attempt to read and store the Mifare Ultralight
contents directy to the slot which is then transitioned to emulation mode.

The CLONE_MFU button action does the same, so the board can be configured to
clone cards by simply selecting a slot with one button and cloning with the
other.
2019-11-20 07:04:55 -06:00
Fabian a35610f6a7 run make style #237 2019-11-15 10:21:40 +01:00
fptrs c0845811d1 Merge pull request #237 from doegox/make_style
make style proposition
2019-11-15 10:02:00 +01:00
Fabian 3a57fee52d updated LATEST 2019-11-11 20:20:44 +01:00
Philippe Teuwen bece629f9c make style proposition 2019-11-07 12:36:34 +01:00
fptrs 7061093657 Merge pull request #231 from slaenger/master
Mifare Ultralight C Implementation
2019-10-01 15:04:30 +02:00
slaenger b89ff71075 removed CryptoEncrypt-/DecryptDEA(). 2019-09-17 11:27:37 +02:00
slaenger abb021fd5c fixed indentation 2019-09-17 11:01:48 +02:00
slaenger 4923dc9322 Added triple DES Implementation (from dev-zzo's DESFire branch). 2019-09-17 10:48:44 +02:00
slaenger 96ff627f48 Added Mifare Ultralight C support.
Changed SettingsSetActiveById() to first MemoryRecall() before initializing Application.
2019-09-17 10:25:14 +02:00
slaenger f02a45b6ef 2019-09-17 10:24:23 +02:00
fptrs 64eef24483 Merge pull request #227 from lavanoid/master
Add Mifare Mini support
2019-08-19 17:15:26 +02:00
Lava Git 0fdc1b43ce Add Mifare Mini support 2019-08-16 14:27:48 +01:00
Georg 8ffa1aad95 updated LATEST 2019-03-21 17:12:29 +01:00
Georg aa5608cb7f fixes bug with single write in TI TagIt emu 2019-03-21 16:28:27 +01:00
Georg e4ce2cabc1 fixed bugs with status ID and return on end of non-void function 2019-03-21 16:27:56 +01:00
Georg 5e14948f73 add TODO tag 2019-03-21 16:27:36 +01:00
Georg 6e9b8563ee fixed bug with volatile position 2019-03-21 16:26:36 +01:00
Georg Land 8a2755eaa0 Merge pull request #182 from bosb/ISO15693_base
Iso15693 base
2019-03-21 16:04:22 +01:00
Federico Cerutti fc24f84a63 Fixed a couple of validity checks and updated Titagitstandard.c to new PrepareFrame 2019-03-05 21:35:11 +01:00
Federico Cerutti 9ae3aeced3 Added stub EM mutual auth commands and fixed a couple of bugs
E0 and E1 commands will be expanded as reverse engineering continues. At the moment E0 will be used to work on reader response to A1 random number.
Fixed 2 different bugs in Login. Fixed Lock DSFID command
Removed frame integrity checks from PrepareFrame, since it's already needed to do them before PrepareFrame should be called
2019-03-05 21:34:56 +01:00