Commit Graph

  • fd854a9308 chg: added Abrasive's uart implementation, its simpler to understand but the downside it doesn't do both speeds. (1/4 , 1/2556). ref 2b8bff7dae iceman1001 2018-01-28 12:36:41 +01:00
  • 205e4b2300 chg: adjusted the input parameters for crc16 implementations. iceman1001 2018-01-28 12:19:04 +01:00
  • 1f5477491f chg: rename iceman1001 2018-01-28 11:01:29 +01:00
  • e5804645f1 chg: most of the crc16 works. iceman1001 2018-01-28 10:59:57 +01:00
  • 57df6a1a7e revert: add reflect function since its used in crc.c iceman1001 2018-01-28 10:49:57 +01:00
  • cf44d04be1 add: reflect16 rem: swapbits, reflect iceman1001 2018-01-28 10:46:46 +01:00
  • e396575424 add: fast reverse 16bit iceman1001 2018-01-27 23:16:35 +01:00
  • e76b4f93b8 notes iceman1001 2018-01-27 23:15:08 +01:00
  • ede55a1498 add: fast 8bit reversal. iceman1001 2018-01-27 22:20:56 +01:00
  • 60afef3938 FIX: 'hf snoop' - forcing function to clean up AT91C_BASE_SSC->SSC_RFMR into default setup values. FIX: 'lf ti' - forcing to cleaning up of SSC when finished. iceman1001 2018-01-27 20:30:50 +01:00
  • dcdac209d4 fix: gcc7 warning iceman1001 2018-01-26 20:44:57 +01:00
  • 374c1b16f6 chg: remove gcc 7.0 warnings iceman1001 2018-01-26 20:17:56 +01:00
  • 13e521668f FIX: https://github.com/Proxmark/proxmark3/pull/555 (Thanks @arnie97) iceman1001 2018-01-26 19:31:13 +01:00
  • 4671b81115 chg: skip pointers and make a small number instead. iceman1001 2018-01-25 20:54:15 +01:00
  • 0582fdf934 chg: pointer should be unsigned iceman1001 2018-01-25 20:29:22 +01:00
  • d3db40b7dd chg: remove warning iceman1001 2018-01-25 20:12:33 +01:00
  • f01bc31486 CHG: removed warnings %zu size_t iceman1001 2018-01-25 19:51:10 +01:00
  • 20e9931b63 syntax sugar iceman1001 2018-01-25 18:45:13 +01:00
  • a6c50d7de2 chg: 'hf 14b' removed a delay loop when transmit as reader iceman1001 2018-01-25 18:44:25 +01:00
  • f0e328a64b chg: since we now uses c99 as standard, we can use string formatter %zu iceman1001 2018-01-25 18:41:59 +01:00
  • 009e4f9d99 chg: use return value instead iceman1001 2018-01-25 18:11:07 +01:00
  • 681f2cc83d fix: bad compare. iceman1001 2018-01-25 18:10:34 +01:00
  • f6b98acbf6 chg: turn off antenna when failed. iceman1001 2018-01-25 18:02:49 +01:00
  • b10dca061a fix: too many arguments to function iceman1001 2018-01-25 18:01:40 +01:00
  • 35cfdcd28c Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2018-01-25 17:59:26 +01:00
  • c1b4411268 FIX: array-out-of-bounds iceman1001 2018-01-25 17:59:11 +01:00
  • 14c3583fa9
    Update README.md Iceman 2018-01-25 11:42:18 +01:00
  • a13ecc4a4e CHG: applied https://github.com/Proxmark/proxmark3/pull/553 (@arnie97) and in some more places iceman1001 2018-01-25 09:51:49 +01:00
  • aad1e65b97 FIX: cherrypick some fixes from https://github.com/Proxmark/proxmark3/pull/550 (pwpiwi) iceman1001 2018-01-23 17:41:47 +01:00
  • fe2f99190b Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2018-01-21 18:34:54 +01:00
  • 5939164635 FIX: 'hf 15' timouts bugs when wait is set == 0... thanks @lnv42 for fix 84cb4f6bbf iceman1001 2018-01-21 18:34:29 +01:00
  • 42a1ff88cc
    Merge pull request #156 from ceres-c/master Iceman 2018-01-20 21:22:16 +01:00
  • 26713b3315 Install instructions and makefile switch for ArchLinux Federico Cerutti 2018-01-20 19:31:04 +01:00
  • 3943f87c30 chg iceman1001 2018-01-18 16:31:07 +01:00
  • e18c360010 ADD: Calypso protocol commands iceman1001 2018-01-18 16:26:56 +01:00
  • be82f9f018 DEL: 'hf mf sniff' - since it is very similar to 'hf 14a sniff' , I removed this command. The desired functionality will become a new 'hf list mf' option in the future. iceman1001 2018-01-18 14:11:22 +01:00
  • 21dd3f68ea chg: 'hf mf sniff' - adjustments iceman1001 2018-01-17 00:34:15 +01:00
  • d60721d131 chg: clean up iceman1001 2018-01-17 00:30:43 +01:00
  • 9a162c9a79 CHG: 'hf mf sniff' - output adjustments iceman1001 2018-01-17 00:29:41 +01:00
  • b4afc8cdc4 fix: 'hf mf sniff' - @merlokk 's adjustments iceman1001 2018-01-17 00:28:40 +01:00
  • de983252eb chg: dma macros instead iceman1001 2018-01-17 00:27:13 +01:00
  • 93ecfddb88 CHG: iso15 from b8f35947f2 @lnv42 iceman1001 2018-01-16 21:07:58 +01:00
  • 466bbe1733 fix: 'hf mf hardnested' - too fast timeouts. https://github.com/Proxmark/proxmark3/issues/518 iceman1001 2018-01-15 14:22:46 +01:00
  • 5ee4eeb84b chg: 'hf mf sim' wrong debuglevel for message iceman1001 2018-01-11 22:08:02 +01:00
  • 1b20ff8243 chg, 'hf mf sim' is ok to call without parameter iceman1001 2018-01-11 22:07:26 +01:00
  • 8f6253c5ed chg: textual iceman1001 2018-01-11 21:50:05 +01:00
  • 706287619a FIX: 'hf mf sniff' - possible mf frame sizes for Desfire is 256 or more iceman1001 2018-01-11 21:49:27 +01:00
  • 4e1d6072d2 fix: increase possible state sizes iceman1001 2018-01-11 21:48:04 +01:00
  • 5ea8f73547 FIX: cmd_send has wrong varible definitions, leading to loss of values. iceman1001 2018-01-11 21:47:27 +01:00
  • 1b61e01f0e chg: removed whitespaces. iceman1001 2018-01-09 19:17:21 +01:00
  • a82d5bf708 chg: // took settings from libnfc/buses/uart.c sp->ct.ReadIntervalTimeout = 30; sp->ct.ReadTotalTimeoutMultiplier = 0; sp->ct.ReadTotalTimeoutConstant = 30; sp->ct.WriteTotalTimeoutMultiplier = 30; sp->ct.WriteTotalTimeoutConstant = 0; iceman1001 2018-01-09 16:52:43 +01:00
  • 2b093f8059 chg: 'hf iclass' textual iceman1001 2018-01-09 16:31:54 +01:00
  • 8103f8c7d0 syntax sugar iceman1001 2018-01-09 16:30:30 +01:00
  • 1d04e8822c chg: 'hf mf fchk' textual iceman1001 2018-01-09 16:29:43 +01:00
  • f865b593d7 chg: 'hf mf fchk' helptext chg: 'hf mf sniff' textual iceman1001 2018-01-09 16:25:58 +01:00
  • eed271af5c CHG: 'hw tune' tuning antenna now can handle bigger antennas than 65v, with shifting 9, it can measure up to 130v. iceman1001 2018-01-09 14:53:17 +01:00
  • b578e55d17 chg: 'hf 14b snoop' renamed 'hf 14b sniff'... iceman1001 2018-01-06 21:12:28 +01:00
  • 5dc1761943 FIX: solution one, for more avx, avx2, avx512 ab0582d672 iceman1001 2018-01-06 18:52:28 +01:00
  • cd1f5a58f5 ADD: 'script run ntag_3d.lua' - script to program xyz related ntag213f / magic ntag iceman1001 2018-01-06 09:54:46 +01:00
  • 07d51ec4a4 fix... don't even mention it... iceman1001 2018-01-06 00:19:52 +01:00
  • 1a2973a319 fix: 'hf mf hardnested' - crashes on SSE2 with mingw / windows, Huge thanks to @merlokk @pwpiwi for bug and fix! iceman1001 2018-01-05 18:01:59 +01:00
  • 647d275d18 chg: 'hf felica litedump' - now turns off device when aborted via keyboard, or buttonpress iceman1001 2018-01-05 17:57:50 +01:00
  • 9a8331b882 textual iceman1001 2018-01-05 17:42:21 +01:00
  • 0fda0329eb textual iceman1001 2018-01-05 17:41:11 +01:00
  • 05b62d0b3d syntax sugar iceman1001 2018-01-05 17:40:07 +01:00
  • 82dbfba827 chg: 'hf felica litedump' - more stable impl. Will not break when run twice in a row. Still device can be in a loop if 100sec timeout occures. :( iceman1001 2018-01-05 17:39:04 +01:00
  • 6e93ed80a3 chg: 'hf iclass sniff' - still problems with the dmabuffer iceman1001 2018-01-02 19:10:55 +01:00
  • f0a5d10354 chg: 'hf iclass eload' better filename handling iceman1001 2018-01-02 13:02:55 +01:00
  • 398ca555b2 moved into common/polarssl iceman1001 2018-01-02 11:17:59 +01:00
  • fe9416db23 chg: 'hf iclass' - work in progress. running default_iclass_keys.dic against reader (pm3 as simulation) iceman1001 2018-01-02 11:17:31 +01:00
  • 036d050384 chg: syntax sugar iceman1001 2018-01-02 11:15:23 +01:00
  • c328f68640 fix: part of @pwpiwi 's #534 fixes iceman1001 2018-01-01 18:57:37 +01:00
  • d9089e74b4 chg: textual iceman1001 2018-01-01 18:54:01 +01:00
  • f92a6ddf7d FIX: 'hf iclass' - sneaky fread bug. thanks to @bettse who found it iceman1001 2018-01-01 14:28:53 +01:00
  • d5ce45bae7 FIX: 'hf mf chk' / 'hf mf fchk' - t/d param bug. Now it is not place dependent and can also read several dictionary files :) Chris 2017-12-31 19:36:12 +01:00
  • 2abcce598a lastone iceman1001 2017-12-27 20:47:34 +01:00
  • 97c176c10e additions of keys iceman1001 2017-12-27 20:36:46 +01:00
  • 9be75f55d4 updates iceman1001 2017-12-27 10:43:07 +01:00
  • 7d25ab4561 Update loclass license conditions, https://github.com/Proxmark/proxmark3/issues/527 iceman1001 2017-12-27 10:34:51 +01:00
  • 36eb64cef4 fix: making it strings iceman1001 2017-12-24 11:04:13 +01:00
  • 61b8594cb4 working progress.. iceman1001 2017-12-24 10:59:24 +01:00
  • 4e6140570e fix: add dummy iceman1001 2017-12-24 10:57:21 +01:00
  • dc890104aa fix: spaces, and remove tabs iceman1001 2017-12-24 10:56:17 +01:00
  • 289b5fcb0f chg: adapting to path iceman1001 2017-12-24 10:51:42 +01:00
  • e67daf946d chg: added the config.. iceman1001 2017-12-24 10:50:00 +01:00
  • e873c1decd chg: 'hf 15' updated some helptexts iceman1001 2017-12-24 10:33:14 +01:00
  • f1e631ef56 chg: adapting path changes. iceman1001 2017-12-24 10:32:15 +01:00
  • 186de6e1ae chg: adapting to new paths iceman1001 2017-12-24 10:30:29 +01:00
  • 40b1922187 chg: added emv4 changes. broke out the includes into a variable instead. was getting long iceman1001 2017-12-24 10:29:50 +01:00
  • fefac686e8 chg: adapting to new locations, and changes in makefile. iceman1001 2017-12-24 10:28:46 +01:00
  • 590fd15c3a chg includes iceman1001 2017-12-24 10:27:52 +01:00
  • ba17fe8130 chg: some iclass changes in the making. iceman1001 2017-12-24 10:27:18 +01:00
  • a3ec7fd21f chg: 'hf emv' changes from @merlokk EMV4 commit iceman1001 2017-12-24 10:26:47 +01:00
  • 07ab8ea674 moved into here. iceman1001 2017-12-24 10:23:55 +01:00
  • 85f3870233 chg: removed old WITH_EMV , HAS_512_FLASH, defines, since emv now is native in client and we have automatic detection of 512kb size when compiling. iceman1001 2017-12-24 10:23:04 +01:00
  • 3e5bd575f6 syntax sugar iceman1001 2017-12-24 10:22:02 +01:00
  • 5d55807f37 add: cryptolibs needed in emv, moved aes, des into here. iceman1001 2017-12-24 10:21:28 +01:00
  • 1deb171573 add dummy. iceman1001 2017-12-24 10:07:44 +01:00
  • ac4ef684e5 fix: cherry picked fix LF SNOOP not working. https://github.com/Proxmark/proxmark3/pull/528 https://github.com/Proxmark/proxmark3/issues/514 iceman1001 2017-12-23 22:17:30 +01:00
  • 77bc60bc52 remov function iceman1001 2017-12-23 11:24:10 +01:00