mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
monster merge...
all those changes marshmellow did.. and more...
This commit is contained in:
parent
208550823d
commit
f28da2da6e
107 changed files with 5087 additions and 3777 deletions
|
@ -221,10 +221,10 @@ int CmdHF14BCmdRaw (const char *Cmd) {
|
|||
bool success = true;
|
||||
// get back iso14b_card_select_t, don't print it.
|
||||
if (select)
|
||||
success = waitCmd(false);
|
||||
success = waitCmd14b(false);
|
||||
|
||||
// get back response from the raw bytes you sent.
|
||||
if (success && datalen>0) waitCmd(true);
|
||||
if (success && datalen>0) waitCmd14b(true);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
@ -802,7 +802,7 @@ int srix4kValid(const char *Cmd){
|
|||
return 0;
|
||||
}
|
||||
|
||||
bool waitCmd(bool verbose) {
|
||||
bool waitCmd14b(bool verbose) {
|
||||
|
||||
bool crc = false;
|
||||
uint8_t b1 = 0, b2 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue