mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add cmdscript example
This commit is contained in:
parent
7594ea4942
commit
00ad68215b
2 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,7 @@ ROOT_DIR:=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
include ../Makefile.defs
|
include ../Makefile.defs
|
||||||
|
|
||||||
INSTALLBIN = proxmark3 proxmark3-flasher
|
INSTALLBIN = proxmark3 proxmark3-flasher
|
||||||
INSTALLSHARE = lualibs luascripts resources dictionaries
|
INSTALLSHARE = cmdscripts lualibs luascripts resources dictionaries
|
||||||
|
|
||||||
VPATH = ../common uart
|
VPATH = ../common uart
|
||||||
vpath %.dic dictionaries
|
vpath %.dic dictionaries
|
||||||
|
|
6
client/cmdscripts/rdv4_init_extflash.cmd
Executable file
6
client/cmdscripts/rdv4_init_extflash.cmd
Executable file
|
@ -0,0 +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
|
||||||
|
lf t55xx deviceconfig z p
|
Loading…
Add table
Add a link
Reference in a new issue