mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Complete the Mifare_Attack and Mifare_Read/Write functions
This commit is contained in:
@@ -271,3 +271,15 @@ void Mifare::writeAll()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Mifare::dump()
|
||||
{
|
||||
util->execCMD("hf mf dump");
|
||||
ui->funcTab->setCurrentIndex(1);
|
||||
}
|
||||
|
||||
void Mifare::restore()
|
||||
{
|
||||
util->execCMD("hf mf restore");
|
||||
ui->funcTab->setCurrentIndex(1);
|
||||
}
|
||||
|
||||
@@ -24,6 +24,8 @@ public:
|
||||
void readAll();
|
||||
void write();
|
||||
void writeAll();
|
||||
void dump();
|
||||
void restore();
|
||||
public slots:
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user