mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added initial test to emulate memory of mf ul tag
This commit is contained in:
parent
5191b3d10b
commit
28afbd2bee
3 changed files with 25 additions and 10 deletions
|
@ -142,7 +142,7 @@ void RAMFUNC SnoopIso14443(void);
|
|||
|
||||
/// iso14443a.h
|
||||
void RAMFUNC SnoopIso14443a(uint8_t param);
|
||||
void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd); // ## simulate iso14443a tag
|
||||
void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd, byte_t* data);
|
||||
void ReaderIso14443a(UsbCommand * c);
|
||||
// Also used in iclass.c
|
||||
int RAMFUNC LogTrace(const uint8_t * btBytes, int iLen, int iSamples, uint32_t dwParity, int bReader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue