mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: Added calling clear bigbuff to zero out it also, instead of just "free" it.
ADD: downloading the EML part from BigBuffer specially.
This commit is contained in:
parent
6063655a3c
commit
aaa1a9a2dc
16 changed files with 91 additions and 48 deletions
|
@ -22,6 +22,9 @@ local _commands = {
|
|||
CMD_VERSION = 0x0107,
|
||||
CMD_STATUS = 0x0108,
|
||||
CMD_PING = 0x0109,
|
||||
CMD_DOWNLOAD_EML_BIGBUF = 0x0110,
|
||||
CMD_DOWNLOADED_EML_BIGBUF = 0x0111,
|
||||
|
||||
--// For low-frequency tags
|
||||
CMD_READ_TI_TYPE = 0x0202,
|
||||
CMD_WRITE_TI_TYPE = 0x0203,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue