mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: 'lf cotag read' - COTAG can be read now.
This commit is contained in:
parent
4401050bcc
commit
5f5b83b743
9 changed files with 232 additions and 41 deletions
|
@ -98,7 +98,7 @@ void T55xxWakeUp(uint32_t Pwd);
|
|||
void TurnReadLFOn(uint32_t delay);
|
||||
void EM4xReadWord(uint8_t Address, uint32_t Pwd, uint8_t PwdMode);
|
||||
void EM4xWriteWord(uint32_t Data, uint8_t Address, uint32_t Pwd, uint8_t PwdMode);
|
||||
void Cotag();
|
||||
void Cotag(uint32_t arg0);
|
||||
|
||||
/// iso14443b.h
|
||||
void SimulateIso14443bTag(uint32_t pupi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue