mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing...
This commit is contained in:
parent
521add0c51
commit
7d48ad19f9
42 changed files with 865 additions and 872 deletions
|
@ -9,11 +9,7 @@
|
|||
#ifndef CMDLFPARADOX_H__
|
||||
#define CMDLFPARADOX_H__
|
||||
int CmdLFParadox(const char *Cmd);
|
||||
int CmdParadoxDemod(const char *Cmd);
|
||||
int CmdParadoxRead(const char *Cmd);
|
||||
|
||||
//int CmdParadoxClone(const char *Cmd);
|
||||
int CmdParadoxSim(const char *Cmd);
|
||||
|
||||
int demodParadox(void);
|
||||
int detectParadox(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, uint32_t *lo, int *waveStartIdx);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue