mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
UL/NTAG new dump file format. Added counters support, simulation
This commit is contained in:
parent
c7a4d7af3a
commit
db3103b531
9 changed files with 123 additions and 74 deletions
|
@ -93,6 +93,7 @@ uint64_t bytes_to_num(uint8_t *src, size_t len);
|
|||
void rol(uint8_t *data, const size_t len);
|
||||
void lsl(uint8_t *data, size_t len);
|
||||
int32_t le24toh(uint8_t data[3]);
|
||||
void htole24(uint32_t val, uint8_t data[3]);
|
||||
uint8_t hex2int(char hexchar);
|
||||
|
||||
void LED(int led, int ms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue