Commit Graph

  • e53a5452b8
    Merge pull request #198 from brianpow/PrintAndLogOptions Iceman 2018-03-01 17:05:44 +01:00
  • a352dbd93f migrate some usage text to call PrintAndLogOptions() Brian Pow 2018-03-01 23:55:13 +08:00
  • ce0d614a40
    Merge pull request #197 from brianpow/PrintAndLogOptions Iceman 2018-03-01 16:43:03 +01:00
  • 88073dc5ce add PrintAndLogOptions Brian Pow 2018-03-01 23:34:14 +08:00
  • 04d4ecddbf FIX: 'data plot + keypress g on empty plot' correct fix. iceman1001 2018-03-01 14:35:47 +01:00
  • 0eaae0cbae chg: another "." progress iceman1001 2018-03-01 14:12:17 +01:00
  • 40cc0a402b chG: adjust some "." progress dots, that shouldn't use NORMAL.. iceman1001 2018-03-01 14:10:52 +01:00
  • 5de4d9d3a6 FIX: 'data plot window' - keypress G in an empty plot crashed the client. Missing parenthis. iceman1001 2018-02-28 21:53:42 +01:00
  • 802994d30a add: 'hf 14 antifuzz' - the outline for the new functionality which fuzzes the anticollision phase ISO 14443a. iceman1001 2018-02-28 13:21:47 +01:00
  • 184ab1aeab fix: output from reconnect, seems to get stuck and not continue into cli. iceman1001 2018-02-28 08:23:49 +01:00
  • 97c029fc55 textual output iceman1001 2018-02-28 08:12:21 +01:00
  • 8083bfec32 add: marshmellow42 's fix for cotag endless loops iceman1001 2018-02-28 08:08:07 +01:00
  • 8eb0a42b5a chg: adjustments iceman1001 2018-02-28 08:04:53 +01:00
  • 535c92fee5 FIX: added @marshmellow42 's fix for #514 (offical repo) lf search hang with no tag on antenna. iceman1001 2018-02-28 07:59:41 +01:00
  • 14a6c8e879
    Merge pull request #191 from brianpow/reformat-usage-text Iceman 2018-02-27 16:21:03 +01:00
  • e0121a3bfd reformat usage text Brian Pow 2018-02-27 22:55:15 +08:00
  • b63e9ab938
    Merge pull request #183 from brianpow/hf-15-restore Iceman 2018-02-26 21:06:29 +01:00
  • 567a312cf4 chg: textual iceman1001 2018-02-25 16:04:55 +01:00
  • 7b9ba2de8e chg: standalone modes - adapted for HF_COLIN aswell, for easier compilation iceman1001 2018-02-25 16:04:24 +01:00
  • 23ecd4154a FIX: standalone mode HF_COLIN - it now compiles. iceman1001 2018-02-25 08:15:38 +01:00
  • 867a3a8f0c fix: wrong size iceman1001 2018-02-24 18:11:54 +01:00
  • f065f5c163
    Merge pull request #184 from brianpow/PrintAndLogEx Iceman 2018-02-24 17:42:32 +01:00
  • d8f0863a2a PrintAndLogEx supports multi-line messages Brian Pow 2018-02-25 00:39:05 +08:00
  • c0c89a0e7b implement 'hf 15 restore' Brian Pow 2018-02-24 21:45:51 +08:00
  • bba3e3f35a
    Update README.md Iceman 2018-02-24 10:59:53 +01:00
  • 3ee154ef4b
    Update README.md Iceman 2018-02-23 18:55:11 +01:00
  • d1a029dc33
    Merge pull request #181 from brianpow/PrintAndLogDevice Iceman 2018-02-23 09:05:37 +01:00
  • a4fa0144eb migrate PrintfAndLog() to PrintAndLogDevice() Brian Pow 2018-02-22 22:59:55 +08:00
  • 22715e7a99 minor adjustements iceman1001 2018-02-22 15:13:43 +01:00
  • 87b3df94c1 chg: minor syntax iceman1001 2018-02-22 15:04:49 +01:00
  • 1c37981430 fix: StandAloneMode proxbrute - missing variable and missing define. ZERO = 0. iceman1001 2018-02-22 15:03:20 +01:00
  • 3eaddc2b3d
    Merge pull request #180 from brianpow/PrintAndLogEx Iceman 2018-02-22 14:10:27 +01:00
  • 668b44ba26 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-22 09:42:33 +08:00
  • f0314562f7 fix typos Brian Pow 2018-02-22 09:36:11 +08:00
  • d8281e69fd chg: skip printing debug statements when not debugging. chg: started with a coloring of messages. Didn't work super well.. iceman1001 2018-02-21 19:00:42 +01:00
  • a9c652bb6c no need for formatting iceman1001 2018-02-21 18:20:50 +01:00
  • 65a4253e7e print.. iceman1001 2018-02-21 17:56:09 +01:00
  • b5500c3e54 simple debug.. iceman1001 2018-02-21 16:48:52 +01:00
  • db6b1bab7d simpler debug iceman1001 2018-02-21 16:46:38 +01:00
  • 0248352ea6 chg:simpler debug printing iceman1001 2018-02-21 16:41:39 +01:00
  • e69ca55246 chg: more.. iceman1001 2018-02-21 16:37:20 +01:00
  • 555b261eab simpler debug printing iceman1001 2018-02-21 16:36:40 +01:00
  • e29503b368 chg: easier debug printing iceman1001 2018-02-21 16:31:34 +01:00
  • 7064a2dd71 chg: made debugprintig easier. iceman1001 2018-02-21 16:30:15 +01:00
  • a29b2328db fix: g_debugMode - client side global debugvariable, moved to util.c iceman1001 2018-02-21 15:54:13 +01:00
  • 180e3d4df9 chg: adaptations for global debug var to be accessible iceman1001 2018-02-21 14:59:06 +01:00
  • dc22ba144c fix: adapting for g_debug access.. iceman1001 2018-02-21 14:52:31 +01:00
  • 69aa3bfeed chg: skip printing DEBUG messages if global client debug variable it set to zero. iceman1001 2018-02-21 14:42:00 +01:00
  • 8b61916525
    Merge pull request #179 from brianpow/PrintAndLogEx Iceman 2018-02-21 14:19:06 +01:00
  • 731a7db4e6 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:37:01 +08:00
  • 6ba31a5581 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:22:51 +08:00
  • 5d332d38ef use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:21:25 +08:00
  • 26af82879a use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:19:46 +08:00
  • e9185085c7 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:16:58 +08:00
  • 39f44c33a4 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:13:25 +08:00
  • 7a9612036d use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:06:41 +08:00
  • 6d6f5f422d use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:06:02 +08:00
  • ee3da288e3 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:05:42 +08:00
  • 14c68d47ec use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:04:39 +08:00
  • d8518f0b00 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 20:04:12 +08:00
  • e68055ac65 use PrintAndLogEx() instead of PrintAndLog(), remove uerr() Brian Pow 2018-02-21 19:50:42 +08:00
  • 0de94cff10 use PrintAndLogEx() instead of PrintAndLog(), tweak messages Brian Pow 2018-02-21 19:08:44 +08:00
  • dff2a778b1 use PrintAndLogEx() instead of PrintAndLog(), tweak message Brian Pow 2018-02-21 19:05:20 +08:00
  • 936581b4ac use PrintAndLogEx() instead of PrintAndLog(), tweak messages Brian Pow 2018-02-21 19:04:16 +08:00
  • 69586e5dd6 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 19:03:06 +08:00
  • 5bd7ba6fd0 use PrintAndLogEx() instead of PrintAndLog(), tweak messages Brian Pow 2018-02-21 19:02:31 +08:00
  • bfa510cce1 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:58:47 +08:00
  • 217647d993 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:57:39 +08:00
  • 24274ff2fe use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:56:16 +08:00
  • a7f61f7811 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:54:45 +08:00
  • b4b26377d8 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:54:17 +08:00
  • 6a1c2895e0 use PrintAndLogEx() instead of PrintAndLog(), tweak messages Brian Pow 2018-02-21 18:53:48 +08:00
  • 72b733b833 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:52:21 +08:00
  • 9c574b4920 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:51:43 +08:00
  • a84d863fc2 use PrintAndLogEx() instead of PrintAndLog(), tweak messages Brian Pow 2018-02-21 18:51:00 +08:00
  • bec3b6c468 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 18:48:41 +08:00
  • 4306f85343 tweak messages Brian Pow 2018-02-21 18:46:49 +08:00
  • 9b7bd49665 tweak messages Brian Pow 2018-02-21 18:46:13 +08:00
  • 6003d4ffa0 tweak messages Brian Pow 2018-02-21 18:45:53 +08:00
  • 858224244d tweak messages Brian Pow 2018-02-21 18:45:18 +08:00
  • 43ec321e53 tweak messages Brian Pow 2018-02-21 18:44:28 +08:00
  • b1318c6e0c use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:14:47 +08:00
  • 618b868daf tweak message Brian Pow 2018-02-21 16:11:34 +08:00
  • c80c992ff3 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:10:03 +08:00
  • 2cea36c3b5 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:09:27 +08:00
  • 740a1daaa4 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:07:09 +08:00
  • 8e15b3fa22 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:03:45 +08:00
  • 8c435c2725 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 16:00:24 +08:00
  • 0f6e779e0d use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:56:18 +08:00
  • 8a408088af tweak message Brian Pow 2018-02-21 15:55:12 +08:00
  • d34e95b9a8 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:54:31 +08:00
  • 2a3f670e0c use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:48:29 +08:00
  • 621a349e61 tweak messages Brian Pow 2018-02-21 15:47:42 +08:00
  • 4afe5e6ce0 tweak messages Brian Pow 2018-02-21 15:47:19 +08:00
  • 6582a2ccb1 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:43:21 +08:00
  • cafa0649f5 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:41:20 +08:00
  • 02694401e8 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:31:24 +08:00
  • b8f106d7a7 use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:18:07 +08:00
  • 44bd1cd13d use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:14:38 +08:00
  • 9aee92f27d use PrintAndLogEx() instead of PrintAndLog() Brian Pow 2018-02-21 15:13:17 +08:00