2017-02-13 |
iceman1001 | fix: some compiler warning when the #define is not...
|
commit | commitdiff | tree |
2017-02-13 |
iceman1001 | FIX: some compiler warnings, sscanf is using unsigned...
|
commit | commitdiff | tree |
2017-02-13 |
iceman1001 | add: xorcumb
|
commit | commitdiff | tree |
2017-02-13 |
iceman1001 | chg: added a key
|
commit | commitdiff | tree |
2017-02-13 |
iceman1001 | FIX: T5555/Q5 datarate when used in "Q" parameter...
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | updated some sections.
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | updated
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | chg: textual changes
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | CHG: `lf hid wiegand` got some love. Still not correct.
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | CHG: syntax sugar
|
commit | commitdiff | tree |
2017-02-07 |
iceman1001 | FIX: first attempt to clean up EM4x50 commands.
|
commit | commitdiff | tree |
2017-02-06 |
iceman1001 | updated
|
commit | commitdiff | tree |
2017-02-06 |
iceman1001 | CHG: testing to set 460800 baudrate as default, if...
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | chg: uncomment -DWITH EMV to compile for EMV.
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | FIX: commented code screws up notepad++ groupings.
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | FIX: get rid of de-referecing pointer warnings.
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | ADD: 'hf emv' - forgot to add some file
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | ADD: 'hf emv' - from @peterfillmore emv fork. A bit...
|
commit | commitdiff | tree |
2017-02-05 |
iceman1001 | CHG: '-DWITH_EMV' - fixing some compilation errors...
|
commit | commitdiff | tree |
2017-02-04 |
iceman1001 | chg: more debug statements to find sending errors
|
commit | commitdiff | tree |
2017-02-04 |
iceman1001 | ADD: 'lf search' - @marshmellow42 's check if signal...
|
commit | commitdiff | tree |
2017-02-04 |
iceman1001 | ADD: 'hf 14a read' - correct identify Aztek tags, instead...
|
commit | commitdiff | tree |
2017-02-02 |
iceman1001 | CHG: 'lf cotag read' - added the raw output and the...
|
commit | commitdiff | tree |
2017-02-02 |
iceman1001 | fix: those pesky semicolons..
|
commit | commitdiff | tree |
2017-02-02 |
iceman1001 | CHG: 'lf cotag demod' - now finds FC/CN Thanks to...
|
commit | commitdiff | tree |
2017-02-02 |
iceman1001 | CHG: minor fixes in setting arrays and error messages.
|
commit | commitdiff | tree |
2017-02-02 |
iceman1001 | ADD: 'lf cotag read' - COTAG can be read now.
|
commit | commitdiff | tree |
2017-02-01 |
iceman1001 | ADD: 'hf standalone 14a mode", added "mifare 4k" detection.
|
commit | commitdiff | tree |
2017-02-01 |
iceman1001 | CHG: 'lf cotag read' - it now follows "lf config" settings...
|
commit | commitdiff | tree |
2017-02-01 |
iceman1001 | FIX: 'standalone_14a mode' - cleaned up the standalone14a...
|
commit | commitdiff | tree |
2017-02-01 |
iceman1001 | CHG: rename a local scope variable "data"->"cmd" ref: https://github.com/iceman1001/proxmark3/issues/77 Lets see...
|
commit | commitdiff | tree |
2017-01-31 |
iceman1001 | CHG: temporary disable hitag2_uid detection. Loop...
|
commit | commitdiff | tree |
2017-01-31 |
iceman1001 | CHG: 'lf snoop' - now automatically downloads...
|
commit | commitdiff | tree |
2017-01-31 |
iceman1001 | FIX: fixes warning for "%zu" string formatspecifier...
|
commit | commitdiff | tree |
2017-01-30 |
iceman1001 | ADD: added the writedumpfile function from "14araw...
|
commit | commitdiff | tree |
2017-01-29 |
iceman1001 | FIX: 'hf 14a sim x' - adjusted and shows messages...
|
commit | commitdiff | tree |
2017-01-29 |
iceman1001 | CHG: 'hf 14a sim e' - it now has a parameter for setfoundke...
|
commit | commitdiff | tree |
2017-01-29 |
iceman1001 | FIX: 'hf 14a sim x' - this fixes the error with using...
|
commit | commitdiff | tree |
2017-01-29 |
iceman1001 | CHG: the mifare Auth command can make use of a random...
|
commit | commitdiff | tree |
2017-01-27 |
iceman1001 | FIX: missed include. for boolean defines
|
commit | commitdiff | tree |
2017-01-27 |
iceman1001 | ADD: `lf cotag` - added first try at basic functionality...
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | CHG: removed a -L path for OSX
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | chg: TravisCI should also use perl
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | CHG: should remove the OSX linker warning: ld: warning...
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | chg: lets not have it static, since I get the same...
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | Added some comments
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | ADD: some defines to make headerfiles behave better.
|
commit | commitdiff | tree |
2017-01-26 |
iceman1001 | ADD: @micolous random nonce, adjusted to fit in. ...
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | chg: appveyor.yml parser doesnt like spaces in the...
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | CHG: moved some from THUMB to ARM.. Looks like usb...
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | ADD: first try for an appveyor file targetting mingw
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | still wrong...
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | CHG:forget the "base"..
|
commit | commitdiff | tree |
2017-01-25 |
iceman1001 | chg: known key is treated as a string.
|
commit | commitdiff | tree |
2017-01-24 |
iceman1001 | CHG: moved into header files.
|
commit | commitdiff | tree |
2017-01-24 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-24 |
iceman1001 | CHG: fiddled with the headerfiles... and makefile...
|
commit | commitdiff | tree |
2017-01-24 |
iceman1001 | CHG: removed a dublett
|
commit | commitdiff | tree |
2017-01-24 |
iceman1001 | ADD: 'script run hard_autopwn' - a lua script which...
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: why?!?
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: new offering to Travis CI
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | CHG: should remove a compiler warning on OSX
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | CHG: will this also please Travis CI priests?
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: how to do if-then-elsif-endif ?
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg again...
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: travis ci again
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: travis ci again
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | chg: travis ci again
|
commit | commitdiff | tree |
2017-01-23 |
iceman1001 | CHG: trying to add OSX for Travis CI
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | chg: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | removed unneeded include
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file. common.h has RAMFUNC definition
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | chg: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | chg: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header filer
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-21 |
iceman1001 | CHG: moved to header file
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | CHG: 'lf noralsy read' - new STT doesn't need so many...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | CHG: 'lf visa2000 read' - with new STT, the need to...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | CHG: increase sample amount, since it found too few...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | CHG: lowered the samples read.
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | FIX: the HID-Flasher depends on libusb to be able...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | FIX: 'lf hitag2' forgot to add some of @marshmellow42...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | ADD: 'lf search' - added @marshmellow42 's hitag2...
|
commit | commitdiff | tree |
2017-01-20 |
iceman1001 | FIX: @marshmellow42 's fixes for enhanced STT and...
|
commit | commitdiff | tree |
2017-01-19 |
iceman1001 | FIX: coverity scan error CID 121781, unused value...
|
commit | commitdiff | tree |
2017-01-19 |
iceman1001 | CHG: fix covertyscan error CID 133851, Cardstate...
|
commit | commitdiff | tree |
2017-01-18 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-18 |
iceman1001 | syntax sugar
|
commit | commitdiff | tree |
2017-01-18 |
iceman1001 | FIX: 'data print' - now don't crash the client when...
|
commit | commitdiff | tree |
next |