mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
add bitswap option for lf em 4x05write (#236)
default read mode of this chip outputs in reverse order... so offer the option to program in reverse order
This commit is contained in:
parent
de867f502f
commit
2d42ea1e4d
3 changed files with 30 additions and 14 deletions
|
@ -47,6 +47,7 @@ extern uint64_t bytes_to_num(uint8_t* src, size_t len);
|
|||
extern void num_to_bytebits(uint64_t n, size_t len, uint8_t *dest);
|
||||
extern void num_to_bytebitsLSBF(uint64_t n, size_t len, uint8_t *dest);
|
||||
extern char *printBits(size_t const size, void const * const ptr);
|
||||
extern uint32_t SwapBits(uint32_t value, int nrbits);
|
||||
extern uint8_t *SwapEndian64(const uint8_t *src, const size_t len, const uint8_t blockSize);
|
||||
extern void SwapEndian64ex(const uint8_t *src, const size_t len, const uint8_t blockSize, uint8_t *dest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue