mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
ADD: lf indalademod output, The binary string is now printed with linebreaks every 16bits
ADD: lf awid code is modified, some minor changes in outputs ADD: lf t55xx write now prints the password on the same row, looks better when using the new "lf t55xx wipe" command. ADD: the ioprox T55X7_IOPROX_CONFIG_BLOCK block.
This commit is contained in:
parent
6426f6ba86
commit
52f2df615b
5 changed files with 206 additions and 180 deletions
|
@ -1848,9 +1848,8 @@ int CmdHF14AMfuELoad(const char *Cmd)
|
|||
|
||||
char ctmp = param_getchar(Cmd, 0);
|
||||
|
||||
if ( ctmp == 'h' || ctmp == 0x00) {
|
||||
return usage_hf_mfu_eload();
|
||||
}
|
||||
if ( ctmp == 'h' || ctmp == 0x00) return usage_hf_mfu_eload();
|
||||
|
||||
/*
|
||||
switch (ctmp) {
|
||||
case '0' : numBlocks = 5*4; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue