| 2015-06-04 | 
marshmellow42 | bug fix - biphase invert + fdx-b adjustments | 
tree | commitdiff | 
| 2015-06-03 | 
marshmellow42 | addition animal tags demod info | 
tree | commitdiff | 
| 2015-06-03 | 
marshmellow42 | Testing animal tags | 
tree | commitdiff | 
| 2015-06-03 | 
iceman1001 | ADD: removed the paritythingy,  I missunderstood its...  | 
tree | commitdiff | 
| 2015-06-03 | 
iceman1001 | CHG:  trying to get the askdemod / biphasedeocde /...  | 
tree | commitdiff | 
| 2015-06-03 | 
iceman1001 | ADD:  next step ISO11784/85 | 
tree | commitdiff | 
| 2015-06-03 | 
iceman1001 | FIX: a minor bug fix from @marshmellow42 in "data raw...  | 
tree | commitdiff | 
| 2015-06-02 | 
iceman1001 | CHG: removed an extra fclose call | 
tree | commitdiff | 
| 2015-06-02 | 
iceman1001 | ADD: @marshmellow42 's  infineon MY D(tm) MOVE LEAN...  | 
tree | commitdiff | 
| 2015-06-02 | 
iceman1001 | CHG: help text output was not aligned because of tabs...  | 
tree | commitdiff | 
| 2015-06-01 | 
pwpiwi | Merge pull request #113 from pwpiwi/iso14443b_fix | 
tree | commitdiff | 
| 2015-06-01 | 
Martin Holst Swende | Merge pull request #108 from p-l-/fix-hf-mf-csave | 
tree | commitdiff | 
| 2015-06-01 | 
Martin Holst Swende | Merge pull request #111 from zhovner/master | 
tree | commitdiff | 
| 2015-06-01 | 
marshmellow42 | add my_d move lean identification. | 
tree | commitdiff | 
| 2015-05-31 | 
iceman1001 | CHG: remade selftest structure | 
tree | commitdiff | 
| 2015-05-31 | 
marshmellow42 | new lua script from @iceman1001 + bug fix in hf mfu | 
tree | commitdiff | 
| 2015-05-31 | 
iceman1001 | FIX: minor fix to the magictest function. It always...  | 
tree | commitdiff | 
| 2015-05-31 | 
iceman1001 | ADD: @marshmellow42 's changes / fixes. | 
tree | commitdiff | 
| 2015-05-31 | 
iceman1001 | ADD: a script to dump a specific type of Mifare Mini...  | 
tree | commitdiff | 
| 2015-05-31 | 
Martin Holst Swende | Merge pull request #112 from marshmellow42/master | 
tree | commitdiff | 
| 2015-05-31 | 
marshmellow42 | add @Iceman1001 s sha1 scripting changes.  112/head | 
tree | commitdiff | 
| 2015-05-29 | 
marshmellow42 | fixed further typo in lf t5 wr help | 
tree | commitdiff | 
| 2015-05-29 | 
marshmellow42 | fix help typo | 
tree | commitdiff | 
| 2015-05-28 | 
marshmellow42 | add offset option to data printdemodbuffer | 
tree | commitdiff | 
| 2015-05-27 | 
iceman1001 | CHG: @marshmellow42 changes on deviceside. | 
tree | commitdiff | 
| 2015-05-27 | 
marshmellow42 | clean up mfu device side code | 
tree | commitdiff | 
| 2015-05-27 | 
marshmellow42 | @iceman1001 s lua script fix | 
tree | commitdiff | 
| 2015-05-26 | 
iceman1001 | ADD: aes128_encrypt ECB in scripting.c | 
tree | commitdiff | 
| 2015-05-26 | 
marshmellow42 | Add clearCommandBuffer before SendCommand | 
tree | commitdiff | 
| 2015-05-26 | 
iceman1001 | ADD:  SHA1 hashes calculations in sha1.c and LUA | 
tree | commitdiff | 
| 2015-05-26 | 
iceman1001 | CHG: print up to 20 possible keys. | 
tree | commitdiff | 
| 2015-05-26 | 
iceman1001 | CHG: moved a xor function into util.c | 
tree | commitdiff | 
| 2015-05-25 | 
iceman1001 | FIX: one too many parenthesis | 
tree | commitdiff | 
| 2015-05-25 | 
iceman1001 | Merge branch 'master' of https://github.com/Proxmark...  | 
tree | commitdiff | 
| 2015-05-25 | 
iceman1001 | FIX: dumptoemul.lua removed the extra linebreak in...  | 
tree | commitdiff | 
| 2015-05-25 | 
Pierre LALET | Ported hf mf esave trick for unreadable UIDs to hf...   108/head | 
tree | commitdiff | 
| 2015-05-25 | 
marshmellow42 | Merge remote-tracking branch 'upstream/master' | 
tree | commitdiff | 
| 2015-05-25 | 
marshmellow42 | updated mfu rdbl and wrbl commands | 
tree | commitdiff | 
| 2015-05-24 | 
Martin Holst Swende | Merge pull request #107 from p-l-/fix-hfmf | 
tree | commitdiff | 
| 2015-05-24 | 
Pierre LALET | Fix filenames for hf mf cload / csave  107/head | 
tree | commitdiff | 
| 2015-05-24 | 
iceman1001 | FIX: hf mfu dump, now reads correct memory from device...  | 
tree | commitdiff | 
| 2015-05-24 | 
iceman1001 | FIX: ELOAD/ESAVE/CLOAD/CSAVE  filename bufferoverflow...  | 
tree | commitdiff | 
| 2015-05-24 | 
Martin Holst Swende | Merge pull request #106 from p-l-/fix-hfmfeload | 
tree | commitdiff | 
| 2015-05-24 | 
Pierre LALET | Fix filenames for hf mf esave / eload  106/head | 
tree | commitdiff | 
| 2015-05-24 | 
Martin Holst Swende | Merge pull request #102 from marshmellow42/master | 
tree | commitdiff | 
| 2015-05-24 | 
marshmellow42 | fix mfu dump getbigbuffer bug  102/head | 
tree | commitdiff | 
| 2015-05-23 | 
iceman1001 | Adjustments after the big merge from PM3 master. | 
tree | commitdiff | 
| 2015-05-23 | 
iceman1001 | Merge branch 'master' of https://github.com/Proxmark...  | 
tree | commitdiff | 
| 2015-05-22 | 
Martin Holst Swende | Merge pull request #101 from marshmellow42/master | 
tree | commitdiff | 
| 2015-05-22 | 
marshmellow42 | hf mfu minor output adjustments  101/head | 
tree | commitdiff | 
| 2015-05-22 | 
marshmellow42 | mfu info authkeyptr fix | 
tree | commitdiff | 
| 2015-05-22 | 
iceman1001 | FIX: camelcase on a variable caused some issues. | 
tree | commitdiff | 
| 2015-05-22 | 
marshmellow42 | fix to dump cmd print keys. | 
tree | commitdiff | 
| 2015-05-21 | 
iceman1001 | FIX;   the "L" optional parameter for swapping endianes...  | 
tree | commitdiff | 
| 2015-05-21 | 
marshmellow42 | hf mfu bug fixes, and help text fixes | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | FIX: call the wrong usage_hf_mfu method. | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | CHG:  Merged the "hf mfu rdbl" and "hf mfu crdbl" comma...  | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | further mfu info updates | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | CHG:  making sure all outputs follow the same pattern...  | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | FIX:  made the authentication part a bit clearer. It...  | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | finish NTAG i2c +... | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | finish NTAG i2c +... | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | ADD: @marshmellow42 latest fixes, | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | ULEV1_48 had the wrong max block | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | minor adjustments to hf mfu | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | Add NTAG i2c and bug fix | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | CHG:  the new NTAG_i2c_1K enums, broke the uint16_t...  | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | CHG: @marshmellows changes. | 
tree | commitdiff | 
| 2015-05-20 | 
marshmellow42 | Add ntag 210, 212, 203 and bug fix | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | ADD:  NTAG_210, NTAG_212 support / identification....  | 
tree | commitdiff | 
| 2015-05-20 | 
iceman1001 | CHG:  "hf mfu info" now always tries to read the NDEF...  | 
tree | commitdiff | 
| 2015-05-19 | 
iceman1001 | FIX: comment out a #include to reveng (my experiment) | 
tree | commitdiff | 
| 2015-05-19 | 
marshmellow42 | @iceman1001 s comments/updates mfu cmds | 
tree | commitdiff | 
| 2015-05-18 | 
iceman1001 | @Marshmellow42 's cleanup isn device-side "hf mfu"...  | 
tree | commitdiff | 
| 2015-05-18 | 
marshmellow42 | MF ultralight code cleanup | 
tree | commitdiff | 
| 2015-05-18 | 
marshmellow42 | Iceman1001 s MFU clean up | 
tree | commitdiff | 
| 2015-05-16 | 
iceman1001 | CHG:  the name change from "HF 14A SNOOP" -> "HF 14A...  | 
tree | commitdiff | 
| 2015-05-16 | 
iceman1001 | ADD:   experimantal test of adding "reveng 1.30" source...  | 
tree | commitdiff | 
| 2015-05-16 | 
iceman1001 | chg: @marshmellows changes to "hf 14a reader" | 
tree | commitdiff | 
| 2015-05-16 | 
iceman1001 | add: @marshmellow changes, | 
tree | commitdiff | 
| 2015-05-16 | 
marshmellow42 | mfu info / dump attempt at missing auths | 
tree | commitdiff | 
| 2015-05-15 | 
marshmellow42 | mfu dump - beginning of additions | 
tree | commitdiff | 
| 2015-05-15 | 
marshmellow42 | hf mfu dump testing | 
tree | commitdiff | 
| 2015-05-15 | 
marshmellow42 | @iceman1001 s default keys | 
tree | commitdiff | 
| 2015-05-14 | 
marshmellow42 | @iceman1001 's updated lualibs | 
tree | commitdiff | 
| 2015-05-14 | 
marshmellow42 | @iceman1001 updated scripts | 
tree | commitdiff | 
| 2015-05-14 | 
marshmellow42 | scripting updates from @iceman1001 | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | ADD: @marshmellows fixes | 
tree | commitdiff | 
| 2015-05-13 | 
marshmellow42 | minor hf mfu info adjustment from @iceman1001 | 
tree | commitdiff | 
| 2015-05-13 | 
marshmellow42 | @iceman1001 s coverity scan fixes | 
tree | commitdiff | 
| 2015-05-13 | 
marshmellow42 | various bug fixes | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | @marshmellow42 ideas | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | BUGS:  more Coverity scan fixes. | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | BUGS:  Coverty Scan, fixes some memory bugs | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | a minor clean up when printing the key | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | Added @marshmellow42 "hf search" | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | ADD: preparation for @marshmellow42 "hf search" | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | minor textual changes | 
tree | commitdiff | 
| 2015-05-13 | 
iceman1001 | another key.. | 
tree | commitdiff | 
| 2015-05-12 | 
marshmellow42 | hf mfu info - ICEMANS updates | 
tree | commitdiff | 
| next |