mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-11-10 00:00:42 +08:00
adding missing dictionary for ULC to upload to SPIFFS
This commit is contained in:
parent
d4b3153e4c
commit
c92914d972
2 changed files with 2 additions and 0 deletions
|
|
@ -3,4 +3,5 @@
|
||||||
mem load -f mfc_default_keys --mfc
|
mem load -f mfc_default_keys --mfc
|
||||||
mem load -f t55xx_default_pwds --t55xx
|
mem load -f t55xx_default_pwds --t55xx
|
||||||
mem load -f iclass_default_keys --iclass
|
mem load -f iclass_default_keys --iclass
|
||||||
|
mem load -f mfulc_default_keys --ulc
|
||||||
lf t55xx deviceconfig -z -p
|
lf t55xx deviceconfig -z -p
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ function main(args)
|
||||||
core.console('mem load -f mfc_default_keys --mfc')
|
core.console('mem load -f mfc_default_keys --mfc')
|
||||||
core.console('mem load -f t55xx_default_pwds --t55xx')
|
core.console('mem load -f t55xx_default_pwds --t55xx')
|
||||||
core.console('mem load -f iclass_default_keys --iclass')
|
core.console('mem load -f iclass_default_keys --iclass')
|
||||||
|
core.console('mem load -f mfulc_default_keys --ulc')
|
||||||
print(dash)
|
print(dash)
|
||||||
|
|
||||||
-- T55x7 Device configuration
|
-- T55x7 Device configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue