mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
More work on iclass
This commit is contained in:
parent
17cba2693d
commit
f83cc12613
3 changed files with 34 additions and 13 deletions
|
@ -190,7 +190,7 @@ void SetDebugIso15693(uint32_t flag);
|
|||
void RAMFUNC SnoopIClass(void);
|
||||
void SimulateIClass(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain);
|
||||
void ReaderIClass(uint8_t arg0);
|
||||
void doIClassSimulation(uint8_t csn[], int breakAfterMacReceived);
|
||||
int doIClassSimulation(uint8_t csn[], int breakAfterMacReceived);
|
||||
// hitag2.h
|
||||
void SnoopHitag(uint32_t type);
|
||||
void SimulateHitagTag(bool tag_mem_supplied, byte_t* data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue