mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
hints for endian issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user