mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: 'hf mf chk' - since the function ends with droping the field, lets just make sure the field is off to start with.
This commit is contained in:
parent
d58786ed74
commit
98e24013cf
1 changed files with 2 additions and 0 deletions
|
@ -1425,6 +1425,8 @@ OUT:
|
|||
|
||||
void MifareChkKeys(uint16_t arg0, uint8_t arg1, uint8_t arg2, uint8_t *datain) {
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
|
||||
struct Crypto1State mpcs = {0, 0};
|
||||
struct Crypto1State *pcs;
|
||||
pcs = &mpcs;
|
||||
|
|
Loading…
Reference in a new issue