mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08:00
iso15 sim, make decoders dynamic bigbuff malloc
This commit is contained in:
parent
42f21e8d65
commit
c51565fd7c
2 changed files with 444 additions and 355 deletions
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,7 @@ void Iso15693InitReader(void);
|
|||
void Iso15693InitTag(void);
|
||||
void CodeIso15693AsReader(uint8_t *cmd, int n);
|
||||
void CodeIso15693AsTag(uint8_t *cmd, size_t len);
|
||||
|
||||
|
||||
void TransmitTo15693Reader(const uint8_t *cmd, size_t len, uint32_t *start_time, uint32_t slot_time, bool slow);
|
||||
int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint32_t *eof_time);
|
||||
void TransmitTo15693Tag(const uint8_t *cmd, int len, uint32_t *start_time);
|
||||
|
|
Loading…
Reference in a new issue