mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
started hf emv ac
This commit is contained in:
parent
b7f7ab0edd
commit
5a2378ae79
1 changed files with 3 additions and 1 deletions
|
@ -465,9 +465,11 @@ int CmdHFEMVAC(const char *cmd) {
|
|||
arg_lit0("kK", "keep", "keep field ON for next command"),
|
||||
arg_lit0("cC", "cda", "executes CDA transaction. Needs to get SDAD in results."),
|
||||
arg_str0("dD", "decision", "<aac|tc|arqc>", "Terminal decision. aac - declined, tc - approved, arqc - online authorisation requested"),
|
||||
arg_lit0("pP", "params", "load parameters for CDOL making from `emv/defparams.json` file (by default uses default parameters)"),
|
||||
arg_lit0("mM", "make", "make PDOLdata from CDOL (tag 8C and 8D) and parameters"),
|
||||
arg_lit0("aA", "apdu", "show APDU reqests and responses"),
|
||||
arg_lit0("tT", "tlv", "TLV decode results of selected applets"),
|
||||
arg_strx1(NULL, NULL, "<HEX CDOLdata>", NULL),
|
||||
arg_strx1(NULL, NULL, "<HEX CDOLdata/CDOL>", NULL),
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(cmd, argtable, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue