From 4090828ebcb12ced172bb0fe1cf7f707cc537920 Mon Sep 17 00:00:00 2001 From: zinongli <131403964+zinongli@users.noreply.github.com> Date: Sat, 26 Jul 2025 00:59:37 -0400 Subject: [PATCH] hints for endian issue --- client/src/cmdhffelica.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/cmdhffelica.c b/client/src/cmdhffelica.c index 3ae1ce4fa..b06ea860c 100644 --- a/client/src/cmdhffelica.c +++ b/client/src/cmdhffelica.c @@ -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;