mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
typos
This commit is contained in:
parent
046f8f50ea
commit
f63125386b
4 changed files with 6 additions and 6 deletions
|
@ -37,8 +37,8 @@
|
||||||
* 2. trace load trace.trc
|
* 2. trace load trace.trc
|
||||||
* Loads trace data from a file into PC-side buffers.
|
* Loads trace data from a file into PC-side buffers.
|
||||||
*
|
*
|
||||||
* 3. For ISO14a: trace list 14a 1
|
* 3. For ISO14a: trace list -t 14a -1
|
||||||
* For MIFARE Classic: trace list mf 1
|
* For MIFARE Classic: trace list -t mf -1
|
||||||
*
|
*
|
||||||
* Lists trace data from buffer without requesting it from PM3.
|
* Lists trace data from buffer without requesting it from PM3.
|
||||||
*
|
*
|
||||||
|
|
|
@ -954,7 +954,7 @@ static int CmdHF15Sniff(const char *Cmd) {
|
||||||
WaitForResponse(CMD_HF_ISO15693_SNIFF, &resp);
|
WaitForResponse(CMD_HF_ISO15693_SNIFF, &resp);
|
||||||
|
|
||||||
PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 15 list") "` to view captured tracelog");
|
PrintAndLogEx(HINT, "Try `" _YELLOW_("hf 15 list") "` to view captured tracelog");
|
||||||
PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save h") "` to save tracelog for later analysing");
|
PrintAndLogEx(HINT, "Try `" _YELLOW_("trace save -h") "` to save tracelog for later analysing");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1935,7 +1935,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
|
||||||
iceman 2021,
|
iceman 2021,
|
||||||
Why does this command say it dumps a FeliCa lite card
|
Why does this command say it dumps a FeliCa lite card
|
||||||
and then tries to print a trace?!?
|
and then tries to print a trace?!?
|
||||||
Is this a trace list or a feclia dump cmd?
|
Is this a trace list or a FeliCa dump cmd?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -499,9 +499,9 @@ BCC1 Int LCK0 LCK1
|
||||||
|
|
||||||
UID is made of SN0..SN6 bytes
|
UID is made of SN0..SN6 bytes
|
||||||
|
|
||||||
Computing BCC0 on UID 04112233445566: `analyse lcr 88041122` = `bf`
|
Computing BCC0 on UID 04112233445566: `analyse lcr -d 88041122` = `bf`
|
||||||
|
|
||||||
Computing BCC1 on UID 04112233445566: `analyse lcr 33445566` = `44`
|
Computing BCC1 on UID 04112233445566: `analyse lcr -d 33445566` = `44`
|
||||||
|
|
||||||
Int is internal, typically 0x48
|
Int is internal, typically 0x48
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue