2017-01-10 |
iceman1001 | CHG: 'hf iclass replay' added help text. |
blob | commitdiff | raw |
2016-12-23 |
Iceman | Merge pull request #62 from micolous/fix-includes |
blob | commitdiff | raw | diff to current |
2016-12-23 |
Michael Farrell | Fix some missing include statements which impact using... |
blob | commitdiff | raw | diff to current |
2016-11-16 |
iceman1001 | FIX: & 0xFF instead of uint8_t |
blob | commitdiff | raw | diff to current |
2016-11-16 |
iceman1001 | FIX: removed some warnings about time_t in non-windows... |
blob | commitdiff | raw | diff to current |
2016-10-21 |
iceman1001 | CHG: "hf mf hardnested" - less printing |
blob | commitdiff | raw | diff to current |
2016-09-11 |
iceman1001 | CHG: reverted back from the idea of measureing in... |
blob | commitdiff | raw | diff to current |
2016-08-03 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
blob | commitdiff | raw | diff to current |
2016-08-03 |
Iceman | Merge pull request #19 from alexgrin/iceman_master |
blob | commitdiff | raw | diff to current |
2016-08-02 |
Alexis Green | FIX: CoverityScan 121362 - Pointer to local outside... |
blob | commitdiff | raw | diff to current |
2016-07-29 |
iceman1001 | ADD: Binary Encoded Digit -> Decimal |
blob | commitdiff | raw | diff to current |
2016-07-29 |
iceman1001 | CHG: redundant 'return' statement removed |
blob | commitdiff | raw | diff to current |
2016-07-28 |
iceman1001 | CHG: merged the forum user @jason 's fixes to LEGIC... |
blob | commitdiff | raw | diff to current |
2016-07-28 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
blob | commitdiff | raw | diff to current |
2016-07-23 |
iceman1001 | CHG: added a comment |
blob | commitdiff | raw | diff to current |
2016-04-18 |
iceman1001 | ADD: added a method for le32toh. Converting bytes... |
blob | commitdiff | raw | diff to current |
2016-02-28 |
iceman1001 | ADD: num_to_bytebitsLSBF function. |
blob | commitdiff | raw | diff to current |
2016-02-26 |
iceman1001 | FIX: "LF PYRAMID CLONE" now works. |
blob | commitdiff | raw | diff to current |
2016-02-19 |
iceman1001 | ADD: Added @marshmellow42 's new ST (sequence terminat... |
blob | commitdiff | raw | diff to current |
2016-02-16 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
blob | commitdiff | raw | diff to current |
2016-02-16 |
iceman1001 | CHG: print_hex_break now prints rownumber instead... |
blob | commitdiff | raw | diff to current |
2016-02-16 |
iceman1001 | CHG: added timeouts for downloading values from device... |
blob | commitdiff | raw | diff to current |
2016-02-15 |
iceman1001 | ADD: a print_hex_break function, |
blob | commitdiff | raw | diff to current |
2016-02-15 |
iceman1001 | CHG: "hf legic decode" now prints nicely. Still... |
blob | commitdiff | raw | diff to current |
2016-02-12 |
iceman1001 | CHG: had to move the SwapBits method. |
blob | commitdiff | raw | diff to current |
2016-01-12 |
iceman1001 | FIX: tcgetattr for Linux in Ukbhit(), should return... |
blob | commitdiff | raw | diff to current |
2016-01-12 |
iceman1001 | FIX: Coverity, Unchecked return value, CID #121288... |
blob | commitdiff | raw | diff to current |
2016-01-08 |
iceman1001 | FIX: coverty scan reveals some resourceleaks and overr... |
blob | commitdiff | raw | diff to current |
2015-12-21 |
iceman1001 | CHG: some textual change to README.txt |
blob | commitdiff | raw | diff to current |
2015-12-16 |
iceman1001 | ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock, |
blob | commitdiff | raw | diff to current |
2015-12-14 |
iceman1001 | REM: removed an unused doublett function "printBits... |
blob | commitdiff | raw | diff to current |
2015-12-10 |
iceman1001 | ADD: @marshmellow42 's fixes to cmdlft55xx.c (save_res... |
blob | commitdiff | raw | diff to current |
2015-12-09 |
iceman1001 | ADD: @marshmello42 's fixes for low frequency demodulat... |
blob | commitdiff | raw | diff to current |
2015-12-02 |
iceman1001 | CHG: updated helptext for lf t55xx bruteforce |
blob | commitdiff | raw | diff to current |
2015-11-22 |
iceman1001 | ADD: @marshmellow's fixes to awid, viking and T55x7 |
blob | commitdiff | raw | diff to current |
2015-10-11 |
iceman1001 | ADD: @marshmellow42's decrypt crypto-1 method, |
blob | commitdiff | raw | diff to current |
2015-10-07 |
iceman1001 | I just merged @marshmellow's branch "iclass" and that... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-06-09 |
iceman1001 | CHG: all @marshmellow42 's changes to make the reveng... |
blob | commitdiff | raw | diff to current |
2015-06-04 |
iceman1001 | ADD: @marshmellow42 's fixed version of the ISO11784... |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Martin Holst Swende | Merge pull request #108 from p-l-/fix-hf-mf-csave |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Martin Holst Swende | Merge pull request #111 from zhovner/master |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Martin Holst Swende | Merge pull request #112 from marshmellow42/master |
blob | commitdiff | raw | diff to current |
2015-05-31 |
marshmellow42 | add @Iceman1001 s sha1 scripting changes. 112/head |
blob | commitdiff | raw | diff to current |
2015-05-27 |
marshmellow42 | clean up mfu device side code |
blob | commitdiff | raw | diff to current |
2015-05-26 |
iceman1001 | CHG: moved a xor function into util.c |
blob | commitdiff | raw | diff to current |
2015-05-25 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-05-23 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Martin Holst Swende | Merge pull request #101 from marshmellow42/master |
blob | commitdiff | raw | diff to current |
2015-05-13 |
iceman1001 | ADD: @marshmellows fixes |
blob | commitdiff | raw | diff to current |
2015-05-13 |
marshmellow42 | @iceman1001 s coverity scan fixes |
blob | commitdiff | raw | diff to current |
2015-05-13 |
marshmellow42 | various bug fixes |
blob | commitdiff | raw | diff to current |
2015-05-13 |
iceman1001 | BUGS: more Coverity scan fixes. |
blob | commitdiff | raw | diff to current |
2015-05-07 |
marshmellow42 | further MFU info updates (mainly icemans) |
blob | commitdiff | raw | diff to current |
2015-05-06 |
iceman1001 | CHG: clearing a char array before using. |
blob | commitdiff | raw | diff to current |
2015-05-04 |
iceman1001 | ADD: @marshmellows changes |
blob | commitdiff | raw | diff to current |
2015-05-04 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2015-05-04 |
marshmellow42 | MFU dump UL-C with key |
blob | commitdiff | raw | diff to current |
2015-04-24 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Martin Holst Swende | Merge branch 'master' of github.com:Proxmark/proxmark3 |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Martin Holst Swende | Merge pull request #92 from marshmellow42/master |
blob | commitdiff | raw | diff to current |
2015-04-08 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2015-04-05 |
marshmellow42 | lf cleaning |
blob | commitdiff | raw | diff to current |
2015-02-15 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' 67/head |
blob | commitdiff | raw | diff to current |
2015-02-14 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-02-14 |
iceman1001 | add: timeouts for "lf read" |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Martin Holst Swende | Merge branch 'master' of github.com:Proxmark/proxmark3 |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Martin Holst Swende | Removed some dev- printouts |
blob | commitdiff | raw | diff to current |
2015-02-10 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-02-06 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Martin Holst Swende | Merge branch 'master' into GenericTracing |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Martin Holst Swende | Merge pull request #54 from Proxmark/lf_recorder |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Martin Holst Swende | Merged with master 54/head |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Martin Holst Swende | Some more fixes to longer lf recordings. Now also suppo... |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Martin Holst Swende | Added client-side support for recording longer samples... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Martin Holst Swende | Merge branch 'master' of github.com:Proxmark/proxmark3 |
blob | commitdiff | raw | diff to current |
2015-01-13 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2015-01-13 |
Martin Holst Swende | Merge pull request #40 from holiman/master |
blob | commitdiff | raw | diff to current |
2015-01-08 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
iceman1001 | FIX: a solution for the issue "hf mf esave - always... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
iceman1001 | CHG: minor code clean up |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Iceman | Merge pull request #1 from bforbort/master |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Blaine Forbort | Merge remote-tracking branch 'origin/DESFireAuth' |
blob | commitdiff | raw | diff to current |
2014-12-26 |
iceman1001 | ADD: marshmellows new lf command and DetectClock. ... |
blob | commitdiff | raw | diff to current |
2014-12-22 |
iceman1001 | added the changes from PM3 master. |
blob | commitdiff | raw | diff to current |
2014-11-16 |
iceman1001 | FIX: hf mf eload - now supports specifying 0,1,2,4... |
blob | commitdiff | raw | diff to current |
2014-10-26 |
iceman1001 | Minor bug fixes with help from Holiman. |
blob | commitdiff | raw | diff to current |
2014-09-19 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2014-09-14 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2014-09-11 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
blob | commitdiff | raw | diff to current |
2014-09-11 |
iceman1001 | First check in. |
blob | commitdiff | raw | diff to current |
2013-03-26 |
roel@libnfc.org | fixed signed/unsigned problem |
blob | commitdiff | raw | diff to current |
2013-03-07 |
roel@libnfc.org | Finalized migration to new USB CDC interface |
blob | commitdiff | raw | diff to current |
2013-02-28 |
roel@libnfc.org | compiling on windows again |
blob | commitdiff | raw | diff to current |
2012-07-17 |
Merlokbr@gmail.com | `hf mf sniff` - working with emulator files |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Merlokbr@gmail.com | improved command hf mf sniff. Now it cant decode nested... |
blob | commitdiff | raw | diff to current |
2012-06-29 |
roel@libnfc.org | fixed a lot of simulation issues |
blob | commitdiff | raw | diff to current |
2012-05-30 |
douniwan5788 | Enhanced hf mf chk , add default key,support dic file... |
blob | commitdiff | raw | diff to current |
next |