mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: 'lf hitag list' - now uses the generic list.
This commit is contained in:
parent
2c44136913
commit
e4a9e348d6
1 changed files with 6 additions and 2 deletions
|
@ -91,6 +91,10 @@ int usage_hitag_writer(void) {
|
|||
}
|
||||
|
||||
int CmdLFHitagList(const char *Cmd) {
|
||||
CmdTraceList("hitag");
|
||||
return 0;
|
||||
|
||||
/*
|
||||
uint8_t *got = calloc(USB_CMD_DATA_SIZE, sizeof(uint8_t));
|
||||
if (!got) {
|
||||
PrintAndLogEx(WARNING, "Cannot allocate memory for trace");
|
||||
|
@ -215,6 +219,7 @@ int CmdLFHitagList(const char *Cmd) {
|
|||
|
||||
free(got);
|
||||
return 0;
|
||||
*/
|
||||
}
|
||||
|
||||
int CmdLFHitagSniff(const char *Cmd) {
|
||||
|
@ -231,7 +236,6 @@ int CmdLFHitagSniff(const char *Cmd) {
|
|||
int CmdLFHitagSim(const char *Cmd) {
|
||||
|
||||
bool errors = false;
|
||||
bool useHitagS = false;
|
||||
bool tag_mem_supplied = false;
|
||||
uint8_t cmdp = 0;
|
||||
size_t maxdatalen = 48;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue