mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Save client path automatically
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ QString Mifare::_readblk(int blockId, KeyType keyType, const QString& key, int w
|
||||
data.remove(" ");
|
||||
// when the target block is a key block and the given key type is KeyA, try to check whether the KeyB is valid(by Access Bits)
|
||||
// if the given key type is KeyB, it will never get the KeyA from the key block
|
||||
if(isKeyBlock && keyType == KEY_A)
|
||||
if(isKeyBlock && keyType == KEY_A) // in this case, the Access Bits is always accessible
|
||||
{
|
||||
data.replace(0, 12, key);
|
||||
QList<quint8> ACBits = data_getACBits(data.mid(12, 8));
|
||||
|
||||
Reference in New Issue
Block a user