mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
make style
This commit is contained in:
parent
0d9223a547
commit
0373696662
483 changed files with 56514 additions and 52451 deletions
|
@ -36,41 +36,41 @@
|
|||
extern int CmdHFMF(const char *Cmd);
|
||||
|
||||
extern int CmdHF14AMfList(const char *Cmd);
|
||||
extern int CmdHF14AMfDbg(const char* cmd);
|
||||
extern int CmdHF14AMfRdBl(const char* cmd);
|
||||
extern int CmdHF14AMfURdBl(const char* cmd);
|
||||
extern int CmdHF14AMfRdSc(const char* cmd);
|
||||
extern int CmdHF14SMfURdCard(const char* cmd);
|
||||
extern int CmdHF14AMfDump(const char* cmd);
|
||||
extern int CmdHF14AMfRestore(const char* cmd);
|
||||
extern int CmdHF14AMfWrBl(const char* cmd);
|
||||
extern int CmdHF14AMfUWrBl(const char* cmd);
|
||||
extern int CmdHF14AMfChk(const char* cmd);
|
||||
extern int CmdHF14AMfDarkside(const char* cmd);
|
||||
extern int CmdHF14AMfNested(const char* cmd);
|
||||
extern int CmdHF14AMfDbg(const char *cmd);
|
||||
extern int CmdHF14AMfRdBl(const char *cmd);
|
||||
extern int CmdHF14AMfURdBl(const char *cmd);
|
||||
extern int CmdHF14AMfRdSc(const char *cmd);
|
||||
extern int CmdHF14SMfURdCard(const char *cmd);
|
||||
extern int CmdHF14AMfDump(const char *cmd);
|
||||
extern int CmdHF14AMfRestore(const char *cmd);
|
||||
extern int CmdHF14AMfWrBl(const char *cmd);
|
||||
extern int CmdHF14AMfUWrBl(const char *cmd);
|
||||
extern int CmdHF14AMfChk(const char *cmd);
|
||||
extern int CmdHF14AMfDarkside(const char *cmd);
|
||||
extern int CmdHF14AMfNested(const char *cmd);
|
||||
extern int CmdHF14AMfNestedHard(const char *Cmd);
|
||||
//extern int CmdHF14AMfSniff(const char* cmd);
|
||||
extern int CmdHF14AMf1kSim(const char* cmd);
|
||||
extern int CmdHF14AMf1kSim(const char *cmd);
|
||||
extern int CmdHF14AMfKeyBrute(const char *Cmd);
|
||||
extern int CmdHF14AMfEClear(const char* cmd);
|
||||
extern int CmdHF14AMfEGet(const char* cmd);
|
||||
extern int CmdHF14AMfESet(const char* cmd);
|
||||
extern int CmdHF14AMfELoad(const char* cmd);
|
||||
extern int CmdHF14AMfESave(const char* cmd);
|
||||
extern int CmdHF14AMfECFill(const char* cmd);
|
||||
extern int CmdHF14AMfEKeyPrn(const char* cmd);
|
||||
extern int CmdHF14AMfCSetUID(const char* cmd);
|
||||
extern int CmdHF14AMfCSetBlk(const char* cmd);
|
||||
extern int CmdHF14AMfCGetBlk(const char* cmd);
|
||||
extern int CmdHF14AMfCGetSc(const char* cmd);
|
||||
extern int CmdHF14AMfCLoad(const char* cmd);
|
||||
extern int CmdHF14AMfCSave(const char* cmd);
|
||||
extern int CmdHF14AMfEClear(const char *cmd);
|
||||
extern int CmdHF14AMfEGet(const char *cmd);
|
||||
extern int CmdHF14AMfESet(const char *cmd);
|
||||
extern int CmdHF14AMfELoad(const char *cmd);
|
||||
extern int CmdHF14AMfESave(const char *cmd);
|
||||
extern int CmdHF14AMfECFill(const char *cmd);
|
||||
extern int CmdHF14AMfEKeyPrn(const char *cmd);
|
||||
extern int CmdHF14AMfCSetUID(const char *cmd);
|
||||
extern int CmdHF14AMfCSetBlk(const char *cmd);
|
||||
extern int CmdHF14AMfCGetBlk(const char *cmd);
|
||||
extern int CmdHF14AMfCGetSc(const char *cmd);
|
||||
extern int CmdHF14AMfCLoad(const char *cmd);
|
||||
extern int CmdHF14AMfCSave(const char *cmd);
|
||||
extern int CmdHf14MfDecryptBytes(const char *Cmd);
|
||||
extern int CmdHf14AMfSetMod(const char *Cmd);
|
||||
extern int CmdHf14AMfNack(const char *Cmd);
|
||||
|
||||
void showSectorTable(void);
|
||||
void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);
|
||||
void printKeyTable( uint8_t sectorscnt, sector_t *e_sector );
|
||||
void printKeyTable_fast( uint8_t sectorscnt, icesector_t *e_sector, uint64_t bar, uint64_t foo );
|
||||
void printKeyTable(uint8_t sectorscnt, sector_t *e_sector);
|
||||
void printKeyTable_fast(uint8_t sectorscnt, icesector_t *e_sector, uint64_t bar, uint64_t foo);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue