Commit Graph

  • fbd0526b34 delete (yet) unnecessary file client/cmdhftopaz.c pwpiwi 2015-05-28 02:55:57 +02:00
  • e35031d2b7 MFU code cleanup - final ? marshmellow42 2015-05-27 17:21:42 -04:00
  • 4973f23d3c clean up mfu device side code marshmellow42 2015-05-27 12:24:13 -04:00
  • 799b2e2e9d Compiling manual for MAC OS X Pavel Zhovner 2015-05-27 11:30:50 +03:00
  • be10fe2f11 update changelog marshmellow42 2015-05-27 00:32:01 -04:00
  • dcbaa2b582 @iceman1001 s lua script fix marshmellow42 2015-05-26 20:31:07 -04:00
  • 8e074056ac also delete *.bin and fpga_compressor when "make clean". Add target to make fpga_compressor when client is not yet compiled. Get version information and cache it when client starts (avoids clearing BigBuf when calling hw version). Add some comments and remove debugging printouts. Add version info and ChangeLog in modified zlib. pwpiwi 2015-05-26 07:37:50 +02:00
  • 22342f6dfe Add clearCommandBuffer before SendCommand marshmellow42 2015-05-26 10:40:23 -04:00
  • 4b3f6d79ea Add option -d (decompress) to fpga_compress. Allows testing. Improve zlib deflate (note: no change required to inflate). pwpiwi 2015-05-18 08:49:38 +02:00
  • 0fa01ec7da Compress the .data section as well (saves another 4KBytes and comes for free) zlib tuning: prevent fpga_compress from generating fixed code blocks armsrc/Makefile: replace osimage with fullimage pwpiwi 2015-05-08 08:17:40 +02:00
  • 28b9faccea Tailor zlib to our needs: - disable support for fixed code blocks. Saves 2KByte code tables in ARM Flash memory pwpiwi 2015-04-30 17:57:26 +02:00
  • fb22897415 fpga_compress: interleave (combine) fpga_lf.bit and fpga_hf.bit before compression. fpga_loader.c: change to unweave fpga_lf and fpga_hf accordingly prepare fpga_compress, fpga_loader and Makefile to handle more than two FPGA config files revert removal of fullimage Makefile target. Remove osimage instead. pwpiwi 2015-04-29 17:59:33 +02:00
  • f39198789b replaced gzip with an own compressor tool (fpga_compress.c, based on zlib) This allows to remove the gzip header support and the z_crc32.[ch] files (which saves more than 2KBytes of the ARM's flash memory) pwpiwi 2015-04-26 10:49:03 +02:00
  • 25056d8b47 Finish support for compressed FPGA images in fpgaloader.c - move zlib source files to separate directory zlib - rename zlib/crc32.[ch] to zlib/z_crc32.[ch] pwpiwi 2015-04-21 21:34:33 +02:00
  • add4d47046 add: compress fpga images during compile, uncompress at run time pwpiwi 2015-04-15 19:16:00 +02:00
  • e61530408c add: hw ver: show FPGA versions for both HF and LF FPGA configs add: hw ver: show used and free flash memory chg: prepare fpgaloader for compressed FPGA configs pwpiwi 2015-04-05 19:15:02 +02:00
  • 1d537ad65c Ported hf mf esave trick for unreadable UIDs to hf mf csave Pierre LALET 2015-05-25 11:47:27 +02:00
  • e406dd5cc9 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-05-24 22:31:13 -04:00
  • 79d7bcbb51 updated mfu rdbl and wrbl commands marshmellow42 2015-05-24 22:28:21 -04:00
  • 96c4f5517e Merge pull request #107 from p-l-/fix-hfmf Martin Holst Swende 2015-05-24 23:10:21 +02:00
  • 292fe72535 Fix filenames for hf mf cload / csave Pierre LALET 2015-05-24 22:43:08 +02:00
  • cae00c59ff Merge pull request #106 from p-l-/fix-hfmfeload Martin Holst Swende 2015-05-24 21:32:11 +02:00
  • 0b14440dce Fix filenames for hf mf esave / eload Pierre LALET 2015-05-24 20:14:22 +02:00
  • f0eaac9aca Merge pull request #102 from marshmellow42/master Martin Holst Swende 2015-05-24 07:22:09 +02:00
  • 0ce03d9ab0 fix mfu dump getbigbuffer bug marshmellow42 2015-05-23 22:35:50 -04:00
  • 86724c17c9 Merge pull request #101 from marshmellow42/master Martin Holst Swende 2015-05-22 21:55:34 +02:00
  • 012c0761bd hf mfu minor output adjustments marshmellow42 2015-05-22 13:17:51 -04:00
  • 8f2e50b4c5 mfu info authkeyptr fix marshmellow42 2015-05-22 07:29:18 -04:00
  • 06561c34ef fix to dump cmd print keys. marshmellow42 2015-05-22 00:15:57 -04:00
  • efd193519c hf mfu bug fixes, and help text fixes marshmellow42 2015-05-21 11:17:01 -04:00
  • 1c429594a1 further mfu info updates marshmellow42 2015-05-20 16:47:40 -04:00
  • cd87ee9133 finish NTAG i2c +... marshmellow42 2015-05-20 15:42:58 -04:00
  • 46fcd738e0 finish NTAG i2c +... marshmellow42 2015-05-20 15:41:48 -04:00
  • 8241872c47 ULEV1_48 had the wrong max block marshmellow42 2015-05-20 14:22:26 -04:00
  • ea11861793 minor adjustments to hf mfu marshmellow42 2015-05-20 14:17:43 -04:00
  • c7442b7673 Add NTAG i2c and bug fix marshmellow42 2015-05-20 14:06:46 -04:00
  • a383f4b708 Add ntag 210, 212, 203 and bug fix marshmellow42 2015-05-20 11:27:44 -04:00
  • a98b05b71d missed file in previous commit... marshmellow42 2015-05-19 15:03:35 -04:00
  • d7acc6403e hf mfu dump - bigbuf allocation fix marshmellow42 2015-05-19 11:30:50 -04:00
  • 29250969b0 @iceman1001 s comments/updates mfu cmds marshmellow42 2015-05-18 22:07:11 -04:00
  • 9d87eb6650 MF ultralight code cleanup marshmellow42 2015-05-18 13:11:00 -04:00
  • 8258f40969 Iceman1001 s MFU clean up marshmellow42 2015-05-17 20:49:25 -04:00
  • cceabb79e6 mfu info / dump attempt at missing auths marshmellow42 2015-05-16 01:00:31 -04:00
  • ae8303c13c mfu dump - beginning of additions marshmellow42 2015-05-15 01:19:58 -04:00
  • 5b99376a8f hf mfu dump testing marshmellow42 2015-05-15 00:57:51 -04:00
  • 93737008ee @iceman1001 s default keys marshmellow42 2015-05-14 22:55:18 -04:00
  • 9ccfb3a8bc @iceman1001 's updated lualibs marshmellow42 2015-05-13 21:36:20 -04:00
  • ab7fdfcbed @iceman1001 updated scripts marshmellow42 2015-05-13 21:20:23 -04:00
  • d730878d8c scripting updates from @iceman1001 marshmellow42 2015-05-13 21:14:35 -04:00
  • 6fdf42c61c minor hf mfu info adjustment from @iceman1001 marshmellow42 2015-05-13 11:22:27 -04:00
  • e6432f0579 @iceman1001 s coverity scan fixes marshmellow42 2015-05-13 11:14:17 -04:00
  • 2b3af97df2 various bug fixes marshmellow42 2015-05-13 11:07:47 -04:00
  • a2e2bb8a15 hf mfu info - ICEMANS updates marshmellow42 2015-05-12 18:16:55 -04:00
  • 6ce0e5386a HF Search - refactoring cmds to work with it marshmellow42 2015-05-12 16:45:48 -04:00
  • 8ceb6b03e5 hf search - prelim - re-use hf mfu GetTagType... marshmellow42 2015-05-12 00:19:44 -04:00
  • 2be768af57 hf mfu info bugs marshmellow42 2015-05-11 18:22:50 -04:00
  • 4693c188ab minor hf mfu output consistancies marshmellow42 2015-05-11 16:25:11 -04:00
  • 345fb24aaa hf mfu info - ICEMANS bug fixes. marshmellow42 2015-05-11 15:56:12 -04:00
  • f04ef47311 hf mfu info bug fixes marshmellow42 2015-05-11 14:49:37 -04:00
  • f805ac7a2b minor adjustments to mfu info marshmellow42 2015-05-08 13:01:27 -04:00
  • c585a5cf0b further MFU info updates (mainly icemans) marshmellow42 2015-05-06 22:15:41 -04:00
  • 372a82570b MFU adj to allow 0 len returns on raw cmds marshmellow42 2015-05-06 10:17:39 -04:00
  • 45673b9457 MFU adjustment to allow 0 len returns from raw cmds marshmellow42 2015-05-06 10:16:31 -04:00
  • abab60ae21 MFU info adjustments marshmellow42 2015-05-06 09:27:03 -04:00
  • 75377d29d6 MFU - Icemans further improvements marshmellow42 2015-05-06 00:55:29 -04:00
  • 63e1d35a07 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-05-03 23:31:58 -04:00
  • f9848fd647 MFU dump UL-C with key marshmellow42 2015-05-03 23:17:11 -04:00
  • 4b36037948 Fixes to issue #100 Martin Holst Swende 2015-05-03 22:09:52 +02:00
  • b3125340f3 Icemans UL-C Auth dev side fix plus a few other ... marshmellow42 2015-05-03 15:41:11 -04:00
  • 7eec1204e7 fix bug in mfu cauth marshmellow42 2015-04-30 10:34:20 -04:00
  • 92690507ab Iceman's updates to MFU info and dump marshmellow42 2015-04-30 09:28:43 -04:00
  • f168b2633b MF Ultralight - Iceman's updates + mine marshmellow42 2015-04-29 18:27:31 -04:00
  • 5023d4cea8 Merge pull request #99 from Drewgoo/patch-1 Martin Holst Swende 2015-04-29 08:00:25 +02:00
  • b0c76dd2cf Update README.txt Drewgoo 2015-04-28 22:47:49 -06:00
  • 2b90e3e670 Merge pull request #98 from marshmellow42/master Martin Holst Swende 2015-04-28 23:08:28 +02:00
  • bdfb62b405 Iceman's script aes fix #93 marshmellow42 2015-04-28 15:53:07 -04:00
  • e9b8d0dd6e Iceman's mf sim 7bt UID fix from #97 marshmellow42 2015-04-28 15:43:58 -04:00
  • 4745afb647 Iceman's Issue #96 fix marshmellow42 2015-04-28 15:35:23 -04:00
  • a3abb02897 Merge branch 'master' of github.com:Proxmark/proxmark3 Martin Holst Swende 2015-04-23 09:51:04 +02:00
  • 0e6c7336b0 Fixed issue with dumping iclass tags > 2KB in size Martin Holst Swende 2015-04-23 09:50:44 +02:00
  • cb8220ee76 Merge pull request #92 from marshmellow42/master Martin Holst Swende 2015-04-14 20:36:10 +02:00
  • 8e0cf02308 minor change to lf em4x menu & iceman script... marshmellow42 2015-04-10 00:06:59 -04:00
  • 664f658650 nexwatch fix .h file + icemans mf csetblk w arg marshmellow42 2015-04-08 15:08:05 -04:00
  • 25d3e5cc83 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-04-08 14:19:19 -04:00
  • 411105e036 added nexwatch demod & iceman lua marshmellow42 2015-04-08 14:19:03 -04:00
  • 322f7eb111 fix to lf t5 detect/read cmds marshmellow42 2015-04-08 11:18:29 -04:00
  • 9632ecbe3d update t5 detection test() marshmellow42 2015-04-08 10:12:24 -04:00
  • 83602affe5 Fixed buffer initialization errors, as reported in http://www.proxmark.org/forum/viewtopic.php?pid=15337#p15337 Martin Holst Swende 2015-04-08 13:31:04 +02:00
  • fef74fdce4 lf ask consolidation marshmellow42 2015-04-08 01:07:39 -04:00
  • 49bbc60af3 lf cleaning++ marshmellow42 2015-04-07 00:53:06 -04:00
  • cc15a1187b lf cleanup - fixes marshmellow42 2015-04-06 23:17:30 -04:00
  • 2c772e6cf0 Added info to changelog about bootroom update Martin Holst Swende 2015-04-06 21:47:09 +02:00
  • 1f918317e2 add maxErr to data manrawdecode marshmellow42 2015-04-05 21:59:36 -04:00
  • 224ce36eb1 lf t5xx - icemans update marshmellow42 2015-04-05 16:37:41 -04:00
  • 6306ff4bac Merge branch 'master' into topaz pwpiwi 2015-04-05 19:32:12 +02:00
  • 2767fc0291 lf cleaning marshmellow42 2015-04-05 00:58:57 -04:00
  • 643fb10b2d Merge remote-tracking branch 'upstream/master' marshmellow42 2015-04-04 21:29:16 -04:00
  • acaeccf841 update changelog marshmellow42 2015-04-03 00:40:38 -04:00
  • 6e98444637 lfdemod reduce duplicate code marshmellow42 2015-04-02 23:55:12 -04:00
  • 23f0a7d862 lfem4x cleanup/add/fix marshmellow42 2015-04-02 12:48:52 -04:00