mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
EM4x05: add support for Protect command
This commit is contained in:
parent
ad6632beee
commit
9962b8769a
5 changed files with 100 additions and 27 deletions
|
@ -58,6 +58,7 @@ void TurnReadLFOn(uint32_t delay);
|
|||
|
||||
void EM4xReadWord(uint8_t addr, uint32_t pwd, uint8_t usepwd);
|
||||
void EM4xWriteWord(uint8_t addr, uint32_t data, uint32_t pwd, uint8_t usepwd);
|
||||
void EM4xProtectWord(uint32_t data, uint32_t pwd, uint8_t usepwd);
|
||||
|
||||
void Cotag(uint32_t arg0);
|
||||
void setT55xxConfig(uint8_t arg0, t55xx_configurations_t *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue