mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
mem * - now uses cliparser
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env -S pm3 -s
|
||||
|
||||
mem load f mfc_default_keys m
|
||||
mem load f t55xx_default_pwds t
|
||||
mem load f iclass_default_keys i
|
||||
mem load -f mfc_default_keys --mfc
|
||||
mem load -f t55xx_default_pwds --t55xx
|
||||
mem load -f iclass_default_keys --iclass
|
||||
lf t55xx deviceconfig z p
|
||||
|
||||
@@ -74,9 +74,9 @@ function main(args)
|
||||
-- Upload dictionaries
|
||||
print('Uploading dictionaries to RDV4 flashmemory')
|
||||
print(dash)
|
||||
core.console('mem load f mfc_default_keys m')
|
||||
core.console('mem load f t55xx_default_pwds t')
|
||||
core.console('mem load f iclass_default_keys i')
|
||||
core.console('mem load -f mfc_default_keys --mfc')
|
||||
core.console('mem load -f t55xx_default_pwds --t55xx')
|
||||
core.console('mem load -f iclass_default_keys --iclass')
|
||||
print(dash)
|
||||
|
||||
-- T55x7 Device configuration
|
||||
|
||||
+206
-267
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user