f3bf15e484
lf/data combined detectclock functions to one
marshmellow42
2015-02-09 11:11:04 -05:00
0c8d25ebd8
Fixed: hf mf sim failed on fast reader responses In Miller Decoder: don't wait too long for a stable signal In Miller Decoder: Don't accept sequences of four or more zeroes as start bit In EmSendCmd14443aRaw: don't wait for emptying the FPGA delay queue if it isn't filled
pwpiwi
2015-02-08 22:14:20 +01:00
b4fb11ba92
fix inconsistent spacing within functions
marshmellow42
2015-02-08 00:48:00 -05:00
beefe5bc4d
Minor dox
Martin Holst Swende
2015-02-07 21:22:53 +01:00
665775c844
Some documentation and formatting to LogTraceHitag
Martin Holst Swende
2015-02-07 21:05:14 +01:00
aabb719dc4
Moved LogTraceHitag to BigBuf (no changes to the function ... yet)
Martin Holst Swende
2015-02-07 20:55:17 +01:00
3000dc4e7e
Generic tracing; removed iso14a_XX-functions, removed traceLen as global varible
Martin Holst Swende
2015-02-07 20:49:40 +01:00
3b692427ac
Bugfix hw tune, hf tune: voltage measures were VERY wrong Modified hw detectreader: display reader field strength in mV units and to be less phony
pwpiwi
2015-02-03 07:21:57 +01:00
146c201cbe
Merge pull request #55 from jessegit/master
Martin Holst Swende
2015-02-05 19:43:46 +01:00
b37235637f
Merge pull request #57 from iceman1001/feature
Martin Holst Swende
2015-02-05 19:43:26 +01:00
bb42a03ef1Fix#1 for pm3 iclass simulation, remove erroneous extra bit after transmission
Martin Holst Swende
2015-02-05 19:40:47 +01:00
5c2b11eb3c
FIX: LF TI WRITE inparameters didn't get copied by sscanf. This removes the "PRIu64" and uses the 012"llx" instead.
iceman1001
2015-02-05 15:43:50 +01:00
e57fe796f5
FIX: LF TI WRITE inparameters didn't get copied by sscanf. This removes the "PRIu64" and uses the 012"llx" instead.
iceman1001
2015-02-05 15:43:50 +01:00
73a1c1bb97
Merge pull request #56 from iceman1001/feature
Martin Holst Swende
2015-02-05 15:28:18 +01:00
a6cfa75035
add: lots of new toytypes in default_toys.lua fix: mixture between dec & hex numbers caused wrongly identifications of toytypes (default_toys.lua) add: showing bytes for trap-types in tnp3dump.lua
iceman1001
2015-02-04 11:40:49 +01:00
385f398740
prepare to update the LF T55XX commands
iceman1001
2015-02-04 11:48:36 +01:00
a8d4906ba5
add: lots of new toytypes in default_toys.lua fix: mixture between dec & hex numbers caused wrongly identifications of toytypes (default_toys.lua) add: showing bytes for trap-types in tnp3dump.lua
iceman1001
2015-02-04 11:40:49 +01:00
e9281ae812
Add flasher from SVN r623 for HID bootprom and current Mac OS X kext
Jesse Hallio
2015-02-03 23:22:39 +02:00
1f78a4d305
Merge pull request #54 from Proxmark/lf_recorder
Martin Holst Swende
2015-02-02 19:54:07 +01:00
0644d5e3a3
Merged with master
Martin Holst Swende
2015-01-31 18:21:38 +01:00
c856ceae8a
Fixed undecimation command
Martin Holst Swende
2015-01-31 12:42:40 +01:00
698b649e0e
Added undec to un-decimate data on the client side, so we can use all those sweet demodders even if the data has been decimated on the ARM side
Martin Holst Swende
2015-01-31 00:05:04 +01:00
31abe49fd3
Some more fixes to longer lf recordings. Now also supports longer snoops, and an additional command 'lf config' has been defined, instead of having to specify all params for every call
Martin Holst Swende
2015-01-30 23:03:44 +01:00
c4e3b1b6a2
Change in progress, the adjustments to use Marshmellow's new demod for T55XX commands.
iceman1001
2015-01-30 15:45:56 +01:00
e58c712c9e
ADD: a switch to detect if Qt4 or Qt5 is used.
iceman1001
2015-01-30 15:23:01 +01:00
f71f4deb8f
BigBuf and tracing rework: allow much longer traces in in hf commands - provided a BigBuf_malloc() function to dynamically allocate parts of BigBuf e.g. for DMA-Buffers, Frame-Buffers, Emulator-Memory - the whole rest of BigBuf is now available for traces (instead of a small fixed amount) - send actual traceLen together with trace data - changed client side to cope with varying traceLen - changed small buffers to automatic variables instead of parts of BigBuf
pwpiwi
2015-01-27 08:34:48 +01:00
117d9ec25c
Refactoring of BigBuf handling in order to prepare for more efficient memory allocation and longer traces.
pwpiwi
2015-01-16 11:00:17 +01:00
936e0729f9
Merge pull request #49 from marshmellow42/master
Martin Holst Swende
2015-01-27 22:14:39 +01:00
aeadbdb216
Generic tracing: Some fixes in iso14443b snooping, to how DMA access is performed, sizes and buffers.
Martin Holst Swende
2015-01-26 22:10:05 +01:00
7c676e7269
Some documentation
Martin Holst Swende
2015-01-26 21:15:28 +01:00
2595390c6d
Merge pull request #46 from holiman/master
Martin Holst Swende
2015-01-26 20:59:36 +01:00
dca558bf9e
Removed last trace of crypto from makefile
Martin Holst Swende
2015-01-26 20:56:33 +01:00
7242efa07c
bugfix
Martin Holst Swende
2015-01-22 23:04:59 +01:00
cb366e9dbd
Added a lf acquisition-mode which can do decimation and quantization, in order to be able to record longer transactions
Martin Holst Swende
2015-01-22 23:01:29 +01:00
e629181f5a
Fixed issue where -1 size_t was returned
Martin Holst Swende
2015-01-22 21:04:16 +01:00
afceaf4018
Removed openssl from the mfu-stuff
Martin Holst Swende
2015-01-22 21:02:21 +01:00
3fd26a683d
On another note; a nice udev-rule to have pm3 appear as /dev/pm3-1 (or /dev/pm3-2 if you have multiple)
Martin Holst Swende
2015-01-22 00:33:49 +01:00
388c92bde5
Generic tracing pt.4: Deprecated old 'hf 14b list' command
Martin Holst Swende
2015-01-22 00:19:20 +01:00
c54d1394c6
Fixed compiler error
Martin Holst Swende
2015-01-22 00:10:09 +01:00
9e8255d4e9
Generic tracing pt.3 : reworking how iso14443b-traces are stored in ARM-memory
Martin Holst Swende
2015-01-21 23:53:40 +01:00
df3e429d71
minor fix for a help in "hf 14a snoop"
iceman1001
2015-01-21 21:24:37 +01:00
a1557c4c2f
Minor fixes: Array inits, some array bounds checks. ADD: some extra help text for lf snoop ADD: HasGraphData - function in graph.c ADD: DetectHighLowInGraph - function in graph.c
iceman1001
2015-01-20 22:14:56 +01:00
e469159145
FIX: another file_path found in loadTraceCard and saveTraceCard, is now corrected to follow FILE_PATH_SIZE variable.
iceman1001
2015-01-20 21:58:53 +01:00
fe5b3a4424
FIX: The 14b write command (CmdHF14BWrite) now turns off antenna after call.
iceman1001
2015-01-20 21:50:49 +01:00
e3c235654f
Minor fixes to some help-texts.
iceman1001
2015-01-20 21:48:39 +01:00
81740aa519
STEP 3 - the actual new files for Ultralight. ADD: script remagic.lua -- a script to make a "dead" Mifare s50 generation 1 alive again. ADD: tracetest.lua - This script will load several traces files in ../traces/ folder and do "data load" "lf search" ADD: test_t55x7_psk.lua - iterates thru a lot of calls to check the new psk demods.
iceman1001
2015-01-20 21:29:55 +01:00
355c8b4a7d
Generic trace pt2: made iso14443b use standard trace format
Martin Holst Swende
2015-01-18 20:23:58 +01:00
80fe723570
Generic trace pt1: Moved arm-side trace functionality into util-package
Martin Holst Swende
2015-01-18 20:21:53 +01:00
b689b842b6
Bugfix 'hf list 14b' and 'hf list raw'
Martin Holst Swende
2015-01-16 22:48:30 +01:00
41fdd0f061
First stab at adding 'hf list 14b' and 'hf list raw'
Martin Holst Swende
2015-01-16 22:41:19 +01:00
55c7e3520f
Merge branch 'master' of github.com:Proxmark/proxmark3
Martin Holst Swende
2015-01-16 15:49:11 +01:00
49726b4088
Improved 'hf list iclass' a bit, better understanding of the protocol and when to apply CRC checks
Martin Holst Swende
2015-01-15 23:00:39 +01:00
5c72368e2d
Merge pull request #44 from marshmellow42/master
Martin Holst Swende
2015-01-15 21:53:18 +01:00