proxmark3/client/loclass
Fl0-0 a2d058f3aa Fix typo and gcc-7 warnings (#401)
* Fix typo in hf mf csave help
* Fix gcc 7 warning: '~' on an expression of type bool [-Wbool-operation], use logical ! not instead of ~
* Fix gcc 7 warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
* Fix gcc 7 warning: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
2017-09-26 16:36:05 +02:00
..
cipher.c Fix typo and gcc-7 warnings (#401) 2017-09-26 16:36:05 +02:00
cipher.h iclass Write doMAC_N - rename variables to correct descriptions. 2015-07-28 15:20:19 -04:00
cipherutils.c some @iceman1001 s coverty scan fixes 2016-01-08 18:26:56 -05:00
cipherutils.h Further implementation of iclass 'fullsim'. Moved protocol definitions to shared file. Had to add some loclass-function to arm-side to support authentication in fullsim mode 2015-02-18 20:02:44 +01:00
elite_crack.c Use PolarSSL DES implementation (GPL 2 or later) for both client and firmware (#378) 2017-08-22 10:04:47 +02:00
elite_crack.h Synchronized loclass library, imported the legal warning 2015-01-15 16:30:05 +01:00
fileutils.c Further implementation of iclass 'fullsim'. Moved protocol definitions to shared file. Had to add some loclass-function to arm-side to support authentication in fullsim mode 2015-02-18 20:02:44 +01:00
fileutils.h Further implementation of iclass 'fullsim'. Moved protocol definitions to shared file. Had to add some loclass-function to arm-side to support authentication in fullsim mode 2015-02-18 20:02:44 +01:00
iclass_dump.bin Added loclass-functionality into the pm3,the functionality provided by loclass can now be invoked directly from the pm3. Also fixed some issues with how prnlog called PrintAndLog, and added some testdata for the loclass self-tests 2015-01-05 09:16:06 +01:00
ikeys.c Use PolarSSL DES implementation (GPL 2 or later) for both client and firmware (#378) 2017-08-22 10:04:47 +02:00
ikeys.h Synchronized loclass library, imported the legal warning 2015-01-15 16:30:05 +01:00
loclass_main.h Synchronized loclass library, imported the legal warning 2015-01-15 16:30:05 +01:00
main.c Fix typos 2016-02-11 23:03:15 +01:00