mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
lf hid demod - add raw back
This commit is contained in:
parent
29b3477b00
commit
f6aebe381b
1 changed files with 1 additions and 1 deletions
|
@ -138,9 +138,9 @@ int demodHID(bool verbose) {
|
|||
|
||||
wiegand_message_t packed = initialize_message_object(hi2, hi, lo);
|
||||
if (HIDTryUnpack(&packed, false) == false) {
|
||||
PrintAndLogEx(INFO, "raw: " _GREEN_("%08x%08x%08x"), hi2, hi, lo);
|
||||
printDemodBuff(0, false, false, true);
|
||||
}
|
||||
PrintAndLogEx(INFO, "raw: " _GREEN_("%08x%08x%08x"), hi2, hi, lo);
|
||||
|
||||
PrintAndLogEx(DEBUG, "DEBUG: HID idx: %d, Len: %zu, Printing Demod Buffer: ", idx, size);
|
||||
if (g_debugMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue