]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.h
Add flasher from SVN r623 for HID bootprom and current Mac OS X kext
[proxmark3-svn] / client / cmddata.h
index ffd6b983a041be2b58eb33a1d5ebbc1ef62b8c02..514be3a2bb6c08a8a3a41c95abde3e6821c916fd 100644 (file)
@@ -30,6 +30,7 @@ int CmdFSKdemodAWID(const char *Cmd);
 int CmdFSKdemod(const char *Cmd);
 int CmdFSKdemodHID(const char *Cmd);
 int CmdFSKdemodIO(const char *Cmd);
+int CmdFSKdemodParadox(const char *Cmd);
 int CmdFSKdemodPyramid(const char *Cmd);
 int CmdFSKrawdemod(const char *Cmd);
 int CmdDetectNRZpskClockRate(const char *Cmd);
@@ -59,4 +60,6 @@ int CmdIndalaDecode(const char *Cmd);
 extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
 extern int DemodBufferLen;
 
+#define BIGBUF_SIZE 40000
+
 #endif
Impressum, Datenschutz