X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c1e2d95f42c4178f8185a31b27f6bd28a917ddc..9455b51c2a0554ea2bd55a28dee5a5c2a6707fc6:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index 5ecd1753..7fdde6f1 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -31,6 +31,7 @@ void SamyRun(void); //void DbpIntegers(int a, int b, int c); void DbpString(char *str); void Dbprintf(const char *fmt, ...); +void Dbhexdump(int len, uint8_t *d); void ToSendStuffBit(int b); void ToSendReset(void); @@ -107,9 +108,13 @@ void ReaderIso14443a(UsbCommand * c, UsbCommand * ack); void ReaderMifare(uint32_t parameter); /// iso15693.h +void RecordRawAdcSamplesIso15693(void); void AcquireRawAdcSamplesIso15693(void); void ReaderIso15693(uint32_t parameter); // Simulate an ISO15693 reader - greg void SimTagIso15693(uint32_t parameter); // simulate an ISO15693 tag - greg +void BruteforceIso15693Afi(uint32_t speed); // find an AFI of a tag - atrox +void DirectTag15693Command(uint32_t datalen,uint32_t speed, uint32_t recv, uint8_t data[]); // send arbitrary commands from CLI - atrox +void SetDebugIso15693(uint32_t flag); /// util.h