mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
add default marking of crc bytes for these protocols
This commit is contained in:
parent
0c98550177
commit
708cfca850
5 changed files with 5 additions and 5 deletions
|
@ -645,7 +645,7 @@ void print_picopass_header(const picopass_hdr_t *hdr) {
|
|||
}
|
||||
|
||||
static int CmdHFiClassList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "hf iclass", "iclass");
|
||||
return CmdTraceListAlias(Cmd, "hf iclass", "iclass -c");
|
||||
}
|
||||
|
||||
static int CmdHFiClassSniff(const char *Cmd) {
|
||||
|
|
|
@ -526,7 +526,7 @@ int infoLTO(bool verbose) {
|
|||
}
|
||||
|
||||
static int CmdHfLTOList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "hf lto", "lto");
|
||||
return CmdTraceListAlias(Cmd, "hf lto", "lto -c");
|
||||
}
|
||||
|
||||
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose) {
|
||||
|
|
|
@ -1411,7 +1411,7 @@ static int CmdHF14aDesChk(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdHF14ADesList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "hf mfdes", "des");
|
||||
return CmdTraceListAlias(Cmd, "hf mfdes", "des -c");
|
||||
}
|
||||
|
||||
static int DesfireAuthCheck(DesfireContext_t *dctx, DesfireISOSelectWay way, uint32_t appID, DesfireSecureChannel secureChannel, uint8_t *key) {
|
||||
|
|
|
@ -1810,7 +1810,7 @@ static int CmdHFMFPNDEFWrite(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdHFMFPList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "hf mfp", "mfp");
|
||||
return CmdTraceListAlias(Cmd, "hf mfp", "mfp -c");
|
||||
}
|
||||
|
||||
static command_t CommandTable[] = {
|
||||
|
|
|
@ -812,7 +812,7 @@ static int CmdHFTopazRaw(const char *Cmd) {
|
|||
}
|
||||
|
||||
static int CmdHFTopazList(const char *Cmd) {
|
||||
return CmdTraceListAlias(Cmd, "hf topaz", "topaz");
|
||||
return CmdTraceListAlias(Cmd, "hf topaz", "topaz -c");
|
||||
}
|
||||
|
||||
static int CmdHFTopazSniff(const char *Cmd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue