]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
7 years agoMerge pull request #62 from micolous/fix-includes
Iceman [Fri, 23 Dec 2016 15:48:19 +0000 (16:48 +0100)]
Merge pull request #62 from micolous/fix-includes

Fix some missing include statements which impact using proxmark3 client as a library

7 years agoFix some missing include statements which impact using proxmark3 client as a library.
Michael Farrell [Fri, 23 Dec 2016 07:35:50 +0000 (17:35 +1000)]
Fix some missing include statements which impact using proxmark3 client as a library.

7 years agoADD: new found cloner pwd.
iceman1001 [Tue, 20 Dec 2016 08:25:02 +0000 (09:25 +0100)]
ADD: new found cloner pwd.

7 years agoCHG: used @marshmellow42 's version to fix lf continuous demod problems.
iceman1001 [Mon, 19 Dec 2016 15:04:27 +0000 (16:04 +0100)]
CHG: used @marshmellow42 's version to fix lf continuous demod problems.

7 years agoCHG: made some debugs statements more clear, when "LF SEARCH" is used with "DATA...
iceman1001 [Mon, 19 Dec 2016 14:32:18 +0000 (15:32 +0100)]
CHG: made some debugs statements more clear,  when "LF SEARCH" is used with "DATA SETDEBUG 1"

7 years agoCHG: 'lf awid brute' - extra check if device gotten offline
iceman1001 [Mon, 19 Dec 2016 13:55:58 +0000 (14:55 +0100)]
CHG: 'lf awid brute' - extra check if device gotten offline
CHG: 'lf t55x7 brute' - extra check if device gotten offline
CHG: 'lf nedap' - Nedap is supposed to be Diphase.

7 years agoCHG: mental note to self, capslock is bad.
iceman1001 [Mon, 19 Dec 2016 11:53:38 +0000 (12:53 +0100)]
CHG: mental note to self,  capslock is bad.

7 years agoFIX: 'LF IO FSKDEMOD' - no call to turn of the antenna when exit
iceman1001 [Mon, 19 Dec 2016 11:51:21 +0000 (12:51 +0100)]
FIX: 'LF IO FSKDEMOD' - no call to turn of the antenna when exit
Thanks to @samyk

https://github.com/Proxmark/proxmark3/issues/203

7 years agoFIX: 'lf hid fskdemod' - no turning of the antenna afterwards.
iceman1001 [Mon, 19 Dec 2016 11:48:27 +0000 (12:48 +0100)]
FIX: 'lf hid fskdemod' - no turning of the antenna afterwards.
FIX: 'CMD_AWID_DEMOD

Thanks to @samyk
ref: https://github.com/Proxmark/proxmark3/issues/203

7 years agoADD some documentation of changes
iceman1001 [Sat, 17 Dec 2016 09:22:21 +0000 (10:22 +0100)]
ADD some documentation of changes

7 years agoCHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to...
iceman1001 [Fri, 16 Dec 2016 18:06:19 +0000 (19:06 +0100)]
CHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to be correct demodulated.

7 years agoCHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index in output. Thanks @martin...
iceman1001 [Fri, 16 Dec 2016 11:50:44 +0000 (12:50 +0100)]
CHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index in output.  Thanks @martin for pointing it out.

7 years agoADD: 'LF VISA2000' added one checksum test when demod / clone / sim
iceman1001 [Fri, 16 Dec 2016 11:47:49 +0000 (12:47 +0100)]
ADD: 'LF VISA2000'  added one checksum test when demod / clone / sim
CHG: 'LF NORALSY' when chksum fails, return 0,  to indicate for LF SEARCH that it failed.

7 years agoADD: 'analyse chksum' added a nibble xor calc - calcSumNibbleXor
iceman1001 [Fri, 16 Dec 2016 11:05:38 +0000 (12:05 +0100)]
ADD: 'analyse chksum' added a nibble xor calc - calcSumNibbleXor

7 years agoCHG: enhanced the debug output for some LF demod/decode
iceman1001 [Fri, 16 Dec 2016 11:04:37 +0000 (12:04 +0100)]
CHG:  enhanced the debug output for some LF demod/decode

7 years agoADD: 'LF NORALSY' clone/sim/read commands. Partly done. some crc works, but...
iceman1001 [Thu, 15 Dec 2016 17:04:30 +0000 (18:04 +0100)]
ADD: 'LF NORALSY'  clone/sim/read  commands.   Partly done.  some crc works,  but whole format in not mapped yet.
ADD: 'LF SEARCH'  added noralsy detection

7 years agoADD: a Noralsy detection, looking for preamble 0xBB0
iceman1001 [Thu, 15 Dec 2016 14:50:12 +0000 (15:50 +0100)]
ADD:  a Noralsy detection,  looking for preamble 0xBB0

7 years agoFIX: 'lf presco' demod fixes.
iceman1001 [Wed, 14 Dec 2016 23:01:31 +0000 (00:01 +0100)]
FIX: 'lf presco'  demod fixes.
ADD: 'lf search' now also looks for Presco.

I know that the helptext is wrong (d should be p)

7 years agoADD: forgot to add the files
iceman1001 [Wed, 14 Dec 2016 22:26:14 +0000 (23:26 +0100)]
ADD: forgot to add the files

7 years agoSyntax suger
iceman1001 [Wed, 14 Dec 2016 22:25:28 +0000 (23:25 +0100)]
Syntax suger

7 years agoADD: Visa2000 demod
iceman1001 [Wed, 14 Dec 2016 22:23:53 +0000 (23:23 +0100)]
ADD:  Visa2000 demod

7 years agoADD: 'lf visa2000' commands. (SIM/CLONE/READ) almost finished.
iceman1001 [Wed, 14 Dec 2016 22:23:16 +0000 (23:23 +0100)]
ADD:  'lf visa2000'  commands.  (SIM/CLONE/READ)  almost finished.
CHG: 'lf xxxxx'  reduced number of samples from 30000 -> 20000 in "lf xxxxxx read" commands.
CHG: 'data samples'  - didn't honor the silent parameter. It now output less for the 'lf xxxxxx read' commands.

7 years agoCHG: 'lf search' changed output to be visible when debugging for IO prox
iceman1001 [Tue, 13 Dec 2016 11:27:40 +0000 (12:27 +0100)]
CHG: 'lf search' changed output to be visible when debugging for IO prox

7 years agoCHG: syntaxt suger
iceman1001 [Fri, 9 Dec 2016 13:39:34 +0000 (14:39 +0100)]
CHG:  syntaxt suger

7 years agoFIX: 'hf iclass dump' / 'hf iclass readtagfile' - the faulty output from these...
iceman1001 [Fri, 9 Dec 2016 13:38:51 +0000 (14:38 +0100)]
FIX:  'hf iclass dump'  / 'hf iclass readtagfile' - the faulty output from these commands are now fixed.

7 years agoCHG: 'hf iclass dump' - output fixes
iceman1001 [Thu, 8 Dec 2016 17:02:48 +0000 (18:02 +0100)]
CHG:  'hf iclass dump' - output fixes
CHG:  'hf iclass readtagfile' - output fixes

7 years agoREM: removed a double entry. it seems 'hf mf check' doesnt uniq-sort this file.
iceman1001 [Thu, 8 Dec 2016 17:01:54 +0000 (18:01 +0100)]
REM:  removed a double entry.  it seems 'hf mf check' doesnt uniq-sort this file.

7 years agoFIX: 'iclass write'
iceman1001 [Wed, 7 Dec 2016 16:43:13 +0000 (17:43 +0100)]
FIX:  'iclass write'

7 years agoFIX: 'iclass write'
iceman1001 [Wed, 7 Dec 2016 16:07:23 +0000 (17:07 +0100)]
FIX: 'iclass write'

thanks to prof_abrasive && go_tus
ref:  http://www.proxmark.org/forum/viewtopic.php?id=4033

7 years agoCHG: got insperation from https://github.com/menshiyun/proxmark3/commits/local ...
iceman1001 [Wed, 7 Dec 2016 16:06:15 +0000 (17:06 +0100)]
CHG:  got insperation from https://github.com/menshiyun/proxmark3/commits/local    and the clean variable.

7 years agoCHG: added a check if err variable is NIL.
iceman1001 [Tue, 22 Nov 2016 10:55:23 +0000 (11:55 +0100)]
CHG:  added a check if err variable is NIL.

7 years agoFIX: the changes to uart.c timings seems to have fixed my problem with the pm3...
iceman1001 [Tue, 22 Nov 2016 00:58:11 +0000 (01:58 +0100)]
FIX:  the changes to uart.c  timings seems to have fixed my problem with the pm3 device getting unresponsive.

CHG: "script run hard"  now iterates all sectors on the tag and output the table style like "hf mf chkkey" do.

7 years agoADD: added the 'hf mf hardnested' to be called within LUA scripts.
iceman1001 [Mon, 21 Nov 2016 15:08:12 +0000 (16:08 +0100)]
ADD: added the 'hf mf hardnested'  to be called within LUA scripts.
ADD: 'script run hard' - a first try for a lua script to run the hardnested attack on a complete tag.

7 years agoCHG: Cleaning up
iceman1001 [Fri, 18 Nov 2016 10:31:52 +0000 (11:31 +0100)]
CHG: Cleaning up

7 years agoADD: "analyse hid" - new function that implements the 'heart of darkness' hid/iclas...
iceman1001 [Thu, 17 Nov 2016 17:20:44 +0000 (18:20 +0100)]
ADD:  "analyse hid" -  new function that implements the 'heart of darkness' hid/iclass permute function. Its converted from the php-solution found in the paper to C. Ref: https://github.com/akw0088/HID-Card-Copy/blob/master/key-permutation/permute.php

7 years agoFIX: @matrix latest fixes
iceman1001 [Wed, 16 Nov 2016 21:31:09 +0000 (22:31 +0100)]
FIX:  @matrix latest fixes

7 years agoFIX: "hf mf hardnested" - removed the call to free_candidates_memory, on my ubuntu...
iceman1001 [Wed, 16 Nov 2016 18:19:06 +0000 (19:19 +0100)]
FIX: "hf mf hardnested"  - removed the call to free_candidates_memory,  on my ubuntu env it crashes all the time with it.

7 years agoFIX: that time.h issue is different on POSIX systems and WINDOWS system and in C...
iceman1001 [Wed, 16 Nov 2016 17:52:13 +0000 (18:52 +0100)]
FIX:  that time.h issue is different on POSIX systems and WINDOWS system and in C...

7 years agoFIX: wrong compile define used, __WIN32 should be _WIN32
iceman1001 [Wed, 16 Nov 2016 17:42:56 +0000 (18:42 +0100)]
FIX: wrong compile define used,   __WIN32 should be _WIN32

7 years agoFIX: & 0xFF instead of uint8_t
iceman1001 [Wed, 16 Nov 2016 17:38:15 +0000 (18:38 +0100)]
FIX: & 0xFF instead of uint8_t

7 years agoFIX: removed some warnings about time_t in non-windows systems. This appeared since...
iceman1001 [Wed, 16 Nov 2016 17:36:21 +0000 (18:36 +0100)]
FIX:  removed some warnings about time_t in non-windows systems.  This appeared since I fiddled in proxmark.h

7 years agoCHG: added the ping command to the header file.
iceman1001 [Wed, 16 Nov 2016 17:17:01 +0000 (18:17 +0100)]
CHG:  added the ping command to the header file.

7 years agoCHG: "hf mf hardnested" - fixes and additions.
iceman1001 [Wed, 16 Nov 2016 17:16:14 +0000 (18:16 +0100)]
CHG: "hf mf hardnested" - fixes and additions.
  - freeing candidate lists after generate_candidates calls.
  - longer timeout when waiting for responses (it takes a while to collect 58 nonces per call) From 3sec to 6sec
  - if best_first_byte[0] (best guess) has been the same for 3 nonces calls in a row, it enters the generate_candidates test.
  - when total_added_nonces increases but does not enter generate_candidates tests,  it now increases the threshold_index variable. Make the output look better

Known bugs still.
   - TestIfKeyExists sometimes crashes the client,  still after the null check.
   - proxmark3 device doesn't answer calls after entering brute_force call and fails finding a key,  where it should start collecting nonces again. This bug doesn't make sense.

7 years agoCHG: textual change
iceman1001 [Wed, 16 Nov 2016 16:45:12 +0000 (17:45 +0100)]
CHG: textual change

7 years agoCHG: "hf mf hardnested" device side should empty bigbuff?
iceman1001 [Wed, 16 Nov 2016 16:44:08 +0000 (17:44 +0100)]
CHG: "hf mf hardnested"  device side should empty bigbuff?

7 years agoCHG: the reset of pcb_num should be before untraditional tags return.
iceman1001 [Wed, 16 Nov 2016 16:43:08 +0000 (17:43 +0100)]
CHG:  the reset of pcb_num should be before untraditional tags return.

7 years agoCHG: "hf mf hardnested"
iceman1001 [Tue, 15 Nov 2016 11:49:13 +0000 (12:49 +0100)]
CHG: "hf mf hardnested"
 - latest clean up from @matrix
 - the device still doesnt answer when brute_force call fails. I've been trying to get the device to init after the brute_force call.

7 years agochg: removed a useless clearing of key_count. From @matrix https://github.com/matrix...
iceman1001 [Tue, 15 Nov 2016 11:13:15 +0000 (12:13 +0100)]
chg: removed a useless clearing of key_count. From @matrix https://github.com/matrix/proxmark3/commit/090682764b3d18cdc7982a3aa384c8cff7e0bf8c

7 years agoFIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was calling the wrong crc method....
iceman1001 [Mon, 14 Nov 2016 20:41:18 +0000 (21:41 +0100)]
FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was calling the wrong crc method. (update2 is the older and correct version).   This solves the pyrmid issue with wrong checksums calculated.
Thanks to @rookieatall  @marshmellow42 for pointing out the bug. ref: http://www.proxmark.org/forum/viewtopic.php?id=4006

7 years agoFIX: 'hf mf hardnested' @matrix https://github.com/iceman1001/proxmark3/commit/e0828...
iceman1001 [Tue, 8 Nov 2016 12:27:50 +0000 (13:27 +0100)]
FIX: 'hf mf hardnested' @matrix  https://github.com/iceman1001/proxmark3/commit/e0828439bfebdcf16595e7cda76e40e21f4feeb6

7 years agoCHG: "hf mf hardnested" disabled the tracelogging on deviceside during nonce acquiring.
iceman1001 [Mon, 7 Nov 2016 21:42:57 +0000 (22:42 +0100)]
CHG: "hf mf hardnested"  disabled the tracelogging on deviceside during nonce acquiring.

7 years agoFIX: decrease 2^39 -> 2^38. its a big searchspace anyway.
iceman1001 [Mon, 7 Nov 2016 21:41:18 +0000 (22:41 +0100)]
FIX: decrease 2^39 -> 2^38. its a big searchspace anyway.
FIX: changed output and rearranged collecting nonces logic.

Still problems with "hard" keys,  the device stops responding after a "bruteforce" / "generate_candidates" call.. Very strange. shouldnt'

7 years agoFIX: "hf mf hardnested" when "key found" exting the do-while loop doesn't need to...
iceman1001 [Mon, 7 Nov 2016 10:54:32 +0000 (11:54 +0100)]
FIX: "hf mf hardnested"  when "key found" exting the do-while loop doesn't need to wait for device to respond.

7 years agoFIX: "hf mf hardnested" merging of @matrix commit https://github.com/matrix/proxmark3...
iceman1001 [Mon, 7 Nov 2016 10:11:14 +0000 (11:11 +0100)]
FIX: "hf mf hardnested" merging of @matrix commit https://github.com/matrix/proxmark3/commit/bd8249afeccb0478d8dbbfb49ed68c6306182f1f

7 years agoFIX: @matrix https://github.com/matrix/proxmark3/commit/869a03c2c6267db16cd1418b9e5f...
iceman1001 [Sat, 5 Nov 2016 13:54:25 +0000 (14:54 +0100)]
FIX:  @matrix https://github.com/matrix/proxmark3/commit/869a03c2c6267db16cd1418b9e5f2b9049b9a015
it still counts down the good bytes,
and I fixed the elapsed time.

7 years agoCHG: removed unused variable
iceman1001 [Thu, 3 Nov 2016 14:15:25 +0000 (15:15 +0100)]
CHG: removed unused variable

7 years agoCHG: don't consider the respons at all when sending the HALT command.
iceman1001 [Thu, 3 Nov 2016 14:00:17 +0000 (15:00 +0100)]
CHG:  don't consider the respons at all when sending the HALT command.

7 years agoCHG: still issues left.
iceman1001 [Sat, 29 Oct 2016 21:58:59 +0000 (23:58 +0200)]
CHG: still issues left.

7 years agoFIX: several calls to nonce2key/nonce2key_ex has problems with not clearing up memor...
iceman1001 [Sat, 29 Oct 2016 20:12:38 +0000 (22:12 +0200)]
FIX:  several calls to nonce2key/nonce2key_ex has problems with not clearing up memory pointers laying around.
Still exists problem which needs to be dealt with.

7 years agoCHG: minor textual change to fit the minimum two calls nature for the zero parity...
iceman1001 [Sat, 29 Oct 2016 19:45:36 +0000 (21:45 +0200)]
CHG: minor textual change to fit the minimum two calls nature for the zero parity attack

7 years agoFIX: the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1 to be correct...
iceman1001 [Sat, 29 Oct 2016 19:42:46 +0000 (21:42 +0200)]
FIX:  the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1  to be correct.  It seems to work in "hf mf mifare"  but not in "hf mf hardnested"

7 years agoFIX: 'hf mf mifare' - special zero parity attack vector now works. Thanks to the...
iceman1001 [Sat, 29 Oct 2016 19:41:02 +0000 (21:41 +0200)]
FIX:  'hf mf mifare'  - special zero parity attack vector now works. Thanks to the dude who figured this vector out: @douniwan5788  (sorry for comments, I was clearly wrong.)  @piwi - for proving me wrong.
this version uses int64_t  (signed)  to signify end-of-lists (-1). It also needs its own compare function for the qsort.  I didn't merge this into existing code which uses uint64_t. (too lazy)

7 years agoMerge pull request #51 from matrix/master
Iceman [Sat, 29 Oct 2016 14:39:07 +0000 (16:39 +0200)]
Merge pull request #51 from matrix/master

Improved Mifare Plus Atack (hf mf hardnested) - part 2

7 years agoMerge remote-tracking branch 'upstream/master'
Gabriele Gristina [Sat, 29 Oct 2016 13:19:55 +0000 (15:19 +0200)]
Merge remote-tracking branch 'upstream/master'

7 years agoCHG: 'HF MF C*' (chinese backdoor commands) According to douniwan5788 some magic...
iceman1001 [Fri, 28 Oct 2016 18:43:07 +0000 (20:43 +0200)]
CHG: 'HF MF C*' (chinese backdoor commands) According to douniwan5788 some magic/clone tags answers to the halt cmd and some not.  I think I captured his ideas.

ref: https://github.com/douniwan5788/proxmark3/commit/13b71e58fddf20c5d42b8f0af1d72c795139b86f

7 years agoCHG: clean up
iceman1001 [Fri, 28 Oct 2016 14:37:26 +0000 (16:37 +0200)]
CHG: clean up

7 years agoCHG: just some parameter / variable name changes. Nuttin' special.
iceman1001 [Fri, 28 Oct 2016 14:37:01 +0000 (16:37 +0200)]
CHG:  just some parameter / variable name changes.  Nuttin' special.

7 years agoMerge branch 'master' of https://github.com/iceman1001/proxmark3
iceman1001 [Fri, 28 Oct 2016 11:07:09 +0000 (13:07 +0200)]
Merge branch 'master' of https://github.com/iceman1001/proxmark3

7 years agoFIX: looping logic error, doesn't need to increase with 1, if we do 8 checks every...
iceman1001 [Fri, 28 Oct 2016 11:06:34 +0000 (13:06 +0200)]
FIX:  looping logic error,  doesn't need to increase with 1, if we do 8 checks every turn...

7 years agoMerge pull request #49 from micolous/less-verbose-mfsim
Iceman [Thu, 27 Oct 2016 12:50:19 +0000 (14:50 +0200)]
Merge pull request #49 from micolous/less-verbose-mfsim

hf {14a,mf} sim: Be less verbose by default, add option "m" to turn maths back on (Issue #45)

7 years agohf {14a,mf} sim: v is for verbose
Michael Farrell [Thu, 27 Oct 2016 12:36:43 +0000 (23:36 +1100)]
hf {14a,mf} sim: v is for verbose

7 years agohf mf sim: Be less verbose by default, add option "m" to turn maths back on (Issue...
Michael Farrell [Thu, 27 Oct 2016 10:38:53 +0000 (21:38 +1100)]
hf mf sim: Be less verbose by default, add option "m" to turn maths back on (Issue #45)

7 years agoMerge pull request #50 from micolous/mfkey-gitignore
Iceman [Thu, 27 Oct 2016 11:48:19 +0000 (13:48 +0200)]
Merge pull request #50 from micolous/mfkey-gitignore

Add .gitignore file to mfkey for binaries

7 years agoAdd .gitignore file to mfkey for binaries
Michael Farrell [Thu, 27 Oct 2016 10:43:33 +0000 (21:43 +1100)]
Add .gitignore file to mfkey for binaries

7 years agofixup code
Gabriele Gristina [Tue, 25 Oct 2016 23:14:56 +0000 (01:14 +0200)]
fixup code

7 years agoMerge pull request #47 from osysltd/patch-4
Iceman [Sat, 22 Oct 2016 23:04:35 +0000 (01:04 +0200)]
Merge pull request #47 from osysltd/patch-4

Update README.md

7 years agoFIX: too small string?
iceman1001 [Sat, 22 Oct 2016 22:58:40 +0000 (00:58 +0200)]
FIX:  too small string?

7 years agoFIX: valgrind complains about something here...
iceman1001 [Sat, 22 Oct 2016 22:50:23 +0000 (00:50 +0200)]
FIX: valgrind complains about something here...

7 years agoCHG: init the char array.
iceman1001 [Sat, 22 Oct 2016 22:38:09 +0000 (00:38 +0200)]
CHG: init the char array.

7 years agoUpdate README.md
Osys [Sat, 22 Oct 2016 22:37:35 +0000 (01:37 +0300)]
Update README.md

7 years agoMerge pull request #46 from micolous/fix-nonce
Iceman [Sat, 22 Oct 2016 16:21:56 +0000 (18:21 +0200)]
Merge pull request #46 from micolous/fix-nonce

hf mf sim: Multiple fixes

7 years agoMerge pull request #44 from micolous/master
Iceman [Sat, 22 Oct 2016 15:47:44 +0000 (17:47 +0200)]
Merge pull request #44 from micolous/master

hf 14a: Fix typos in manufacturer list

7 years agohf mf sim: Multiple fixes (iceman1001/proxmark3 #45)
Michael Farrell [Sat, 22 Oct 2016 10:47:26 +0000 (21:47 +1100)]
hf mf sim: Multiple fixes (iceman1001/proxmark3 #45)

- Fix `hf mf sim` to use nonce_t structures, so key recovery works
- Increases verbosity on the key recovery functionality
- Fix use-after-free for k_sector
- Add help info on `e` option to `hf mf sim`

7 years agohf 14a: Fix typos in manufacturer list
Michael Farrell [Sat, 22 Oct 2016 03:24:17 +0000 (14:24 +1100)]
hf 14a: Fix typos in manufacturer list

7 years agoCHG: "hf mf hardnested" - less printing
iceman1001 [Fri, 21 Oct 2016 14:06:53 +0000 (16:06 +0200)]
CHG: "hf mf hardnested" - less printing
CHG: some filehandles = NULL.

7 years agoMerge pull request #43 from matrix/master
Iceman [Thu, 20 Oct 2016 23:49:39 +0000 (01:49 +0200)]
Merge pull request #43 from matrix/master

Improved Mifare Plus Atack (hf mf hardnested)

7 years agoSpeedup Mifare Plus Attack v2.2 (cleanup code)
Gabriele Gristina [Thu, 20 Oct 2016 23:06:57 +0000 (01:06 +0200)]
Speedup Mifare Plus Attack v2.2 (cleanup code)

7 years agoSpeedup Mifare Plus Attack v2.1 (stable)
Gabriele Gristina [Thu, 20 Oct 2016 22:43:43 +0000 (00:43 +0200)]
Speedup Mifare Plus Attack v2.1 (stable)

7 years agoMerge remote-tracking branch 'upstream/master'
Gabriele Gristina [Thu, 20 Oct 2016 18:00:06 +0000 (20:00 +0200)]
Merge remote-tracking branch 'upstream/master'

7 years agoCHG: experimenting with 'lf sim' It does send a signal now but...
iceman1001 [Thu, 20 Oct 2016 15:31:58 +0000 (17:31 +0200)]
CHG:  experimenting with 'lf sim'  It does send a signal now but...

7 years agoFIX: client crash for global id, and removing my previous fix.
iceman1001 [Thu, 20 Oct 2016 15:31:23 +0000 (17:31 +0200)]
FIX: client crash for global id,  and removing my previous fix.

7 years agoTEST: see if the readerfield is needed.
iceman1001 [Wed, 19 Oct 2016 23:52:26 +0000 (01:52 +0200)]
TEST: see if the readerfield is needed.

7 years agoCHG: some debug statements instead, 'H' for helptext.
iceman1001 [Wed, 19 Oct 2016 23:51:27 +0000 (01:51 +0200)]
CHG: some debug statements instead, 'H' for helptext.

7 years agoFIX: strange bug in "lf em em410xwatch" , which the client crasches when it reads...
iceman1001 [Wed, 19 Oct 2016 23:50:30 +0000 (01:50 +0200)]
FIX:  strange bug in "lf em em410xwatch" , which the client crasches when it reads a valid em tag.

7 years agoCHG: making printed statement a debug statement.
iceman1001 [Wed, 19 Oct 2016 23:16:32 +0000 (01:16 +0200)]
CHG: making printed statement a debug statement.

7 years agoCHG: added a quitting message
iceman1001 [Wed, 19 Oct 2016 23:13:18 +0000 (01:13 +0200)]
CHG: added a quitting message

7 years agoCHG: move the call to fpga_bitstream_lf, in order to save the uploaded data from...
iceman1001 [Wed, 19 Oct 2016 23:06:17 +0000 (01:06 +0200)]
CHG: move the call to fpga_bitstream_lf,  in order to save the uploaded data from the client. Changing bitstream wipes bigbuffer.

7 years agoCHG: updated some comments. I still think I don't understand this code
iceman1001 [Wed, 19 Oct 2016 22:42:17 +0000 (00:42 +0200)]
CHG: updated some comments. I still think I don't understand this code

7 years agosyntax suger. never mind this
iceman1001 [Wed, 19 Oct 2016 22:41:34 +0000 (00:41 +0200)]
syntax suger. never mind this

7 years agoCHG: removed CLOCK2, since its not used in the code.
iceman1001 [Wed, 19 Oct 2016 22:40:56 +0000 (00:40 +0200)]
CHG:  removed CLOCK2, since its not used in the code.

Impressum, Datenschutz