marshmellow42
671ff89fcb
fix iclass write
...
thanks to prof_abrasive && go_tus
2016-11-29 14:59:14 -05:00
marshmellow42
f86d6b557a
attempt hitag2 uid read for lf search
2016-08-04 13:51:37 -04:00
marshmellow42
91f4d53123
couple bug fixes - clean up
2016-06-28 21:02:26 -04:00
marshmellow42
76ef5273d8
hf mf sim code cleanup - update changelog
2016-06-27 00:09:40 -04:00
marshmellow42
73ab92d14c
mf 1k sim reader attack cleanup
...
add abort options - keyboard & button press.
2016-06-25 00:53:53 -04:00
marshmellow42
6eae192c41
fix bug in moebius nonce collection - now finishes
...
also cleaned up some comments
note previous update added the creation of a stats.txt file to generate
statistics of the differences between std mfkey32 and the moebius
version.
2016-06-24 16:46:11 -04:00
marshmellow42
c872d8c177
update hf mf sim x attack mode - start 10byte uid..
...
..support (some from @iceman1001)
(sim reader attack currently testing std mfkey32 vs mfkey32_moebius
version...) possibly will remove one later.
2016-06-24 01:31:27 -04:00
marshmellow42
79dcb9e090
improve hf mf sim x reader attack
...
can now directly extract multiple keys for multiple sectors
2016-06-22 11:03:37 -04:00
marshmellow42
c0d32c3186
Merge remote-tracking branch 'upstream/master'
2016-06-05 22:20:36 -04:00
Ondrej Mikle
39d56ec88b
Fix hitagS sources to compile on gcc 4.9.3
2016-04-23 10:01:19 +02:00
marshmellow42
cf194819cc
simplify some code, add comments
...
ABS simplification from Iceman1001
2016-03-19 00:09:58 -04:00
marshmellow42
29ada8fc08
add ST to ask/manchester sim, finish presco...
...
...as it is currently understood - need to add base 12 printed ID to
demod output...
add Q5 option to pyramid
fix missing include I mistakenly removed in cmdlf
2016-03-07 01:01:40 -05:00
Ralf Spenneberg
4e12287d19
Experimental HitagS support
2016-03-04 17:28:05 +01:00
marshmellow42
39611e3d68
fix ask/Biphase sim bug
2016-02-29 18:05:47 -05:00
marshmellow42
72c5877a74
some minor lf fixes from @iceman1001
2016-02-21 17:05:53 -05:00
marshmellow42
29b757391a
remove errant 'void'
...
have to watch my copy and paste...
2016-02-20 10:22:45 -05:00
marshmellow42
3cec706139
move the clear buffer outside of potentially time..
...
... sensitive routines
see http://www.proxmark.org/forum/viewtopic.php?id=2820
2016-02-20 10:07:44 -05:00
Martin Holst Swende
b31ef4f510
Merge pull request #162 from marshmellow42/CoverityFixes
...
Coverity fixes - mainly from @iceman1001 s fork
2016-02-15 18:43:25 +01:00
Martin Holst Swende
b5cefff12c
Merge pull request #160 from marshmellow42/master
...
lf viking and standalone bug fixes
2016-02-15 18:39:42 +01:00
marshmellow42
e7707cdb17
verify wait isn't null
2016-02-14 17:41:16 -05:00
William Robinet
b8140ab108
Fix typos
2016-02-11 23:03:15 +01:00
marshmellow42
098015eb75
fix bug in lf standalone mode
...
clone command mixed up parameters.
2016-02-10 10:03:28 -05:00
marshmellow42
c4c3af7c16
some @iceman1001 s coverty scan fixes
...
great work!
2016-01-08 18:26:56 -05:00
Martin Holst Swende
2c7928874b
Merge pull request #149 from marshmellow42/T55xx_tests
...
Add lf viking, lf demod/clock detection improvements
2015-12-10 10:44:44 +01:00
marshmellow42
506672c48b
icemans lf fixes & adjustments + lf t55xx bruteforce
...
Fix small fskdemod clock bug
2015-12-02 17:27:12 -05:00
marshmellow42
709665b5d1
lf viking build / lf awid refactor / lfdemod.c debugMode==2
...
lf viking from other users - just put my spin on it
lf awid refactored code - possible to make it not 26bit specific now
with minor chanages
lfdemod.c now supports extra debug printing if `data setdebug` = 2 when
not on device (on client not arm)
2015-11-22 00:00:32 -05:00
marshmellow42
6fe5c94bda
lf demod cleanup nrz clock detect fixes
...
slight adjustment to lf t55xx sampling code to start at the same spot
more consistently
reduce indala detection false positives
lf t55xx commands heavily tested and seem to be stable and reliable on
most modulations/bitrates (excluding Sequence Terminator configured
cards).
2015-11-18 00:10:11 -05:00
marshmellow42
db8296025f
lf t55xx and some lf demod fixes/adjustments
...
finally think I like the lf t55xx detect and read cmds. pretty reliable
now.
2015-11-16 18:49:20 -05:00
Martin Holst Swende
9983a92943
Merge pull request #143 from marshmellow42/master
...
lfops cleanup, t55xx additions/fixes, PCF7931 input cleanup
2015-11-15 13:22:26 +01:00
pwpiwi
5d0e190169
fixing hf snoop:
...
- add: clear the trace buffer before snooping
- fix: allow trigger on odd samples as well
- fix: don't use Dbprintf() in timing tight loops
2015-11-06 09:02:05 +01:00
marshmellow42
8949e04584
Merge remote-tracking branch 'upstream/master'
2015-11-03 20:19:46 -05:00
marshmellow42
76346455d2
minor lf updates/cleanup
2015-11-03 20:18:16 -05:00
pwpiwi
b2fe0e77c5
Merge branch 'topaz'
...
Conflicts:
CHANGELOG.md
client/cmdhf.c
2015-11-03 21:06:59 +01:00
marshmellow42
9f669cb26f
minor cleanups
2015-10-31 23:12:42 -04:00
marshmellow42
66837a0302
Add lf t55xx resetread cmd + fix clone cmds
...
resetread cmd to determine start of streaming bits of ata5577 or
compatible chips...
fixed lf clone bugs introduced while refactoring recently...
2015-10-30 23:23:27 -04:00
pwpiwi
d9cc4e1ae2
Merge branch 'master' into topaz. Update Changelog.
2015-10-27 20:57:16 +01:00
etmatrix
031311c7ae
LED D is on while snoop, when user button is pressed snoop is stopped
2015-10-25 08:10:17 +01:00
marshmellow42
3606ac0a2b
refactor lfops t55xx functions
...
share t55xx configuration register definitions with client for later use
(warning - compiled but not fully tested yet)
2015-10-24 09:54:04 -04:00
marshmellow42
0c8200f11c
text cleanup t55xx cmds
2015-10-23 13:05:40 -04:00
etmatrix
0472d76de4
The great work of Enio hf snoop is now ported into latest version in git
...
you can find original work here https://github.com/EnioArda/proxmark3
2015-10-23 15:40:35 +02:00
marshmellow42
be2d41b73a
updates to lf t55xx commands
...
fix wakeup cmd per @iceman1001
fix dump and read cmds
clean up write command
allow page 1 read/write (block 3 is writable)(ata5577 only)
remove duplicate code
2015-10-22 16:19:23 -04:00
marshmellow42
8e99ec25ed
add wake option to t55xx read command
2015-10-17 15:01:26 -04:00
marshmellow42
21a615cb3b
begin update lf commands with help text and
...
cmd structure.
update changelog for recent changes
2015-10-17 10:48:54 -04:00
marshmellow42
7cfc777b0e
lf t55xx code cleanup +
...
@iceman1001 s cleanup of some t55xx read code, plus some timing tests to
improve lf t5 detect/read...
small typo in pcf 16 address bytes instead of 4...
add option for verbose or not on bigbuf clear cmd.
2015-10-15 14:53:49 -04:00
marshmellow42
f4eadf8a50
adjust lf t55xx read commands
...
seems to make them a lot more accurate for me
2015-10-15 01:09:49 -04:00
marshmellow42
d10e08ae6e
Clean up pcf7931
...
@iceman1001 s cleanup of pcf7931 commands on client side
and split out pcf7931 from lfops.c as it is getting large
2015-10-14 16:17:56 -04:00
Martin Holst Swende
be6250d31b
Merge pull request #140 from marshmellow42/iclass
...
iClass major updates
2015-10-13 09:39:04 +02:00
pwpiwi
8c6b22980c
hf mf mifare: (finally) fix watchdog reset
...
- minor changes to sync
- try alternative strategies when debugging
2015-10-10 15:04:17 +02:00
marshmellow42
c54dff4f4a
Merge remote-tracking branch 'Proxmark/master' into iclass
...
Conflicts:
CHANGELOG.md
2015-10-07 09:34:47 -04:00
pwpiwi
dfb387bf0f
hf mf mifare:
...
- gracefully exit on unsuccessful syncs instead of hard watchdog reset
2015-09-30 20:59:50 +02:00