Commit Graph

  • c7067d0057 CHG: added extra out-of-bounds check when downloading data from device. iceman1001 2018-04-27 12:36:53 +02:00
  • 98f0e9a284 fix: print.c on device doesn't have support for formatter %f iceman1001 2018-04-27 12:16:35 +02:00
  • 271cb3e1cc chg: \r didn't work well with printandlogex chg: spaces chg: cleaning iceman1001 2018-04-27 12:15:26 +02:00
  • c41013d394 chg: printandlogex now deals with string which has inital newline char. iceman1001 2018-04-27 11:22:30 +02:00
  • cd93f3a134 ADD: sample buffer size variable, to keep track of possible download lengths which is reserved on client. iceman1001 2018-04-27 10:09:14 +02:00
  • a11162a9fe chg: bash seems to work better on Ubuntu. Tested on ubuntu, mingw. iceman1001 2018-04-26 23:16:38 +02:00
  • 1a0a465e11 chg: time time.. iceman1001 2018-04-26 23:07:50 +02:00
  • fd3f3bb1ef chg: tries to see if GIT is installed. Simplified substring. iceman1001 2018-04-26 23:02:53 +02:00
  • 7a17e7e753 chg: 'lf search' - remove some block prints for AutoCorrelate chg: textual iceman1001 2018-04-26 14:39:11 +02:00
  • 8730b020b3 chg: space? iceman1001 2018-04-26 14:26:28 +02:00
  • ef867794d1 chg: ...textual iceman1001 2018-04-26 14:19:33 +02:00
  • e4bf5d3c66 chg: might fix timing issues between threads. iceman1001 2018-04-26 12:13:03 +02:00
  • 4f1e2f80c5 fix: 'hf mf esave' - no extra newline in the end of the file iceman1001 2018-04-26 12:05:18 +02:00
  • e119db8683 chg: textual iceman1001 2018-04-26 08:46:17 +02:00
  • 96a5cefe97 fix: wrong string used. iceman1001 2018-04-25 18:13:28 +02:00
  • fcad4054b6 CHG: PrintAndLogEx, prints prefixes on without the \n in string iceman1001 2018-04-25 09:28:27 +02:00
  • f5257f5380 fixes: 'script run mifareplus' behaves better now. iceman1001 2018-04-25 09:22:41 +02:00
  • 2017f321b7 fix: memory issue, took all bigbuff iceman1001 2018-04-25 01:33:25 +02:00
  • 695d4cbb51 chg: fix coverity scan bug, variable is treated like a array iceman1001 2018-04-20 20:07:41 +02:00
  • 6ab1b285a0 chg. iceman1001 2018-04-20 19:50:56 +02:00
  • f64e244823 chg: define iceman1001 2018-04-20 19:48:13 +02:00
  • f5718fb448 chg: wiping / reading / writing flashmem iceman1001 2018-04-20 16:11:10 +02:00
  • 409c7b1029 chg: added some nedap blocks iceman1001 2018-04-20 16:09:40 +02:00
  • cc181c3f91 chg: downloading of flashmemory to client. iceman1001 2018-04-20 15:26:34 +02:00
  • a746699f5f chg: reading / writing flashmem works better now. iceman1001 2018-04-19 00:27:44 +02:00
  • fd52946ef8 chg: missing import, added sample to helptext and better length checks. (@neuromancer) iceman1001 2018-04-18 22:21:16 +02:00
  • 2e6699273e chg: cleanup from offical repo iceman1001 2018-04-18 20:17:00 +02:00
  • 646ff0ce68 add: 'script run mifare_access' script which tries to decode Mifare Classic access bytes. (thanks to @neuromancer) iceman1001 2018-04-18 19:20:13 +02:00
  • 42569a6f13 chg: adjusting for DEFINE usages. iceman1001 2018-04-18 16:17:49 +02:00
  • ec54fa5b30 fix: crc16 ccitt in utils.lua has been adapted for the new crc16. iceman1001 2018-04-18 16:08:46 +02:00
  • 0492df266c chg: only print if compiled with smartcard flag iceman1001 2018-04-18 12:41:03 +02:00
  • a968ea8c53 chg: latest fixes iceman1001 2018-04-17 13:26:28 +02:00
  • d4c0de0c3c chg: turn off led A iceman1001 2018-04-16 20:19:44 +02:00
  • a615fd6a9e chg: smartcard , testing to use pwm clock instead of timer clock. chg: added some comments iceman1001 2018-04-16 19:58:49 +02:00
  • 192aa9abd7 CHG: renamed iso7816 files ADD: smartcard functionality (big thanks to Chris Nocker!) iceman1001 2018-04-08 10:51:19 +02:00
  • 726edb87cb chg: flashmem unique id is 64bit iceman1001 2018-04-08 10:24:24 +02:00
  • e09f26c862 chg: extra space iceman1001 2018-04-06 23:53:33 +02:00
  • e8be06dd31 fix: 'data plot' - plot window now hides when keypress Q iceman1001 2018-04-06 23:52:55 +02:00
  • 190be2bd43 chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved. iceman1001 2018-04-06 23:11:26 +02:00
  • eb2e3ce681 chg: to debug.. iceman1001 2018-04-06 23:02:56 +02:00
  • 131a213aae
    Merge pull request #211 from 4m4rOk/patch-1 Iceman 2018-04-06 23:03:38 +02:00
  • 2c490063da
    Fixed undeclared identifier 4m4rOk 2018-04-06 22:53:37 +02:00
  • 2aa9372534 CHG: rename of global variable CHG: adjusted outputs. iceman1001 2018-04-06 09:25:34 +02:00
  • 2e3308b257 add: 'script run mifareplus' - a script to communicate with Mifare Plus tag. (@dceliano) chg: added a bunch of gitignores for my dev-env. iceman1001 2018-04-05 11:57:44 +02:00
  • 395fd82935 add: information on loclass binary files iceman1001 2018-04-05 11:41:48 +02:00
  • 0aa6568bf9 fix: 'hf mfu' increase array iceman1001 2018-04-04 12:28:30 +02:00
  • 6b63f704cc chg: adding spaces iceman1001 2018-04-03 11:58:35 +02:00
  • 3f5aab8f05 chg: preparing for iso7816 module statuses iceman1001 2018-04-03 11:45:20 +02:00
  • 967dbce1f2 chg: 'script run ul_uid' - tried to add suppor to for brickable magic tags which must be written in one session. iceman1001 2018-04-03 11:24:58 +02:00
  • e56b8f3bda ophs.. iceman1001 2018-04-03 10:02:54 +02:00
  • 4b2a746ef5 ADD: 'hf mfu' detection of Mifare Ultralight NANO tags. iceman1001 2018-04-03 09:57:20 +02:00
  • 57337fe941 chg: add some error messages in order to debug better. iceman1001 2018-03-31 10:46:06 +02:00
  • 141cde93dd add: buzzer code from elechouse repo iceman1001 2018-03-31 10:44:44 +02:00
  • a37518b1c3 chg: renamed smartcard.c -> iso7816.c chg: default standalone mode is LF_SAMY.. The HF_COLIN takes a lot of space iceman1001 2018-03-31 10:43:09 +02:00
  • 836d7370c3 spaces iceman1001 2018-03-31 10:36:39 +02:00
  • 3d956e686b chg: flashmem adaptions iceman1001 2018-03-31 10:35:40 +02:00
  • 089beed4f4 fix: 'script lf_bulk' - parity fixes (@pwpiwi) iceman1001 2018-03-29 13:20:00 +02:00
  • d0b3f1311e chg: using_history? (suggestion of @pwpiwi) iceman1001 2018-03-28 20:29:34 +02:00
  • 37ff9275f1 reverted iceman1001 2018-03-28 15:06:27 +02:00
  • 90e63e10fb chg: wrong variable name iceman1001 2018-03-28 13:05:23 +02:00
  • 31bc214137 chg iceman1001 2018-03-28 13:00:44 +02:00
  • 230c279124 fix: 'lf indala' Commit 1dae981 extended the amount of fixed bits searched for when decoding 64-bit Indala. These additional bits come from the end of one UID, and therefore need to be skipped past when actually retrieving the UID. (@megabug) b05611a30b iceman1001 2018-03-28 12:53:27 +02:00
  • b26919b24d Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2018-03-26 12:14:25 +02:00
  • 8f9da28a93 fix: reverting LF adjustment, will enable some LF to work properly again. iceman1001 2018-03-26 12:02:22 +02:00
  • 952451e060
    Merge pull request #208 from angelsl/fix-hf-colin Iceman 2018-03-25 21:05:46 +02:00
  • 1aa974fc70 Fix buffer overrun in hf_colin angelsl 2018-03-25 21:16:23 +08:00
  • 9f7d9a5d7f chg: 'trace save' - removed redundant message chg: 'trace load' - add check if file is too small to be useful iceman1001 2018-03-21 08:33:41 +01:00
  • 4dd7c19be1 fix: causes readline to crash a lot on ubuntu iceman1001 2018-03-21 08:13:07 +01:00
  • b5545f4c35 chg: 'trace save' - now uses fileutils.c instead. iceman1001 2018-03-20 08:23:54 +01:00
  • 3d92a616b7 fix: to_lower -> tolower iceman1001 2018-03-19 19:24:52 +01:00
  • c814615e1b chg: helptext now shows correct sample key. (thanks @Dmanufacturer for pointing it out) iceman1001 2018-03-19 19:19:57 +01:00
  • 4ea466ac56 space iceman1001 2018-03-19 18:17:04 +01:00
  • 0abb85a411 chg: 'hf mfu dump' - renamed filename parameter from 'n' to 'f', since 'f' is used on other command (iClass) chg: generic to_lower can remove some cases iceman1001 2018-03-19 18:16:33 +01:00
  • 15d258a30a fix: tracebuffer, and messages iceman1001 2018-03-19 16:13:31 +01:00
  • fd1b86d607 ADD: flashmemory functionality for RDV40 Huge thanks to @willok ! iceman1001 2018-03-19 15:58:50 +01:00
  • e182d12ba8 chg: textual iceman1001 2018-03-18 21:49:48 +01:00
  • 52a0acd7f1 chg: 'trace save' better checks chg: 'trace load' closing filehandles.. iceman1001 2018-03-18 21:47:16 +01:00
  • c30e282f5e chg: 'trace list' - allocating memory iceman1001 2018-03-18 21:18:26 +01:00
  • 7ecd35943c chg: 'trace load' chg: 'trace save' iceman1001 2018-03-18 19:58:22 +01:00
  • 71ce6e07ee CHG: moved trace commands into its own category (from hf) 'trace list' iceman1001 2018-03-18 18:00:41 +01:00
  • 4c666e3832 add: OSX readline fixes ( @micolous ) 0763239363 iceman1001 2018-03-17 14:35:34 +01:00
  • 0656edbb85 chg: 'hf mfu dump' message iceman1001 2018-03-17 14:34:55 +01:00
  • 0244113913 add iceman1001 2018-03-16 16:32:32 +01:00
  • b0eaa730c0 FIX: 'hf mfu dump' - partial reads leads to overwritten data on wrong blocks. iceman1001 2018-03-16 16:31:10 +01:00
  • 0eca7e3977 chg: #define rename iceman1001 2018-03-16 08:58:07 +01:00
  • 7a71df3aec syntax sugar iceman1001 2018-03-15 22:35:11 +01:00
  • 3438d016c7 idea based on @jamchamb PR in official pm3 https://github.com/Proxmark/proxmark3/pull/584 iceman1001 2018-03-15 20:06:12 +01:00
  • ce418fb720 chg: 'hf mfu read' chg: 'hf mfu dump' - 5 retries if failed readblock. Loop for CRC error or incomplete reads. iceman1001 2018-03-15 19:59:33 +01:00
  • a7fd398d33
    Merge pull request #202 from k02a/patch-6 Iceman 2018-03-15 14:48:02 +01:00
  • fdda1d2961
    Minor warning correction. Johnny Bengtsson 2018-03-15 13:59:43 +01:00
  • 5690c0f5bc chg: 'hw detectreader' - kind of useless previous change, measuring from two different readers, the max was 18.8v and 20.1v Not even close to 36v the standard ADC is configured iceman1001 2018-03-15 10:48:57 +01:00
  • c3ba3f306f chg: 'hw detectreader' - RDV40 adjustment iceman1001 2018-03-15 09:25:22 +01:00
  • 62814fd352 fix: 'hw detectreader' - adapted to PM3 RDV40 for HF measures. iceman1001 2018-03-15 09:20:21 +01:00
  • fd7acc78f3 fix: 'hf 14a info' - ATS length sanity check added iceman1001 2018-03-13 23:16:48 +01:00
  • 7e0455aa0c ADD: 'MattyRun' standalone - added the MattyRun standalone mode. *untested compilation* iceman1001 2018-03-12 12:27:43 +01:00
  • c196bf61b0
    Merge pull request #200 from colinbrigatoeirl/master Iceman 2018-03-11 00:28:24 +01:00
  • 9147698e97 UPDATES HF_COLIN to current Colin J. Brigato 2018-03-10 13:13:21 +01:00
  • 7fb6aa21ab chg: skeleton files for smartcard / flashmem iceman1001 2018-03-05 20:08:28 +01:00
  • 24482211ad chg: the dot progress is not logged anymore. Force fflush afterwards. iceman1001 2018-03-05 20:07:29 +01:00
  • 857bc8ab66 ADD: SmartCard skeleton iceman1001 2018-03-04 14:14:08 +01:00