mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 17:22:59 -07:00
hf mf sniff
- working with emulator files
This commit is contained in:
parent
55acbb2a39
commit
e0c635d19c
5 changed files with 108 additions and 21 deletions
|
@ -22,7 +22,7 @@ void AddLogLine(char *fileName, char *extData, char *c);
|
|||
void AddLogHex(char *fileName, char *extData, const uint8_t * data, const size_t len);
|
||||
void AddLogUint64(char *fileName, char *extData, const uint64_t data);
|
||||
void AddLogCurrentDT(char *fileName);
|
||||
void FillFileNameByUID(char *fileName, uint8_t * uid, char *ext);
|
||||
void FillFileNameByUID(char *fileName, uint8_t * uid, char *ext, int byteCount);
|
||||
|
||||
void print_hex(const uint8_t * data, const size_t len);
|
||||
char * sprint_hex(const uint8_t * data, const size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue