Commit Graph

  • 2f3dbbcaa3 rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) chg: Fix memory bounds error (@wsmoses) c3511781a1 iceman1001 2017-11-11 23:23:01 +01:00
  • f906cb7f89 chg: 'hf mf sim' @piwi's changes part 1 iceman1001 2017-11-11 22:41:52 +01:00
  • 92f37c4c22 chg: 'apdu' @merlokk changes chg: @piwi's changes to timing chg: @piwi's changes to rats. iceman1001 2017-11-11 22:39:13 +01:00
  • a4069fe2aa chg: code cleaning iceman1001 2017-11-11 22:34:34 +01:00
  • c74360a629 chg: 'hf 14b' deviceside cleaning iceman1001 2017-11-11 01:32:58 +01:00
  • 8f4c96cc81 chg: 'lf hitag' - don't send garbage (@marshmellow42) iceman1001 2017-11-11 01:31:45 +01:00
  • c3403da76c chg: 'hf felica' adjustments iceman1001 2017-11-11 01:26:53 +01:00
  • 02af3b9e1d CHG: (@pwpiwi) d940ebfbad iceman1001 2017-11-10 23:24:05 +01:00
  • 25b173ea20 chg: 'hf 14a reader' - @pwpiwi 7c8115b273 iceman1001 2017-11-10 22:55:33 +01:00
  • 0d149dd949 FIX: buffer overflow. array too short iceman1001 2017-11-10 21:20:54 +01:00
  • 9b4e52b89e CHG: dropfield iceman1001 2017-11-10 20:49:56 +01:00
  • 8b83db2c1b ADD: 'hf 14a apdu' @merlokk iceman1001 2017-11-10 20:47:31 +01:00
  • a3e923c529 add: emv iceman1001 2017-11-10 20:09:22 +01:00
  • 23506bd1d7 add: first part emv @merlokk iceman1001 2017-11-10 20:08:28 +01:00
  • ccfcd8e991 CHG: Thanks to @pwpiwi , his latest adjustments to HF. iceman1001 2017-11-10 19:51:37 +01:00
  • bc8b3534fe chg: renaming iceman1001 2017-11-09 19:30:29 +01:00
  • 30ceea4aea chg: cleaning up some function calls. fix: check to see clock is bigger than zero. iceman1001 2017-11-09 19:15:56 +01:00
  • 3b91a33eec fix: assume graphbuffer data only iceman1001 2017-11-06 15:45:23 +01:00
  • dd0b11c0ef fix: ..its not noise ... fix: only assume Graphbuffer values 128 -> -127 ... iceman1001 2017-11-06 15:43:15 +01:00
  • e3ac1c586f chg: noise detection iceman1001 2017-11-06 15:32:46 +01:00
  • 609008b3ad chg: removed unneeded loop iceman1001 2017-11-06 15:28:44 +01:00
  • 31be64824e syntax sugar iceman1001 2017-11-06 15:28:03 +01:00
  • 423de2ba44 CHG: removed unused function iceman1001 2017-11-06 15:08:36 +01:00
  • 881c7115a7 CHG: centralized the LF signal properties LOW/HIGH/MEAN/AMPLITUDE/ISNOISE into one struct. CHG: 'data raw ar' - didn't take in consideration the command line parameter CLOCK. iceman1001 2017-11-06 15:06:42 +01:00
  • d89fb5ab39 chg: helptext iceman1001 2017-11-05 18:33:10 +01:00
  • de5b06c3d3 rem: outdated script iceman1001 2017-11-05 17:44:41 +01:00
  • b01f3d2352 syntaxt sugar iceman1001 2017-10-30 22:20:41 +01:00
  • 3b1c01cd13 CHG: 'lf search' - hitag/cotag wrong return values CHG: is_justnoise - safety checks CHG: 'hitag reader' - debug printing iceman1001 2017-10-30 22:20:08 +01:00
  • 54e8a0ae2b change demod printing iceman1001 2017-10-30 20:33:11 +01:00
  • 9632d91240 FIX: absolute value when comparing against threhold iceman1001 2017-10-30 20:03:36 +01:00
  • db56ca11a3 FIX: detect noise signal by measuring amplitude of signal. iceman1001 2017-10-30 19:18:30 +01:00
  • 6f948be842 CHG: some average / mean functions to enhance justNoise functions. FIX: 'lf t55xx' - verifying that collected signal is not just noise.. iceman1001 2017-10-30 16:44:04 +01:00
  • d5a1e4c7d4 fix: 'em' - return negative to a bool is not ok iceman1001 2017-10-30 16:19:15 +01:00
  • 05991cdffb sloppy iceman1001 2017-10-30 15:12:03 +01:00
  • d1566728e2 more fflushes. iceman1001 2017-10-30 15:10:32 +01:00
  • 92858d39d4 fix: flushing some output.. iceman1001 2017-10-30 15:08:20 +01:00
  • deeb56f09c fix: 'hf mf hardnested' : without sending dummy answer, the can't select tag comes.. iceman1001 2017-10-30 15:02:44 +01:00
  • 6b78a8711d ADD 'hf 14a info' : new command (old reader command) (@merlokk) iceman1001 2017-10-30 12:29:02 +01:00
  • 0520d42f3d revert back.. iceman1001 2017-10-30 12:22:02 +01:00
  • ee1612870c CHG: 'info' unified helptext. ADD: 'hf 14a info' - skeleton function iceman1001 2017-10-30 12:17:32 +01:00
  • 6e46822c4c CHG: mcIdent now turn on/off readerfield. iceman1001 2017-10-30 12:05:14 +01:00
  • 0ea06dbe9b CHG: spelling misstake CHG: code cleanup. unused function. iceman1001 2017-10-30 12:02:57 +01:00
  • fdf1566c23 FIX: 'hf 14a reader' - detection of magic refactored, all test now assumes turn on/off readerfield. iceman1001 2017-10-30 12:01:34 +01:00
  • 59fbf1e354 chg: don't blindly trust other ppls changes iceman1001 2017-10-29 20:07:45 +01:00
  • b5842e8c1b fix: usb_cdc don't report that pm3 device is selfpowered.. (since its not by default) iceman1001 2017-10-29 19:28:23 +01:00
  • 76e139701a chg: @merlokk 's minor adjustment to waitCmd iceman1001 2017-10-29 19:26:34 +01:00
  • f6d2d508b4 rem: removed old references to google code. iceman1001 2017-10-29 19:25:34 +01:00
  • 994248265d FIX: changing the result booleran when sending over serial. iceman1001 2017-10-29 19:22:03 +01:00
  • f805fe995b fix.. don't ask.. iceman1001 2017-10-29 11:23:26 +01:00
  • bc131dd105 fix: high and low variable should now contain raw hex. iceman1001 2017-10-29 11:20:10 +01:00
  • 0ef6e190e7 fix. missing variable and semicolon iceman1001 2017-10-29 10:40:39 +01:00
  • 6aec2f5951 FIX: spelled wrong. downside with working in notepad++ iceman1001 2017-10-29 10:38:49 +01:00
  • 573a312130 fix: removed a refence to missing file iceman1001 2017-10-29 03:53:09 +01:00
  • 2e32fd289c ADD: StandAloneMode LF Proxbrute by @brad-anton https://github.com/brad-anton/proxbrute iceman1001 2017-10-29 03:51:07 +01:00
  • c1f742dfe5 CHG: updade some define and helptext iceman1001 2017-10-29 03:47:00 +01:00
  • fab1b64760 ADD: standalone mode : LF HID corporate 1000 bruteforce by @federicodotta et al. https://github.com/federicodotta/proxmark3 iceman1001 2017-10-29 03:26:46 +01:00
  • 0d2b6e8042 chg: @melokk 's latest fix iceman1001 2017-10-27 22:25:42 +02:00
  • b5908ec810 chg: colors (@merlokk) iceman1001 2017-10-26 19:17:39 +02:00
  • 27569dbc26 CHG: updated appveyour file from @merlokk iceman1001 2017-10-26 13:01:55 +02:00
  • 1a7badc025 REM: removed unused file iceman1001 2017-10-25 14:12:29 +02:00
  • 3fd792940b FIX: @satsuoni fixes with pm3 offical version. iceman1001 2017-10-25 13:59:49 +02:00
  • c2444a885b CHG: FeliCa and 14b/15 enhancements. or it should be atleast. Until it gets tested.. iceman1001 2017-10-24 18:24:30 +02:00
  • 52eaa3dfe6 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2017-10-24 18:11:39 +02:00
  • 74842edf1d CHG: flush stdout, https://github.com/Proxmark/proxmark3/pull/443 (@doegox) iceman1001 2017-10-24 14:27:02 +02:00
  • 42d3fec4a1 Merge pull request #137 from winguru/basic-helper-scripts Iceman 2017-10-24 09:25:18 +02:00
  • 15aa741bdc Enhanced BASH scripts to detect either pm3-x or ttyACMx style devices. 57ca2b96b7444cb986b2d6cf51d25ffd86c57743 2017-10-23 19:25:58 -04:00
  • c73ad5b4da Some basic BASH scripts to help update the proxmark firmware and to start the application. Both scripts perform simple checks to autodetect the proxmark device. 57ca2b96b7444cb986b2d6cf51d25ffd86c57743 2017-10-23 18:15:02 -04:00
  • 1f8b08cf57 Merge pull request #135 from winguru/winguru-patch-1 Iceman 2017-10-23 23:52:02 +02:00
  • 34b076f7af Enclosed naked statements with braces to avoid C compliler misleading-indentation 'guard' warning. 57ca2b96b7444cb986b2d6cf51d25ffd86c57743 2017-10-23 17:37:29 -04:00
  • 666284b130 chg: matching versionnumber... iceman1001 2017-10-23 23:31:20 +02:00
  • 8f201fd173 chg: removed some commented out code iceman1001 2017-10-23 22:10:16 +02:00
  • f3ebfcb9a0 chg: reverting old @satsuoni felica changes. chg: applied @pwpiwi 's fixes for iso 14B / 15 iceman1001 2017-10-23 21:56:47 +02:00
  • 6a4a084843 chg: remove redudant key (@cjbrigato) iceman1001 2017-10-23 21:29:20 +02:00
  • 9e527537c6 fix: remove compile warnings (@winguru) iceman1001 2017-10-23 21:19:46 +02:00
  • 4bfc3ca8c9 CHG: part of @piwi changes iceman1001 2017-10-23 21:17:59 +02:00
  • e1ff9e66ab chg: another one key iceman1001 2017-10-23 21:17:31 +02:00
  • e312115844 rem: duplicate key. iceman1001 2017-10-23 14:12:04 +02:00
  • e39907690f CHG: more known keys iceman1001 2017-10-23 14:08:19 +02:00
  • b6d68ec0aa Update readme.md Iceman 2017-10-22 17:00:53 +02:00
  • feeffb0eff chg: some updates on installing.. iceman1001 2017-10-22 13:42:33 +02:00
  • 14cf93f523 chg:... banner.. not showing.. I should rethink sundaymornings coding sessions iceman1001 2017-10-22 11:27:22 +02:00
  • dbb392c212 chg: ...NOT showing banner.. before it was enforcing it :) iceman1001 2017-10-22 11:07:37 +02:00
  • 2aa17c0ddc chg: not showing banner when executing direct from shell iceman1001 2017-10-22 11:05:25 +02:00
  • d2dd6eed6a UPD: pm3_mfdread.py - updates from original repo (@zhovner) 96d0ac184a iceman1001 2017-10-22 10:25:14 +02:00
  • d15cf5ff2f CHG: pip:ing, command, lua, from CLI has less output. iceman1001 2017-10-21 15:01:23 +02:00
  • dc23a6d5ce chg: commandline mode execution now has less output iceman1001 2017-10-21 14:50:29 +02:00
  • 80573aa7f6 fix: 'proxmark3.exe -c zzzzz' command from cli didnt work iceman1001 2017-10-21 14:24:23 +02:00
  • 5da60668dc chg: Serialnumber is shorter. Will be better for OSX ppl iceman1001 2017-10-21 13:07:07 +02:00
  • 1fd6d95729 chg: remove a warning 'extern' iceman1001 2017-10-21 13:00:36 +02:00
  • 55e87490cf fix: remove all traces of fpga_nfc... iceman1001 2017-10-20 22:01:10 +02:00
  • b27a9920b1 ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) CHG: https://github.com/Proxmark/proxmark3/pull/434 (@pwpiwi) iceman1001 2017-10-20 20:39:57 +02:00
  • 4b48e63ccc ADD: missing felica.c iceman1001 2017-10-20 20:30:17 +02:00
  • 74ac547db8 REM: removed unused file iceman1001 2017-10-20 20:29:38 +02:00
  • 4b63f940f1 CHG: FeliCa implemenation by @satsuoni iceman1001 2017-10-20 20:27:44 +02:00
  • 530c046060 chg: a better appveyor.yml file (@merlokk) iceman1001 2017-10-20 20:13:49 +02:00
  • cdaef14759 fix: forgot param iceman1001 2017-10-20 18:24:04 +02:00
  • 2cf3a0adb7 chg: helptext iceman1001 2017-10-20 18:00:58 +02:00
  • d350bfb561 fix: broken function iceman1001 2017-10-20 18:00:13 +02:00
  • d77e8233c0 fix: pr #435 (@tisf) OSX has issues with liblua. iceman1001 2017-10-20 17:53:49 +02:00
  • 53333f22c8 fix: hw status (and USB comm in general) PR #434 : (@pwpiwi) iceman1001 2017-10-20 16:32:42 +02:00