mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
ADD: started to add tracelog in legic
ADD: remake of legic codebase. ADD: started with a annotation for LEGIC in 'hf list'
This commit is contained in:
parent
5b4664e79f
commit
c71c5ee156
8 changed files with 526 additions and 447 deletions
|
@ -107,7 +107,8 @@ int CmdLegicDecode(const char *Cmd) {
|
|||
int bIsSegmented = 0;
|
||||
|
||||
// download EML memory, where the "legic read" command puts the data.
|
||||
GetEMLFromBigBuf(data_buf, sizeof(data_buf), 0);
|
||||
// copy data from proxmark into buffer
|
||||
GetFromBigBuf(data_buf,sizeof(data_buf),0);
|
||||
if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2000)){
|
||||
PrintAndLog("Command execute timeout");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue