mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
8419b9c690
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -68,7 +68,7 @@ luac
|
|||
tools/fpga_compress/fpga_compress
|
||||
tools/mfkey/mfkey32
|
||||
tools/mfkey/mfkey64
|
||||
tools/staticnested
|
||||
tools/mfkey/staticnested
|
||||
tools/nonce2key/nonce2key
|
||||
tools/cryptorf/cm
|
||||
tools/cryptorf/sm
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "mbedtls/ctr_drbg.h" // random generator
|
||||
#include "atrs.h" // ATR lookup
|
||||
|
||||
uint8_t g_DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
uint8_t g_DemodBuffer[MAX_DEMOD_BUF_LEN] = { 0x00 };
|
||||
size_t g_DemodBufferLen = 0;
|
||||
int32_t g_DemodStartIdx = 0;
|
||||
int g_DemodClock = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue