cff17e78f5
FIX: a wrong comment inside default_toys.lua FIX: a wrong linking to default_toys.lua in tnp3 scripts.
iceman1001
2015-04-07 18:02:29 +02:00
2c772e6cf0
Added info to changelog about bootroom update
Martin Holst Swende
2015-04-06 21:47:09 +02:00
ba3fd680fb
FIX: fixed a bug in "hf mf csetblock" where it didn't used the "w" wipe parameter before. CHG: minor textual changes.
iceman1001
2015-04-06 18:52:20 +02:00
7949523515
CHG: default_toys.lua is now able to correct identify over 200 different types.
iceman1001
2015-04-06 18:49:44 +02:00
c3fe354b19
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
iceman1001
2015-04-06 18:47:53 +02:00
1f918317e2
add maxErr to data manrawdecode
marshmellow42
2015-04-05 21:59:36 -04:00
aa77d2b125
FIX: the test scripts hade a problem when sending the new configuration block.
iceman1001
2015-04-05 17:02:13 +02:00
5ac81d0f58
CHG: change the snprint call in GetModelStrFromCID. CHG: tighten up the maxium allowed errors in Biphase (from 1 to zero allowed errors)
iceman1001
2015-04-05 14:28:29 +02:00
6c81ae5574
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.
iceman1001
2015-04-05 14:27:12 +02:00
9795e535c9
Compiler correctly identified a buffer overflow, fixed that and made the code use snprintf instead of unsafe sprintf
Martin Holst Swende
2015-04-01 09:24:29 +02:00
a4669d6ef3
small fix in t5 trace data
marshmellow42
2015-03-31 11:30:16 -04:00
75cbbe9a69
remove floats per piwi
marshmellow42
2015-03-31 10:49:06 -04:00
e335ca2846
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
pwpiwi
2015-03-31 08:01:23 +02:00
aa60d1560e
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.
iceman1001
2015-03-30 16:24:03 +02:00
4076250660
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.
iceman1001
2015-03-30 16:15:53 +02:00
caaf9618ae
Minor mod to 'hf iclass read', it now also reads and prints the configuration of the tag found
Martin Holst Swende
2015-03-29 21:49:58 +02:00
754a35e72b
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.
iceman1001
2015-03-23 17:11:45 +01:00
6255c8b107
FIX: printEM410x - DEZ 10 was missing highest byte. ADD: printEM410x - Now prints DEZ 3.5B ADD: printEM410x - Now prints DEZ 3.5C
iceman1001
2015-03-19 22:50:23 +01:00
d21e0f1ce0
ADD: Implemented DEZ-20/ZK for EM410x decoding. Thanks to Asper for docs.
iceman1001
2015-03-19 22:20:35 +01:00
f1170fa79e
ADD: "HF MFU CRDBL", Started to add the password for reading blocks. Wasn't used before :(
iceman1001
2015-03-18 20:34:17 +01:00
251d07dbfb
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.
iceman1001
2015-03-18 20:32:53 +01:00
1c6490cddc
FIX: test_t55x7_psk.lua now correctly handles bitrate/modulation/clockrate combinations for PSK1. Uncomment lines in main to test PSK2, PSK3.
iceman1001
2015-03-18 20:29:18 +01:00
ca65d3af86
ADD: new tests for the T55XX commands. CHG: minor output messages in cmdlft55xx.c
iceman1001
2015-03-18 17:32:43 +01:00
78e875807f
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 .
iceman1001
2015-03-16 22:45:06 +01:00
595b623bf4
CHG: removed an extra space.
iceman1001
2015-03-16 11:40:44 +01:00
8713b64fdf
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.
iceman1001
2015-03-16 11:39:31 +01:00
2e7e107c82
Merge pull request #78 from marshmellow42/master
Martin Holst Swende
2015-03-16 11:39:03 +01:00
2c5ed70651
CHG: minor output change, when printing found multiple modulations CHG: PSKDemod should be called like this according @Marshmellow
iceman1001
2015-03-13 21:24:37 +01:00
8a13121435
CHG: now with enums :)
iceman1001
2015-03-13 21:02:04 +01:00
710208245b
ADD: printConfiguration method for a nice printout of the selected configuration.
iceman1001
2015-03-13 19:12:11 +01:00
e74fc2ecba
give credit where credit is due
marshmellow42
2015-03-13 14:00:11 -04:00
8e726f6c37
CHG: Removed an unneccesary parameter for "hf mf sim"
iceman1001
2015-03-13 18:50:30 +01:00
d8c927bcec
FIX: removed a debug statement FIX: initialisation of some variables is done correct.
iceman1001
2015-03-13 18:49:43 +01:00
7b40affb6f
FIX: lf t55xx commands seem to work like they should. Detect now detects between FSK/ASK/NZ/PSK
iceman1001
2015-03-13 17:36:40 +01:00
9f7bbd24c9
data autocorr additions
marshmellow42
2015-03-13 12:23:26 -04:00
3e4811c8b7
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.
iceman1001
2015-03-12 23:04:02 +01:00
a8cd503dd5
FIX: @marshmellow found out that the CRC-8/Maxim was not always giving the right checksum. Change POLY from 0x31 -> 0x8C
iceman1001
2015-03-12 20:33:36 +01:00
118bfa1b1f
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
iceman1001
2015-03-12 19:44:07 +01:00