mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Chg: 'lf t55xx dump' - now saves as JSON format aswell
This commit is contained in:
parent
03495f0b14
commit
83e8eeb1f8
1 changed files with 1 additions and 0 deletions
|
@ -2325,6 +2325,7 @@ static int CmdT55xxDump(const char *Cmd) {
|
|||
for (int i = 0; i < T55x7_BLOCK_COUNT; i++)
|
||||
data[i] = BSWAP_32(cardmem[i].blockdata);
|
||||
|
||||
saveFileJSON(preferredName, jsfT55x7, (uint8_t *)data, T55x7_BLOCK_COUNT * sizeof(uint32_t));
|
||||
saveFileEML(preferredName, (uint8_t *)data, T55x7_BLOCK_COUNT * sizeof(uint32_t), sizeof(uint32_t));
|
||||
saveFile(preferredName, ".bin", data, sizeof(data));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue