mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Mifare Ultralight/NTAG simulation. Add WRITE and COMPATIBLE_WRITE support
This commit is contained in:
parent
38162917dc
commit
19cf50a6ff
3 changed files with 23 additions and 1 deletions
|
@ -93,6 +93,10 @@ typedef struct {
|
|||
# define AddCrc14B(data, len) compute_crc(CRC_14443_B, (data), (len), (data)+(len), (data)+(len)+1)
|
||||
#endif
|
||||
|
||||
#ifndef CheckCrc14A
|
||||
# define CheckCrc14A(data, len) check_crc(CRC_14443_A, (data), (len))
|
||||
#endif
|
||||
|
||||
extern void GetParity(const uint8_t *pbtCmd, uint16_t len, uint8_t *par);
|
||||
|
||||
extern tDemod *GetDemod(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue