mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: send ref instead
This commit is contained in:
parent
51022d4329
commit
5c0dfdbf6b
3 changed files with 26 additions and 26 deletions
|
@ -2920,7 +2920,7 @@ void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose) {
|
|||
if (k_sector == NULL)
|
||||
emptySectorTable();
|
||||
|
||||
success = mfkey32_moebius(data, &key);
|
||||
success = mfkey32_moebius(&data, &key);
|
||||
if (success) {
|
||||
uint8_t sector = data.sector;
|
||||
uint8_t keytype = data.keytype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue