mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
looping for smart card, inverted the silent to verbose, updated cardhelper stuff
This commit is contained in:
parent
26aeae1f3e
commit
d19da982f0
9 changed files with 316 additions and 107 deletions
|
@ -14,10 +14,14 @@
|
|||
#include <ctype.h>
|
||||
#include "common.h"
|
||||
|
||||
bool IsCryptoHelperPresent(bool verbose);
|
||||
bool IsCardHelperPresent(bool verbose);
|
||||
bool Encrypt(uint8_t *src, uint8_t *dest);
|
||||
bool Decrypt(uint8_t *src, uint8_t *dest);
|
||||
void DecodeBlock6(uint8_t *src);
|
||||
uint8_t GetNumberBlocksForUserId(uint8_t *src);
|
||||
uint8_t GetPinSize(uint8_t *src);
|
||||
|
||||
int GetConfigCardByIdx(uint8_t typ, uint8_t *blocks);
|
||||
int GetConfigCardStrByIdx(uint8_t typ, uint8_t *out);
|
||||
int VerifyRdv4Signature(uint8_t *memid, uint8_t *signature);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue