mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Implemented data hex2bin
and data bin2hex
as per suggestion in http://www.proxmark.org/forum/viewtopic.php?pid=17504
This commit is contained in:
parent
67b7d6fa31
commit
f68211671c
3 changed files with 102 additions and 15 deletions
|
@ -47,6 +47,7 @@ char * printBits(size_t const size, void const * const ptr);
|
|||
uint8_t *SwapEndian64(const uint8_t *src, const size_t len, const uint8_t blockSize);
|
||||
|
||||
char param_getchar(const char *line, int paramnum);
|
||||
int param_getptr(const char *line, int *bg, int *en, int paramnum);
|
||||
uint8_t param_get8(const char *line, int paramnum);
|
||||
uint8_t param_get8ex(const char *line, int paramnum, int deflt, int base);
|
||||
uint32_t param_get32ex(const char *line, int paramnum, int deflt, int base);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue