2015-03-30 |
iceman1001 | CHG: removed some commented code. |
tree | commitdiff |
2015-03-30 |
iceman1001 | CHG: minor correction to the em410xsim help text. |
tree | commitdiff |
2015-03-30 |
iceman1001 | NEW: HF MFU SETPWD - set password to a Ultralight C... |
tree | commitdiff |
2015-03-30 |
iceman1001 | CHG: minor fixes to some tnp luascripts |
tree | commitdiff |
2015-03-24 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-24 |
Martin Holst Swende | Merge pull request #82 from marshmellow42/master show v2.0.0 |
tree | commitdiff |
2015-03-24 |
marshmellow42 | remove debugging print calls 82/head |
tree | commitdiff |
2015-03-23 |
marshmellow42 | lf updates |
tree | commitdiff |
2015-03-23 |
iceman1001 | ADD: added the ioprox checksum test to IOdemodFSK |
tree | commitdiff |
2015-03-22 |
marshmellow42 | lf t5 read plus lf demod adjustments |
tree | commitdiff |
2015-03-20 |
iceman1001 | ADD: Added em410x de-scramble patterns: Paxton, Sebury... |
tree | commitdiff |
2015-03-19 |
iceman1001 | FIX: printEM410x - DEZ 10 was missing highest byte. |
tree | commitdiff |
2015-03-19 |
iceman1001 | ADD: Implemented DEZ-20/ZK for EM410x decoding. ... |
tree | commitdiff |
2015-03-18 |
iceman1001 | ADD: "HF MFU CRDBL", Started to add the password for... |
tree | commitdiff |
2015-03-18 |
iceman1001 | ADD: cmdlf autocorrelations, also gives a hint to... |
tree | commitdiff |
2015-03-18 |
iceman1001 | FIX: test_t55x7_psk.lua now correctly handles bitrate... |
tree | commitdiff |
2015-03-18 |
iceman1001 | ADD: new tests for the T55XX commands. |
tree | commitdiff |
2015-03-16 |
iceman1001 | FIX: narrowed down the detect modulation even further. |
tree | commitdiff |
2015-03-16 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-16 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-16 |
iceman1001 | CHG: removed an extra space. |
tree | commitdiff |
2015-03-16 |
iceman1001 | CHG: @Marshmellow came up with some nifty nice ideas... |
tree | commitdiff |
2015-03-16 |
Martin Holst Swende | Merge pull request #78 from marshmellow42/master |
tree | commitdiff |
2015-03-16 |
marshmellow42 | adjust ask/biphase handling - more complete 78/head |
tree | commitdiff |
2015-03-15 |
iceman1001 | FIX: lf t55xx config now handles offsets. |
tree | commitdiff |
2015-03-14 |
iceman1001 | ADD: started to add a offset possibility for the LF... |
tree | commitdiff |
2015-03-14 |
marshmellow42 | adjust pskdemod |
tree | commitdiff |
2015-03-13 |
iceman1001 | CHG: minor output change, when printing found multiple... |
tree | commitdiff |
2015-03-13 |
iceman1001 | CHG: now with enums :) |
tree | commitdiff |
2015-03-13 |
iceman1001 | ADD: printConfiguration method for a nice printout... |
tree | commitdiff |
2015-03-13 |
marshmellow42 | give credit where credit is due |
tree | commitdiff |
2015-03-13 |
iceman1001 | CHG: Removed an unneccesary parameter for "hf mf... |
tree | commitdiff |
2015-03-13 |
iceman1001 | FIX: removed a debug statement |
tree | commitdiff |
2015-03-13 |
iceman1001 | FIX: lf t55xx commands seem to work like they should... |
tree | commitdiff |
2015-03-13 |
marshmellow42 | data autocorr additions |
tree | commitdiff |
2015-03-13 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2015-03-13 |
marshmellow42 | minor g-prox-ii demod fix |
tree | commitdiff |
2015-03-13 |
marshmellow42 | data psk demod minor fixes, pyramid demod add CS |
tree | commitdiff |
2015-03-13 |
iceman1001 | CHG: rename of methods to follow naming convention |
tree | commitdiff |
2015-03-13 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-13 |
iceman1001 | FIX: Marshmellow hinted that I should use another... |
tree | commitdiff |
2015-03-13 |
iceman1001 | CHG: removed a loop after suggestions that it was unnec... |
tree | commitdiff |
2015-03-13 |
pwpiwi | Merge pull request #75 from pwpiwi/qtmakefile |
tree | commitdiff |
2015-03-12 |
iceman1001 | FIX: adding a test to see if we managed to get the... |
tree | commitdiff |
2015-03-12 |
iceman1001 | ADD: LF T55XX CONFIG, is almost there, Usage: lf... |
tree | commitdiff |
2015-03-12 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-12 |
iceman1001 | FIX: move and rename the CRC8Maxim method into crc.c |
tree | commitdiff |
2015-03-12 |
iceman1001 | ADD: added a reference to a generic CRC-8 checksum... |
tree | commitdiff |
2015-03-12 |
iceman1001 | add: a experimental lualib, unstable. |
tree | commitdiff |
2015-03-12 |
iceman1001 | FIX: correct some lookups in tnp3dump.lua, tnp3sim.lua |
tree | commitdiff |
2015-03-11 |
iceman1001 | FIX: minor correction of the command description for... |
tree | commitdiff |
2015-03-11 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-11 |
iceman1001 | ADD: added a CRC64_ECMA implementation |
tree | commitdiff |
2015-03-11 |
pwpiwi | fix: hf 14a raw was broken |
tree | commitdiff |
2015-03-10 |
pwpiwi | (issue #47) use Qt5 includes and libraries, if present 75/head |
tree | commitdiff |
2015-03-10 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-09 |
Martin Holst Swende | Merge pull request #74 from marshmellow42/master |
tree | commitdiff |
2015-03-09 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-09 |
marshmellow42 | finish data printdemodbuffer command 74/head |
tree | commitdiff |
2015-03-09 |
pwpiwi | fix: (issue #73) hf mf cload didn't work. Add more... |
tree | commitdiff |
2015-03-09 |
marshmellow42 | sim buffer max settings tests |
tree | commitdiff |
2015-03-09 |
marshmellow42 | biphase bug fixes |
tree | commitdiff |
2015-03-08 |
marshmellow42 | fixed rawdemod help options |
tree | commitdiff |
2015-03-08 |
marshmellow42 | 1 bug fix + code trimming |
tree | commitdiff |
2015-03-06 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2015-03-06 |
marshmellow42 | lf sim fixes/creations correct now |
tree | commitdiff |
2015-03-06 |
marshmellow42 | Revert "lf sim fixes/creations" |
tree | commitdiff |
2015-03-06 |
marshmellow42 | lf sim fixes/creations |
tree | commitdiff |
2015-03-06 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-03-04 |
ikarus | Fixed issue #36 & improved file consistency. |
tree | commitdiff |
2015-03-04 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2015-03-02 |
Martin Holst Swende | Added brackets around crc field in protocol listings |
tree | commitdiff |
2015-03-02 |
marshmellow42 | oops... should this file should not have been there |
tree | commitdiff |
2015-03-02 |
marshmellow42 | lf cmds fix, add, show |
tree | commitdiff |
2015-02-26 |
Martin Holst Swende | Merge branch 'master' of github.com:Proxmark/proxmark3 |
tree | commitdiff |
2015-02-23 |
marshmellow42 | PSKDemod Bug Fix |
tree | commitdiff |
2015-02-23 |
marshmellow42 | PSK demod adjustment |
tree | commitdiff |
2015-02-22 |
marshmellow42 | added PSK2 to lf simpsk |
tree | commitdiff |
2015-02-22 |
marshmellow42 | NEW lf simpsk |
tree | commitdiff |
2015-02-21 |
marshmellow42 | Split output from nrz raw demod function |
tree | commitdiff |
2015-02-21 |
marshmellow42 | split output from rawdemod functions |
tree | commitdiff |
2015-02-20 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2015-02-20 |
marshmellow42 | Revert "Revert "lf simask, lf simfsk and bug fixes"" |
tree | commitdiff |
2015-02-20 |
marshmellow42 | Revert "lf simask, lf simfsk and bug fixes" |
tree | commitdiff |
2015-02-20 |
marshmellow42 | lf simask, lf simfsk and bug fixes |
tree | commitdiff |
2015-02-19 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-02-19 |
Martin Holst Swende | Merge pull request #68 from iceman1001/feature |
tree | commitdiff |
2015-02-19 |
Martin Holst Swende | Merge pull request #67 from marshmellow42/master |
tree | commitdiff |
2015-02-19 |
Martin Holst Swende | More work on iclass full simulation, and some work... |
tree | commitdiff |
2015-02-18 |
Martin Holst Swende | Further implementation of iclass 'fullsim'. Moved proto... |
tree | commitdiff |
2015-02-17 |
Martin Holst Swende | Iclass decrypt error, shouldn't have decrypted block... |
tree | commitdiff |
2015-02-17 |
Martin Holst Swende | Implemented 'hf iclass decrypt <tagdump>'. This perform... |
tree | commitdiff |
2015-02-16 |
iceman1001 | ADD: added the missing EM identifications. Thanks... 68/head |
tree | commitdiff |
2015-02-16 |
iceman1001 | CHG: added some more token-tags. |
tree | commitdiff |
2015-02-16 |
iceman1001 | CHG: minor modification to "hf mf csetblk" The usuage... |
tree | commitdiff |
2015-02-16 |
iceman1001 | ADD: added the missing EM identifications. Thanks... |
tree | commitdiff |
2015-02-16 |
iceman1001 | CHG: added some more token-tags. |
tree | commitdiff |
2015-02-16 |
iceman1001 | Merge branch 'master' of https://github.com/Proxmark... |
tree | commitdiff |
2015-02-15 |
marshmellow42 | Merge remote-tracking branch 'upstream/master' 67/head |
tree | commitdiff |
2015-02-15 |
marshmellow42 | Clean up Helps and command descriptions |
tree | commitdiff |
next |