]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
9 years agolf cleanup - fixes
marshmellow42 [Tue, 7 Apr 2015 03:17:30 +0000 (23:17 -0400)]
lf cleanup - fixes

more lf em em4x50read fixes
adjust heavy clipping ask clock detection
clean up t55xx minor items

9 years agoAdded info to changelog about bootroom update
Martin Holst Swende [Mon, 6 Apr 2015 19:47:09 +0000 (21:47 +0200)]
Added info to changelog about bootroom update

9 years agoFIX: fixed a bug in "hf mf csetblock" where it didn't used the "w" wipe parameter...
iceman1001 [Mon, 6 Apr 2015 16:52:20 +0000 (18:52 +0200)]
FIX: fixed a bug in "hf mf csetblock" where it didn't used the  "w" wipe parameter before.
CHG: minor textual changes.

9 years agoCHG: default_toys.lua is now able to correct identify over 200 different types.
iceman1001 [Mon, 6 Apr 2015 16:49:44 +0000 (18:49 +0200)]
CHG:  default_toys.lua is now able to correct identify over 200 different types.

9 years agoCHG: fix the default_toys.lua file to handle more aspects of information for a given...
iceman1001 [Mon, 6 Apr 2015 16:47:53 +0000 (18:47 +0200)]
CHG: fix the default_toys.lua file to handle more aspects of information for a given tag.
CHG: corrected a bug in tnp3clone.lua that made the script fail to "wipe" a magic tag.
CHG: minor textual change in ndef_dump.lua

9 years agoadd maxErr to data manrawdecode
marshmellow42 [Mon, 6 Apr 2015 01:59:36 +0000 (21:59 -0400)]
add maxErr to data manrawdecode

9 years agolf t5xx - icemans update
marshmellow42 [Sun, 5 Apr 2015 20:37:41 +0000 (16:37 -0400)]
lf t5xx - icemans update

9 years agoFIX: the test scripts hade a problem when sending the new configuration block.
iceman1001 [Sun, 5 Apr 2015 15:02:13 +0000 (17:02 +0200)]
FIX: the test scripts hade a problem when sending the new configuration block.

9 years agoCHG: change the snprint call in GetModelStrFromCID.
iceman1001 [Sun, 5 Apr 2015 12:28:29 +0000 (14:28 +0200)]
CHG: change the snprint call in GetModelStrFromCID.
CHG: tighten up the maxium allowed errors in Biphase (from 1 to zero allowed errors)

9 years agoCHG: the default_toys.lua has the index bytes in mix endiansness. I tried to clean...
iceman1001 [Sun, 5 Apr 2015 12:27:12 +0000 (14:27 +0200)]
CHG:  the default_toys.lua has the index bytes in mix endiansness. I tried to clean it up and verify them.
CHG: The tnp3clone.lua is now faster, and uses the "wipe" parameter to clean the tag before writing all data.

9 years agolf cleaning
marshmellow42 [Sun, 5 Apr 2015 04:58:57 +0000 (00:58 -0400)]
lf cleaning

remove unneeded code/functions
fix lfdemod askmandemod bug with maxErr=0
silence output for getting samples in lf search

9 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Sun, 5 Apr 2015 01:29:16 +0000 (21:29 -0400)]
Merge remote-tracking branch 'upstream/master'

9 years agoupdate changelog
marshmellow42 [Fri, 3 Apr 2015 04:40:38 +0000 (00:40 -0400)]
update changelog

9 years agolfdemod reduce duplicate code
marshmellow42 [Fri, 3 Apr 2015 03:55:12 +0000 (23:55 -0400)]
lfdemod reduce duplicate code

remove check for best start position in demods and adjust the clock
detect to always return best start position to the demods
also small bug fix in lf em em4x50read

9 years agolfem4x cleanup/add/fix
marshmellow42 [Thu, 2 Apr 2015 16:48:52 +0000 (12:48 -0400)]
lfem4x cleanup/add/fix

changed spacing to tabs for cmdlfem4x.c
finished the partially built lf em em4x50read function
added save/restore GraphBuffer function in graph.c
adjusted some tolerances in lfdemod.c
added a maxLen argument to the askmandemod

9 years agoCHG: minor text changes.
iceman1001 [Thu, 2 Apr 2015 10:08:57 +0000 (12:08 +0200)]
CHG: minor text changes.
CHG: cmd+2, to skip first inparameter in string.

9 years agoCHG: Script now also test to read block 0 via the chinese magic command if the normal...
iceman1001 [Thu, 2 Apr 2015 10:07:51 +0000 (12:07 +0200)]
CHG: Script now also test to read block 0 via the chinese magic command if the normal read fails.

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Wed, 1 Apr 2015 16:02:10 +0000 (18:02 +0200)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
armsrc/Makefile
armsrc/lfops.c
client/cmdlft55xx.c
common/ldscript.common
common/lfdemod.c

9 years agoADD: added some changes from Marshmellow
iceman1001 [Wed, 1 Apr 2015 15:58:35 +0000 (17:58 +0200)]
ADD: added some changes from Marshmellow
CHG: minor change to the help text for "LF HITAG WRITE"

9 years agoADD: added some changes from Marshmellow
iceman1001 [Wed, 1 Apr 2015 15:57:07 +0000 (17:57 +0200)]
ADD: added some changes from Marshmellow
CHG: some minor changes to decode output for EM..

9 years agoCHG: code cleanup , added the year control to t55xx trace command.
iceman1001 [Wed, 1 Apr 2015 15:55:44 +0000 (17:55 +0200)]
CHG: code cleanup ,  added the year control to t55xx trace command.

9 years agoADD: some changes from Marshmellow
iceman1001 [Wed, 1 Apr 2015 15:54:19 +0000 (17:54 +0200)]
ADD: some changes from Marshmellow

9 years agoCHG: minor comments.
iceman1001 [Wed, 1 Apr 2015 15:53:33 +0000 (17:53 +0200)]
CHG: minor comments.

9 years agoCHG: revert -O2 -> -Os compile
iceman1001 [Wed, 1 Apr 2015 15:52:24 +0000 (17:52 +0200)]
CHG: revert -O2 -> -Os compile

9 years agoCompiler correctly identified a buffer overflow, fixed that and made the code use...
Martin Holst Swende [Wed, 1 Apr 2015 07:24:29 +0000 (09:24 +0200)]
Compiler correctly identified a buffer overflow, fixed that and made the code use snprintf instead of unsafe sprintf

9 years agoMerge pull request #89 from pwpiwi/image_shrink
pwpiwi [Tue, 31 Mar 2015 20:57:33 +0000 (22:57 +0200)]
Merge pull request #89 from pwpiwi/image_shrink

Reclaim more than 19K of ARM flash memory.

9 years agoMerge pull request #91 from marshmellow42/master
Martin Holst Swende [Tue, 31 Mar 2015 20:11:19 +0000 (22:11 +0200)]
Merge pull request #91 from marshmellow42/master

lfdemod.c refactoring  (+ bug fixes)

9 years agotemporarily revert lfdemod float removal 89/head
pwpiwi [Tue, 31 Mar 2015 19:38:58 +0000 (21:38 +0200)]
temporarily revert lfdemod float removal

9 years agosmall fix in t5 trace data 91/head
marshmellow42 [Tue, 31 Mar 2015 15:30:16 +0000 (11:30 -0400)]
small fix in t5 trace data

9 years agoremove floats per piwi
marshmellow42 [Tue, 31 Mar 2015 14:49:06 +0000 (10:49 -0400)]
remove floats per piwi

9 years agoReclaim more than 19K of ARM flash memory.
pwpiwi [Tue, 31 Mar 2015 06:01:23 +0000 (08:01 +0200)]
Reclaim more than 19K of ARM flash memory.
- added compiler options -fdata-sections and -ffunction-sections (thanks to iceman for the hint)
- removed float operations from common/lfdemod.c to avoid adding float libraries to the ARM os image
- moved the fpga images to the data section to avoid reserving unused space for a separate section

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Mon, 30 Mar 2015 19:11:37 +0000 (21:11 +0200)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
armsrc/iclass.c
armsrc/lfops.c
client/cmdlf.c
common/lfdemod.c
include/usb_cmd.h

9 years agoCHG: removed some commented code.
iceman1001 [Mon, 30 Mar 2015 14:32:04 +0000 (16:32 +0200)]
CHG:  removed some commented code.

9 years agoCHG: minor correction to the em410xsim help text.
iceman1001 [Mon, 30 Mar 2015 14:31:13 +0000 (16:31 +0200)]
CHG: minor correction to the em410xsim help text.

9 years agoCHG: adding some variable initalisation to the Uart.
iceman1001 [Mon, 30 Mar 2015 14:29:30 +0000 (16:29 +0200)]
CHG: adding some variable initalisation to the Uart.

9 years agoCHG: Added the parameters -fdata-sections -ffunction-sections to common/Makefile...
iceman1001 [Mon, 30 Mar 2015 14:27:07 +0000 (16:27 +0200)]
CHG: Added the parameters  -fdata-sections -ffunction-sections   to common/Makefile.common  for making the .elf filesize smaller.
 REF: https://github.com/Proxmark/proxmark3/issues/83

9 years agoNEW: HF MFU SETPWD - set password to a Ultralight C tag.
iceman1001 [Mon, 30 Mar 2015 14:24:03 +0000 (16:24 +0200)]
NEW: HF MFU SETPWD - set password to a Ultralight C tag.
NEW: HF MFU SETUID - set UID to a magic UL / UL-C tag.   *not implemented*
CHG: minor alignment for "Hf list" output.
CHG: removed unneeded function parameters to the ultralight commands
CHG: the const MAX_MIFARE_FRAME_SIZE is changed to MAX_FRAME_SIZE in the ultralight commands since the UL-Ev1 can have bigger frames than 18bytes.
CHG: adding DES support for the Ultralight-c read commands on deviceside.

9 years agoCHG: minor fixes to some tnp luascripts
iceman1001 [Mon, 30 Mar 2015 14:15:53 +0000 (16:15 +0200)]
CHG:  minor fixes to some tnp luascripts
ADD:  a script to make a barebone clone for tnp3 on a chinese magic s50 generation 1 tag.

9 years agoCreated a changelog, to be used in accordance with http://keepachangelog.com
Martin Holst Swende [Mon, 30 Mar 2015 05:51:45 +0000 (07:51 +0200)]
Created a changelog, to be used in accordance with http://keepachangelog.com

9 years agoMinor mod to 'hf iclass read', it now also reads and prints the configuration of...
Martin Holst Swende [Sun, 29 Mar 2015 19:49:58 +0000 (21:49 +0200)]
Minor mod to 'hf iclass read', it now also reads and prints the configuration of the tag found

9 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Sat, 28 Mar 2015 03:49:14 +0000 (23:49 -0400)]
Merge remote-tracking branch 'upstream/master'

9 years agorawdemod param cleanup
marshmellow42 [Sat, 28 Mar 2015 03:47:31 +0000 (23:47 -0400)]
rawdemod param cleanup

plus lfdemod.h cleanup

9 years agolfdemods streamline & bug fixes
marshmellow42 [Fri, 27 Mar 2015 04:02:30 +0000 (00:02 -0400)]
lfdemods streamline & bug fixes

removed duplicate code countPSK_FC - adjusted countFC to work.
bug fixes & streamlined code in:
lf hid fskdemod
lf em em410xdemod

cleaned up lfdemod.c some

9 years agoMerge pull request #86 from marshmellow42/master
Martin Holst Swende [Wed, 25 Mar 2015 19:23:41 +0000 (20:23 +0100)]
Merge pull request #86 from marshmellow42/master

Fixed indents to Tabs from Spaces

9 years agoFixed indents to Tabs from Spaces 86/head
marshmellow42 [Wed, 25 Mar 2015 18:24:36 +0000 (14:24 -0400)]
Fixed indents to Tabs from Spaces

Spacing changes ONLY - no code changes

9 years agoMerge pull request #84 from marshmellow42/master
Martin Holst Swende [Wed, 25 Mar 2015 10:10:51 +0000 (11:10 +0100)]
Merge pull request #84 from marshmellow42/master

EM410x bug fix

9 years agoEM410x bug fix 84/head
marshmellow42 [Wed, 25 Mar 2015 03:05:46 +0000 (23:05 -0400)]
EM410x bug fix

9 years agoclean up em410x output
marshmellow42 [Wed, 25 Mar 2015 02:11:32 +0000 (22:11 -0400)]
clean up em410x output

9 years agoEM410x bug fix
marshmellow42 [Wed, 25 Mar 2015 00:26:14 +0000 (20:26 -0400)]
EM410x bug fix

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Tue, 24 Mar 2015 10:45:31 +0000 (11:45 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
armsrc/lfops.c
client/cmddata.c
client/cmdlf.c
client/cmdlft55xx.c
client/cmdlft55xx.h
client/scripts/test_t55x7_bi.lua

9 years agoMerge pull request #82 from marshmellow42/master show v2.0.0
Martin Holst Swende [Tue, 24 Mar 2015 10:10:16 +0000 (11:10 +0100)]
Merge pull request #82 from marshmellow42/master

lf ata55x7 commands and more

9 years agoremove debugging print calls 82/head
marshmellow42 [Tue, 24 Mar 2015 00:25:54 +0000 (20:25 -0400)]
remove debugging print calls

9 years agolf updates
marshmellow42 [Mon, 23 Mar 2015 20:29:50 +0000 (16:29 -0400)]
lf updates

applies icemans full ata55x7 read/write settings
adds checksum to ioprox (thanks to iceman)
adds silent mode for lf read and getSamples
fix lf em em410xwatch and lf em410xspoof
improve data rawdemod ar -  for biphase demods
improve detectclock a for strong antennas

9 years agoADD: added the ioprox checksum test to IOdemodFSK
iceman1001 [Mon, 23 Mar 2015 16:11:45 +0000 (17:11 +0100)]
ADD:  added the ioprox checksum test to IOdemodFSK
      MENTIONED HERE:  http://www.proxmark.org/forum/viewtopic.php?id=364&p=6
ADD:  changed the layout of the HID descramble patterns a bit,  and rearranged some hex/dec outputs.

9 years agolf t5 read plus lf demod adjustments
marshmellow42 [Sun, 22 Mar 2015 19:28:48 +0000 (15:28 -0400)]
lf t5 read plus lf demod adjustments

lf t5xx commands updated from ICEMAN
lf em410x commands updated
lf search bug fix for 2 args
test scripts from iceman
lf demod:
better ask clock detection with Strong fully clipped waves
better ask raw demod with strong fully clipped waves
fsk demod add back in skipped bits during demod
nrz demod add back in skipped bits during demod

9 years agoADD: Added em410x de-scramble patterns: Paxton, Sebury, Pattern1.
iceman1001 [Fri, 20 Mar 2015 10:48:47 +0000 (11:48 +0100)]
ADD: Added em410x de-scramble patterns: Paxton, Sebury, Pattern1.

9 years agoFIX: printEM410x - DEZ 10 was missing highest byte.
iceman1001 [Thu, 19 Mar 2015 21:50:23 +0000 (22:50 +0100)]
FIX: printEM410x - DEZ 10 was missing highest byte.
ADD: printEM410x - Now prints DEZ 3.5B
ADD: printEM410x - Now prints DEZ 3.5C

9 years agoADD: Implemented DEZ-20/ZK for EM410x decoding. Thanks to Asper for docs.
iceman1001 [Thu, 19 Mar 2015 21:20:35 +0000 (22:20 +0100)]
ADD:  Implemented DEZ-20/ZK  for EM410x decoding.  Thanks to Asper for docs.

9 years agoADD: "HF MFU CRDBL", Started to add the password for reading blocks. Wasn't used...
iceman1001 [Wed, 18 Mar 2015 19:34:17 +0000 (20:34 +0100)]
ADD: "HF MFU CRDBL", Started to add the password for reading blocks. Wasn't used before :(

9 years agoADD: cmdlf autocorrelations, also gives a hint to how many bytes the possible correl...
iceman1001 [Wed, 18 Mar 2015 19:32:53 +0000 (20:32 +0100)]
ADD: cmdlf autocorrelations,  also gives a hint to how many bytes the possible correlation is.
CHG: "LF SEARCH 1 U" didn't work since the strcmp was too short. Increased length of check.
FIX: @marshmellows fix for faulty em410xdecoding of length less than 64.

9 years agoADD: piwi's compiler flags -O2
iceman1001 [Wed, 18 Mar 2015 19:29:58 +0000 (20:29 +0100)]
ADD:  piwi's compiler flags -O2

9 years agoFIX: test_t55x7_psk.lua now correctly handles bitrate/modulation/clockrate combina...
iceman1001 [Wed, 18 Mar 2015 19:29:18 +0000 (20:29 +0100)]
FIX:  test_t55x7_psk.lua  now correctly handles bitrate/modulation/clockrate  combinations for PSK1.
Uncomment lines in main to test PSK2, PSK3.

9 years agoADD: new tests for the T55XX commands.
iceman1001 [Wed, 18 Mar 2015 16:32:43 +0000 (17:32 +0100)]
ADD:  new tests for the T55XX commands.
CHG:  minor output messages in cmdlft55xx.c

9 years agoFIX: narrowed down the detect modulation even further.
iceman1001 [Mon, 16 Mar 2015 21:45:06 +0000 (22:45 +0100)]
FIX: narrowed down the detect modulation even further.
FIX: minor adjustment to t55xx inside of lfops.c when waiting for the antenna to settle.
FIX: added the possiblity to use graphbuffer fpr LF T55XX DETECT/TRACE/INFO .

MISSING:
the detect, trace, info,  doesn't use a password for those tags with enabled password-mode.

9 years agoMerge pull request #80 from marshmellow42/master
Martin Holst Swende [Mon, 16 Mar 2015 13:03:48 +0000 (14:03 +0100)]
Merge pull request #80 from marshmellow42/master

FIX EM Error

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Mon, 16 Mar 2015 13:02:08 +0000 (14:02 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

9 years agoFIX EM Error 80/head
marshmellow42 [Mon, 16 Mar 2015 12:39:18 +0000 (08:39 -0400)]
FIX EM Error

missed two files for last push..  sorry

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Mon, 16 Mar 2015 12:13:18 +0000 (13:13 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
armsrc/lfops.c
client/cmddata.c
common/crc.c
common/crc.h
common/lfdemod.c
include/crc.h
include/crc.h.old

9 years agoCHG: removed an extra space.
iceman1001 [Mon, 16 Mar 2015 10:40:44 +0000 (11:40 +0100)]
CHG: removed an extra space.

9 years agoCHG: @Marshmellow came up with some nifty nice ideas for the t55xx modulation detecti...
iceman1001 [Mon, 16 Mar 2015 10:39:31 +0000 (11:39 +0100)]
CHG: @Marshmellow came up with some nifty nice ideas for the t55xx modulation detection,  and some minor corrections regarding the enum,
CHG: @Marshmellow added PSK1, PSK2, PSK3.   Almost complete now. Waiting for Biphase.
ADD: @Marshmellows lf- psk demod changes,
CHG: In "lf t55xx info" the manufacturerer name is now identified and printed.
CHG: In "lf t55xx info" the modell name is now identified and printed,  however it can only identify two models presently.

9 years agoMerge pull request #78 from marshmellow42/master
Martin Holst Swende [Mon, 16 Mar 2015 10:39:03 +0000 (11:39 +0100)]
Merge pull request #78 from marshmellow42/master

add pyramid CS, minor psk demod fixes, minor g-prox-ii demod fix, autocorrelate improvement

9 years agoadjust ask/biphase handling - more complete 78/head
marshmellow42 [Mon, 16 Mar 2015 02:03:50 +0000 (22:03 -0400)]
adjust ask/biphase handling - more complete

also added XL EM410x formats

9 years agoFIX: lf t55xx config now handles offsets.
iceman1001 [Sun, 15 Mar 2015 20:36:38 +0000 (21:36 +0100)]
FIX: lf t55xx config now handles offsets.
FIX: lf t55xx trace now handles offsets.
FIX: lf t55xx info now handles offsets.

9 years agoADD: started to add a offset possibility for the LF T55XX.
iceman1001 [Sat, 14 Mar 2015 07:43:48 +0000 (08:43 +0100)]
ADD:  started to add a offset possibility for the LF T55XX.

Ie.
  lf t55xx read 0
  lf t55xx special
  lf t55xx config o 2
  lf t55xx read 0

ADD:  added @marshmellows latest changes to psk

9 years agoadjust pskdemod
marshmellow42 [Sat, 14 Mar 2015 00:49:34 +0000 (20:49 -0400)]
adjust pskdemod

add skipped bits before first phase back in
PSKDemod now returns 1 for success or 0 for fail like other demods

9 years agoCHG: minor output change, when printing found multiple modulations
iceman1001 [Fri, 13 Mar 2015 20:24:37 +0000 (21:24 +0100)]
CHG: minor output change, when printing found multiple modulations
CHG: PSKDemod should be called like this according @Marshmellow

9 years agoCHG: now with enums :)
iceman1001 [Fri, 13 Mar 2015 20:02:04 +0000 (21:02 +0100)]
CHG:  now with enums :)

9 years agoADD: printConfiguration method for a nice printout of the selected configuration.
iceman1001 [Fri, 13 Mar 2015 18:12:11 +0000 (19:12 +0100)]
ADD:  printConfiguration method for a nice printout of the selected configuration.

9 years agogive credit where credit is due
marshmellow42 [Fri, 13 Mar 2015 18:00:11 +0000 (14:00 -0400)]
give credit where credit is due

thanks iceman for the crc :)

9 years agoCHG: Removed an unneccesary parameter for "hf mf sim"
iceman1001 [Fri, 13 Mar 2015 17:50:30 +0000 (18:50 +0100)]
CHG:  Removed an unneccesary parameter for  "hf mf sim"

9 years agoFIX: removed a debug statement
iceman1001 [Fri, 13 Mar 2015 17:49:43 +0000 (18:49 +0100)]
FIX: removed a debug statement
FIX: initialisation of some variables is done correct.

9 years agoFIX: lf t55xx commands seem to work like they should. Detect now detects between...
iceman1001 [Fri, 13 Mar 2015 16:36:40 +0000 (17:36 +0100)]
FIX:  lf t55xx commands seem to work like they should.  Detect now detects between FSK/ASK/NZ/PSK

9 years agodata autocorr additions
marshmellow42 [Fri, 13 Mar 2015 16:23:26 +0000 (12:23 -0400)]
data autocorr additions

9 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Fri, 13 Mar 2015 15:20:00 +0000 (11:20 -0400)]
Merge remote-tracking branch 'upstream/master'

9 years agominor g-prox-ii demod fix
marshmellow42 [Fri, 13 Mar 2015 15:18:55 +0000 (11:18 -0400)]
minor g-prox-ii demod fix

lf search was occasionally outputting false results.

9 years agodata psk demod minor fixes, pyramid demod add CS
marshmellow42 [Fri, 13 Mar 2015 15:09:12 +0000 (11:09 -0400)]
data psk demod minor fixes, pyramid demod add CS

also adjusted autocorrelate and added a printout for lf search u

9 years agoCHG: rename of methods to follow naming convention
iceman1001 [Fri, 13 Mar 2015 09:05:37 +0000 (10:05 +0100)]
CHG: rename of methods to follow naming convention
CHG: LF T55XX CONFIG now defaults to ASK, non-inverse

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Fri, 13 Mar 2015 08:22:12 +0000 (09:22 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

9 years agoFIX: Marshmellow hinted that I should use another fskclock method, which obeys the...
iceman1001 [Fri, 13 Mar 2015 08:00:04 +0000 (09:00 +0100)]
FIX:  Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter.

9 years agoCHG: removed a loop after suggestions that it was unnecessary.
iceman1001 [Fri, 13 Mar 2015 07:59:07 +0000 (08:59 +0100)]
CHG: removed a loop after suggestions that it was unnecessary.

9 years agoMerge pull request #75 from pwpiwi/qtmakefile
pwpiwi [Fri, 13 Mar 2015 06:24:56 +0000 (07:24 +0100)]
Merge pull request #75 from pwpiwi/qtmakefile

(issue #47) use Qt5 includes and libraries, if present

9 years agoFIX: adding a test to see if we managed to get the correct demodulation from an...
iceman1001 [Thu, 12 Mar 2015 22:04:02 +0000 (23:04 +0100)]
FIX:  adding a test to see if we managed to get the correct demodulation from an unknown t55x7 tag.
   By checking if the configuration data (page 0, block 0)  has some settings that must be the same.   think  reserved 7bits, This is a trail and error approach.
But together with setting a manual configuration to read a tag and this automatic verification it will help out alot I think.

9 years agoFIX: @marshmellow found out that the CRC-8/Maxim was not always giving the right...
iceman1001 [Thu, 12 Mar 2015 19:33:36 +0000 (20:33 +0100)]
FIX:  @marshmellow found out that the CRC-8/Maxim was not always giving the right checksum. Change POLY from 0x31 -> 0x8C

9 years agoADD: LF T55XX CONFIG, is almost there, Usage: lf t55xx config [d <demodulation...
iceman1001 [Thu, 12 Mar 2015 18:44:07 +0000 (19:44 +0100)]
ADD:  LF T55XX CONFIG,  is almost there,  Usage: lf t55xx config [d <demodulation>] [i 1]
Options:
       h                        This help
       d <FSK|ASK|PSK|NZ|BI>    Set demodulation FSK / ASK / PSK / NZ / Biphase
       i [1]                    Inverse data signal, defaults to normal

Examples:
      lf t55xx config d FSK     - FSK demodulation
      lf t55xx config d FSK i 1 - FSK demodulation, inverse data

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Thu, 12 Mar 2015 18:01:09 +0000 (19:01 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

9 years agoMerge pull request #77 from Proxmark/usb_check
Martin Holst Swende [Thu, 12 Mar 2015 17:15:08 +0000 (18:15 +0100)]
Merge pull request #77 from Proxmark/usb_check

Implemented usb_poll() within LF sim.

9 years agoImplemented usb_poll() within LF sim. This means the LF sim will be aborted whenever... 77/head
Martin Holst Swende [Thu, 12 Mar 2015 15:32:01 +0000 (16:32 +0100)]
Implemented usb_poll() within LF sim. This means the LF sim will be aborted whenever something comes over the USB

9 years agoFIX: move and rename the CRC8Maxim method into crc.c
iceman1001 [Thu, 12 Mar 2015 13:12:14 +0000 (14:12 +0100)]
FIX:  move and rename the CRC8Maxim method into crc.c

9 years agoADD: added a reference to a generic CRC-8 checksum algo in common/crc.c
iceman1001 [Thu, 12 Mar 2015 09:10:22 +0000 (10:10 +0100)]
ADD:  added a reference to a generic CRC-8 checksum algo in common/crc.c

9 years agoadd: a experimental lualib, unstable.
iceman1001 [Thu, 12 Mar 2015 08:50:22 +0000 (09:50 +0100)]
add: a experimental lualib, unstable.
fix: Introduced a wrong variable name due to "cut & paste" before, now fixed.

Impressum, Datenschutz