aaa9f05e31
Merge pull request #77 from Proxmark/usb_check
Martin Holst Swende
2015-03-12 18:15:08 +01:00
f7048dc8a9
Implemented usb_poll() within LF sim. This means the LF sim will be aborted whenever something comes over the USB
Martin Holst Swende
2015-03-12 16:32:01 +01:00
83a42ef965
FIX: move and rename the CRC8Maxim method into crc.c
iceman1001
2015-03-12 14:12:14 +01:00
3d83b58b50
ADD: added a reference to a generic CRC-8 checksum algo in common/crc.c
iceman1001
2015-03-12 10:10:22 +01:00
5ff3c4017b
add: a experimental lualib, unstable. fix: Introduced a wrong variable name due to "cut & paste" before, now fixed.
iceman1001
2015-03-12 09:50:22 +01:00
04a6113fb5
FIX: correct some lookups in tnp3dump.lua, tnp3sim.lua ADD: added optional parameter (-p) to tnp3dump.lua
iceman1001
2015-03-12 09:46:28 +01:00
963fa1c2b8
FIX: minor correction of the command description for HF 14A RAW.
iceman1001
2015-03-11 22:43:49 +01:00
c8387e85e3
iClass full simulation of tags now officially works, with some cheating regarding reader update and write commands
Martin Holst Swende
2015-03-02 21:30:22 +01:00
27eabcdccb
Added brackets around crc field in protocol listings
Martin Holst Swende
2015-03-02 21:05:44 +01:00
40b9bb85e6
oops... should this file should not have been there
marshmellow42
2015-03-02 14:44:05 -05:00
8d960002c8
lf cmds fix, add, show
marshmellow42
2015-03-02 14:42:55 -05:00
e5cd4ee4b4
Tag MAC finally works! (Full sim not yet, though)
Martin Holst Swende
2015-03-02 20:14:35 +01:00
61fe90736b
Implemented the correct way to calculate MAC from a tag, feeding it an extra 32 zeroes. Also divided it up into two parts, one of which can be precalculated by the device before the simulation begins
Martin Holst Swende
2015-03-02 00:38:36 +01:00
0387cd3393
Merge pull request #68 from iceman1001/feature
Martin Holst Swende
2015-02-19 10:51:10 +01:00
181e6db6a9
Merge pull request #67 from marshmellow42/master
Martin Holst Swende
2015-02-19 10:50:51 +01:00
1defcf606f
More work on iclass full simulation, and some work on iclass tag dump parsing
Martin Holst Swende
2015-02-19 10:48:33 +01:00
b67f7ec359
Further implementation of iclass 'fullsim'. Moved protocol definitions to shared file. Had to add some loclass-function to arm-side to support authentication in fullsim mode
Martin Holst Swende
2015-02-18 20:02:44 +01:00
9a9bcea82b
Iclass decrypt error, shouldn't have decrypted block 6 according to Heart of darkness-paper
Martin Holst Swende
2015-02-17 23:17:43 +01:00
41524d8a39
Implemented 'hf iclass decrypt <tagdump>'. This performs the 3des decryption of iclass tag dumps, but requires the decryption file to be present on the filesystem
Martin Holst Swende
2015-02-17 22:07:40 +01:00
0853ffa29c
ADD: added the missing EM identifications. Thanks to Asper for providing the needed information about LC ID's
iceman1001
2015-02-16 19:01:09 +01:00
33315928fb
CHG: added some more token-tags.
iceman1001
2015-02-16 19:00:17 +01:00
3a72fdf5b0
CHG: minor modification to "hf mf csetblk" The usuage of UID array is not needed.
iceman1001
2015-02-16 19:01:52 +01:00
5b3811fc0e
ADD: added the missing EM identifications. Thanks to Asper for providing the needed information about LC ID's
iceman1001
2015-02-16 19:01:09 +01:00
bd8baee9df
CHG: added some more token-tags.
iceman1001
2015-02-16 19:00:17 +01:00
cc2ea5ed82
Clean up Helps and command descriptions
marshmellow42
2015-02-14 21:15:13 -05:00
e80aeb9695
Started iclass emulator support on device side. Not functional yet
Martin Holst Swende
2015-02-14 21:30:26 +01:00
a4749080d9
Removed un-implemented 'hf iclass write', it's confusing to have there since there's no actual support for this on the device side
Martin Holst Swende
2015-02-14 21:18:39 +01:00
534445139c
Reformatted
Martin Holst Swende
2015-02-14 21:17:08 +01:00
7781a65656
Started work on 'hf iclass eload' - only client side so far, not yet supported in the device
Martin Holst Swende
2015-02-14 21:15:53 +01:00
428d622160
Fixed bug with iclass dump which prevented saving to file
Martin Holst Swende
2015-02-14 20:42:23 +01:00
0cd2a41ac0
Made 125KHz default sampling, instead of 134KHz for LF
Martin Holst Swende
2015-02-14 19:55:23 +01:00
68008fb517
add: timeouts for "lf read" chg: change command consistency "lf t55xx rd" -> "lf t55xx read" chg: buffer size used for armside is quite big. maybe to big. takes too long to read.
iceman1001
2015-02-14 12:29:02 +01:00
abd16c456a
fix help on data rawdemod commands
marshmellow42
2015-02-13 21:17:15 -05:00
2e2fc9fa6b
Merge branch 'master' of github.com:Proxmark/proxmark3
Martin Holst Swende
2015-02-13 19:59:50 +01:00
699bb9dc27
Removed some dev- printouts
Martin Holst Swende
2015-02-13 19:59:28 +01:00
8b9393d3bd
fixed issue #65
Martin Holst Swende
2015-02-12 08:21:58 +01:00
19a700a8b5
hf 14a: if the tag supports it, set default timeout according to ATS hf epa: remove explicit but arbitrary timeout settings Bugfix: don't timeout when frame transmission has already started
pwpiwi
2015-02-11 18:30:36 +01:00
7554370c30
bugfix hf 14a sim / hf mf sim: polarity of tag subcarrier modulation was wrong
pwpiwi
2015-02-11 21:14:34 +01:00
070e36d421
ADD: identification of EM4233
iceman1001
2015-02-11 17:08:16 +01:00
0310364d23
chg: the inital modification of t55xx commands to use Marshmellows new demod functions. fix: merged readblock & readblockPWD command. New syntax: "lf t55xx rd <block> <password>" -- OPTIONAL password
iceman1001
2015-02-11 17:13:30 +01:00
00a863f9ad
ADD: identification of EM4233
iceman1001
2015-02-11 17:08:16 +01:00
0d0d049967
hw tune, data tune: adjusted "unusable" and "marginal" voltages. Display LF tuning graph only when LF antenna is connected.
pwpiwi
2015-02-09 08:53:39 +01:00