mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Paradox clone functionality implemented (#747)
This involves a refactor to the arm HID code to allow for arbitrary preambles (such as HID Proximity and Paradox). The client also borrows from the HID code, but is not shared, so could use a significant refactor in the future.
This commit is contained in:
parent
8d7d7b6187
commit
5f84531b82
9 changed files with 64 additions and 16 deletions
|
@ -22,4 +22,6 @@ int CmdHIDClone(const char *Cmd);
|
|||
int CmdHIDDecode(const char *Cmd);
|
||||
int CmdHIDEncode(const char *Cmd);
|
||||
int CmdHIDWrite(const char *Cmd);
|
||||
// This is used by the Paradox code
|
||||
int hid_hexstring_to_int96(/* out */ uint32_t* hi2,/* out */ uint32_t* hi, /* out */ uint32_t* lo, const char* str);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue