mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
adjust 14b apdu which seems to trigger memory corruption device side
This commit is contained in:
parent
a6c1d90ba8
commit
21e54ba9b1
4 changed files with 38 additions and 32 deletions
|
@ -69,8 +69,6 @@ static dmabuf8_t dma_8 = {
|
|||
.buf = NULL
|
||||
};
|
||||
|
||||
|
||||
|
||||
// trace related variables
|
||||
static uint32_t trace_len = 0;
|
||||
static bool tracing = true;
|
||||
|
@ -99,6 +97,11 @@ uint8_t *BigBuf_get_EM_addr(void) {
|
|||
|
||||
return emulator_memory;
|
||||
}
|
||||
|
||||
uint32_t BigBuf_get_hi(void) {
|
||||
return s_bigbuf_hi;
|
||||
}
|
||||
|
||||
/*
|
||||
uint32_t BigBuf_get_EM_size(void) {
|
||||
return CARD_MEMORY_SIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue