mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hints for endian issue
This commit is contained in:
parent
3b88dd45a3
commit
4090828ebc
1 changed files with 2 additions and 0 deletions
|
@ -1789,6 +1789,8 @@ static int CmdHFFelicaDumpServiceArea(const char *Cmd) {
|
|||
if(!check_last_idm(data, datalen))
|
||||
return PM3_EINVARG;
|
||||
|
||||
PrintAndLogEx(HINT, "Area and service code are printed in big endian.");
|
||||
PrintAndLogEx(HINT, "Don't forget to convert to little endian when using hf felica rdbl.");
|
||||
PrintAndLogEx(INFO, "┌───────────────────────────────────────────────");
|
||||
|
||||
uint8_t flags = FELICA_APPEND_CRC | FELICA_RAW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue