]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
7 years agoFIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
iceman1001 [Fri, 24 Mar 2017 20:03:09 +0000 (21:03 +0100)]
FIX: lf hitag : Mea culpa, simulation should not have reader_field on.  thanks to @Tiberius and @aczid for pointing out one of my mistakes from 2014.

7 years agoMerge pull request #90 from 4m4rOk/master
Iceman [Sat, 18 Mar 2017 15:34:06 +0000 (16:34 +0100)]
Merge pull request #90 from 4m4rOk/master

Updated clone/sim cmd help + minor text fixes

7 years agoUpdated clone/sim cmd help + minor text fixes
Luca [Sat, 18 Mar 2017 14:19:51 +0000 (15:19 +0100)]
Updated clone/sim cmd help + minor text fixes

7 years agochg: too many \ slashes
iceman1001 [Tue, 14 Mar 2017 07:37:13 +0000 (08:37 +0100)]
chg:  too many \ slashes

7 years agotextual (piwi)
iceman1001 [Tue, 14 Mar 2017 07:30:46 +0000 (08:30 +0100)]
textual (piwi)

7 years agoCHG: extern methods.
iceman1001 [Tue, 14 Mar 2017 07:30:17 +0000 (08:30 +0100)]
CHG: extern methods.
ADD: BSWAP_64

7 years agochg: cleaning out timing.
iceman1001 [Mon, 13 Mar 2017 08:45:46 +0000 (09:45 +0100)]
chg: cleaning out timing.
chg: makefile (piwi)

7 years agoMerge pull request #89 from angelsl/mfsetmod
Iceman [Fri, 10 Mar 2017 15:46:12 +0000 (16:46 +0100)]
Merge pull request #89 from angelsl/mfsetmod

Add Mifare Classic EV1 set load modulation command

7 years agoADD: `analyse nuid` - generates NUID 4byte from a UID 7byte. Mifare Classic Ev1...
iceman1001 [Fri, 10 Mar 2017 08:48:36 +0000 (09:48 +0100)]
ADD: `analyse nuid` - generates NUID 4byte from a UID 7byte.   Mifare Classic Ev1 has this option as a activation sequences.  This NUID is also used for authenticate (cuid),  not the block0 data.
ref: http://www.gorferay.com/mifare-and-handling-of-uids/

7 years agoAdd Mifare Classic EV1 set load modulation command
angelsl [Thu, 9 Mar 2017 13:36:19 +0000 (21:36 +0800)]
Add Mifare Classic EV1 set load modulation command

7 years agoADD: starting merge @holiman 's graphic branch.
iceman1001 [Thu, 9 Mar 2017 10:21:25 +0000 (11:21 +0100)]
ADD: starting merge @holiman 's graphic branch.

7 years agosyntax sugar
iceman1001 [Thu, 9 Mar 2017 10:19:30 +0000 (11:19 +0100)]
syntax sugar

7 years agoMerge branch 'master' of https://github.com/iceman1001/proxmark3
iceman1001 [Thu, 9 Mar 2017 09:26:16 +0000 (10:26 +0100)]
Merge branch 'master' of https://github.com/iceman1001/proxmark3

7 years agoFIX: introduced a bug in luascripts when adding the "safe ascii chars" to ConvertHex...
iceman1001 [Thu, 9 Mar 2017 09:26:01 +0000 (10:26 +0100)]
FIX:  introduced a bug in luascripts when adding the "safe ascii chars" to ConvertHexToAscii.  Now its optional.

7 years agoUpdate CHANGELOG.md
Iceman [Tue, 7 Mar 2017 13:41:08 +0000 (14:41 +0100)]
Update CHANGELOG.md

7 years agoUpdate CHANGELOG.md
Iceman [Tue, 7 Mar 2017 13:40:27 +0000 (14:40 +0100)]
Update CHANGELOG.md

7 years agoUpdate README.md
Iceman [Tue, 7 Mar 2017 13:39:30 +0000 (14:39 +0100)]
Update README.md

7 years agoCHG: `lf visa2000 demod` - adding the commandcall, allowing for demods of graphbuffer...
iceman1001 [Tue, 7 Mar 2017 07:26:17 +0000 (08:26 +0100)]
CHG: `lf visa2000 demod` - adding the commandcall, allowing for demods of graphbuffer. (@marshmellow42)
CHG: `lf visa2000 read` - adapting number of samples, from 12000 -> 12500.  (@marshmellow42)

7 years agoCHG: compiler warning about not using fscanf return value.
iceman1001 [Mon, 6 Mar 2017 18:24:50 +0000 (19:24 +0100)]
CHG: compiler warning about not using fscanf return value.

7 years agochg: unused .. but not for long
iceman1001 [Mon, 6 Mar 2017 18:15:01 +0000 (19:15 +0100)]
chg: unused .. but not for long

7 years agoCHG: renamed struct sector -> sector_t
iceman1001 [Mon, 6 Mar 2017 18:11:08 +0000 (19:11 +0100)]
CHG: renamed struct sector -> sector_t
CHG: defines on armside
CHG: #define WIN32 ->  _WIN32
CHG: started to enhance "hf mf chkkeys"
REM: removed some duplicates etc in default keys.

7 years agoremoved some duplicates.
iceman1001 [Mon, 6 Mar 2017 13:47:24 +0000 (14:47 +0100)]
removed some duplicates.

7 years agoCHG: And that should be everything cleaned up with unneed functions and calls.
iceman1001 [Mon, 6 Mar 2017 10:53:55 +0000 (11:53 +0100)]
CHG: And that should be everything cleaned up with unneed functions and calls.

7 years agoCHG: breaking, forgot some..
iceman1001 [Mon, 6 Mar 2017 10:50:26 +0000 (11:50 +0100)]
CHG:  breaking,  forgot some..

7 years agoFIX: since the correctionNeeded logic changed, with PR #87 (https://github.com...
iceman1001 [Mon, 6 Mar 2017 10:27:15 +0000 (11:27 +0100)]
FIX:  since the correctionNeeded logic changed, with PR #87  (https://github.com/iceman1001/proxmark3/pull/87)  this is the consequence changes to it.

7 years agoMerge pull request #87 from timhir/master
Iceman [Mon, 6 Mar 2017 10:15:25 +0000 (11:15 +0100)]
Merge pull request #87 from timhir/master

Improved logic for determining the correct Frame Delay Time (FDT)

7 years agoImproved logic for determining the correct Frame Delay Time (FDT) value based on...
Timo Hirvonen [Mon, 6 Mar 2017 09:39:12 +0000 (11:39 +0200)]
Improved logic for determining the correct Frame Delay Time (FDT) value based on the last bit transmitted by the PCD

7 years agoFIX: Coverity Scan fixes to emvcmd.c among others.
iceman1001 [Sun, 5 Mar 2017 17:43:06 +0000 (18:43 +0100)]
FIX: Coverity Scan fixes to emvcmd.c among others.
FIX: emclearmem bug.

7 years agoMerge pull request #86 from egon2/fix-85
Iceman [Sun, 5 Mar 2017 17:22:17 +0000 (18:22 +0100)]
Merge pull request #86 from egon2/fix-85

fixes #85  compiler warning and programflow bug.

7 years agofixes #85
egon2 [Sun, 5 Mar 2017 16:19:26 +0000 (16:19 +0000)]
fixes #85

7 years agoFIX: `lf visa2000` actually the parity is on the whole id.
iceman1001 [Sun, 5 Mar 2017 16:13:43 +0000 (17:13 +0100)]
FIX:  `lf visa2000` actually  the parity is on the whole id.

7 years agoFIX: `lf visa2000` - identified unknown nibble in checksum. Is not checksum, but...
iceman1001 [Sun, 5 Mar 2017 15:56:24 +0000 (16:56 +0100)]
FIX: `lf visa2000` - identified unknown nibble in checksum.  Is not checksum, but the even parity of the last 2bytes in ID.

7 years agoCHG: @marshmellow42 's XL size, and em4x05 timmings.
iceman1001 [Sat, 4 Mar 2017 13:37:26 +0000 (14:37 +0100)]
CHG:  @marshmellow42 's XL size,   and em4x05 timmings.

7 years agoCHG: plotting of clock
iceman1001 [Sat, 4 Mar 2017 13:36:09 +0000 (14:36 +0100)]
CHG:  plotting of clock

7 years agotextual change @4m4rOk
iceman1001 [Sat, 4 Mar 2017 13:35:39 +0000 (14:35 +0100)]
textual change @4m4rOk

7 years agochg: more keys.
iceman1001 [Sat, 4 Mar 2017 13:34:08 +0000 (14:34 +0100)]
chg:  more keys.

7 years agoFIX: had to make it clientside only
iceman1001 [Fri, 3 Mar 2017 11:27:35 +0000 (12:27 +0100)]
FIX: had to make it clientside only

7 years agoFIX: travisCI complains. dummy -> dummy_sgc.
iceman1001 [Fri, 3 Mar 2017 11:24:02 +0000 (12:24 +0100)]
FIX:  travisCI complains.   dummy -> dummy_sgc.

7 years agochg: clock marking for ask/fsk/psk, using @marshmellow42 's addition to get starti...
iceman1001 [Fri, 3 Mar 2017 10:36:07 +0000 (11:36 +0100)]
chg:  clock marking for ask/fsk/psk,   using @marshmellow42 's addition to get startindex.

7 years agoFIX: moved from lfdemod.c -> graph.c SetGraphClock.
iceman1001 [Thu, 2 Mar 2017 20:15:01 +0000 (21:15 +0100)]
FIX: moved from lfdemod.c -> graph.c SetGraphClock.

7 years agoFIX: removing nonexistent include file.
iceman1001 [Thu, 2 Mar 2017 20:10:35 +0000 (21:10 +0100)]
FIX:  removing nonexistent include file.

7 years agoCHG: `data plot`- the marking of clock, looks better without borders. It only connec...
iceman1001 [Thu, 2 Mar 2017 20:00:51 +0000 (21:00 +0100)]
CHG:  `data plot`- the marking of clock, looks better without borders. It only connected to ASK. STT mark also looks better.
Still problem with finding the startindex...

7 years agoADD: `data detectclock` - added clock blocks in plot window. Its a draft. Not working...
iceman1001 [Thu, 2 Mar 2017 13:53:50 +0000 (14:53 +0100)]
ADD: `data detectclock` - added clock blocks in plot window. Its a draft. Not working for all clocks.
ADD: STT is now marked as a block in plot window,  instead of Marshmellow42 's two lines.

7 years agoCHG: finalized the merge between peter filmoores 14atagfuzz branch (emv). I seriou...
iceman1001 [Wed, 1 Mar 2017 20:51:23 +0000 (21:51 +0100)]
CHG:  finalized the merge between peter filmoores 14atagfuzz branch (emv).   I seriously doubt anything works.

7 years agoCHG: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3...
iceman1001 [Wed, 1 Mar 2017 19:14:46 +0000 (20:14 +0100)]
CHG:  Added PR #220 from PM3 Master.  ref: https://github.com/Proxmark/proxmark3/pull/220

7 years agoFIX: @marshmellow42 's ST detection fix.
iceman1001 [Tue, 28 Feb 2017 18:20:12 +0000 (19:20 +0100)]
FIX: @marshmellow42 's ST detection fix.
FIX: lfops.c and em4x05 command timings.

7 years agoCHG: minor LF adjustments.
iceman1001 [Tue, 28 Feb 2017 15:55:16 +0000 (16:55 +0100)]
CHG: minor LF adjustments.
CHG: `lf visa2000` - removed askedgedetect, it seemed it destroyed more than enhanced.

7 years agoFIX: `lf search` - em410x demod was a bit greedy.
iceman1001 [Tue, 28 Feb 2017 13:47:25 +0000 (14:47 +0100)]
FIX: `lf search` - em410x demod was a bit greedy.

7 years agohelp text
iceman1001 [Tue, 28 Feb 2017 13:09:10 +0000 (14:09 +0100)]
help text

7 years agoCHG: `hf em` commands. Client side now has same commands as Peter Fillmores 14atagfuz...
iceman1001 [Tue, 28 Feb 2017 13:08:15 +0000 (14:08 +0100)]
CHG: `hf em` commands. Client side now has same commands as Peter Fillmores 14atagfuzz repo.   OBS: not all exists on deviceside yet!

7 years agoupd text
iceman1001 [Tue, 28 Feb 2017 07:36:01 +0000 (08:36 +0100)]
upd text

7 years agoCHG: `hf 14a read` - started to add a Magic tag gen2 detection. SKipping it for...
iceman1001 [Tue, 28 Feb 2017 07:16:02 +0000 (08:16 +0100)]
CHG:  `hf 14a read` - started to add a Magic tag gen2 detection.  SKipping it for now. Can't decide to put in on deviceside or in client.
FIX:  `lf read` - ophs..  it works again.
ADD: `lf em 4x05--`  - added a chipset definition
CHG: better kali fix - from @pwpivi

7 years agoADD: `hf 14a read` - now can detect the newer magic generation 1b. In output 1A...
iceman1001 [Mon, 27 Feb 2017 18:18:38 +0000 (19:18 +0100)]
ADD: `hf 14a read` - now can detect the newer magic generation 1b.   In output 1A (old version,  where all hf mf c* commands works)   1B is the newer.

7 years agoCHG: some of @marshmellow42 's ref: https://github.com/marshmellow42/proxmark3/commi...
iceman1001 [Mon, 27 Feb 2017 13:04:50 +0000 (14:04 +0100)]
CHG:  some of @marshmellow42 's ref: https://github.com/marshmellow42/proxmark3/commit/2b11c7c75068f6e25da5cc4ed463ff78b2cc8900
CHG: `lf em 410x` - when demoded to all zeros, it wasn't printed so some noninitalized tags just gets a empty "found em410x tag" message. Hav'nt decided on how to go further with it.

7 years agoFIX: should be defined earlier.
iceman1001 [Sun, 26 Feb 2017 21:01:38 +0000 (22:01 +0100)]
FIX:  should be defined earlier.

7 years agoCHG: one step closer to finish merging @marshmellow42 's 4x05 changes.
iceman1001 [Sun, 26 Feb 2017 20:32:51 +0000 (21:32 +0100)]
CHG:  one step closer to finish merging @marshmellow42 's 4x05 changes.

7 years agoFIX: some compiler problems caused by PM3 master commit https://github.com/Proxmark...
iceman1001 [Sun, 26 Feb 2017 20:30:47 +0000 (21:30 +0100)]
FIX: some compiler problems caused by PM3 master commit https://github.com/Proxmark/proxmark3/commit/4197a3f6ff9420673cc2eeaeb3eeedeb4a9c0dc9  for Kali users.
discussed about in isssue ref: https://github.com/Proxmark/proxmark3/issues/218

*untested on icemanfork*

7 years agoFIX: removing compiler warning about double const.
iceman1001 [Sun, 26 Feb 2017 20:28:06 +0000 (21:28 +0100)]
FIX:  removing compiler warning about double const.
  thanks to @spaceteddy  ref: https://github.com/iceman1001/proxmark3/issues/83

7 years agoCHG: coverity scan cpmplains..
iceman1001 [Sat, 25 Feb 2017 23:40:19 +0000 (00:40 +0100)]
CHG: coverity scan cpmplains..

7 years agoBUG: forgot to remove
iceman1001 [Sat, 25 Feb 2017 22:14:55 +0000 (23:14 +0100)]
BUG:  forgot to remove

7 years agoFIX: `hf mf sim` - authentication works again.
iceman1001 [Sat, 25 Feb 2017 22:00:20 +0000 (23:00 +0100)]
FIX: `hf mf sim` - authentication works again.
CHG: `lf em`- renamed.
CHG: removed functionality in whereami.c, not needed.

7 years agoCHG: @marshmellow42 's changes to lfops.c /lfsampling.c
iceman1001 [Fri, 24 Feb 2017 14:45:24 +0000 (15:45 +0100)]
CHG: @marshmellow42 's changes to lfops.c /lfsampling.c
CHG: updated CHANGELOG.md

7 years agoCHG: forgot some changes to previous commit.
iceman1001 [Fri, 24 Feb 2017 14:00:49 +0000 (15:00 +0100)]
CHG: forgot some changes to previous commit.

7 years agoADD: @pivipw 's changes "making lua paths".
iceman1001 [Fri, 24 Feb 2017 13:59:38 +0000 (14:59 +0100)]
ADD: @pivipw 's changes "making lua paths".
ref:: https://github.com/Proxmark/proxmark3/commit/4197a3f6ff9420673cc2eeaeb3eeedeb4a9c0dc9

This contains a ugly hardcoded hack to solve the issue: https://github.com/Proxmark/proxmark3/issues/217
where GetModuleHandleEx doesn't exist in mingw (old proxspace 2013 environment).

Use the docker container or linux...

7 years agoCHG: `lf read` - forgot a var
iceman1001 [Fri, 24 Feb 2017 13:17:36 +0000 (14:17 +0100)]
CHG: `lf read` - forgot a var

7 years agoCHG: `lf read` - optional timeout, to be used when configured a threshold limit.
iceman1001 [Fri, 24 Feb 2017 13:15:36 +0000 (14:15 +0100)]
CHG: `lf read` - optional timeout,  to be used when configured a threshold limit.

7 years agoCHG: @Marshmellow42 's fixes. ref: https://github.com/marshmellow42/proxmark3/commi...
iceman1001 [Fri, 24 Feb 2017 00:14:47 +0000 (01:14 +0100)]
CHG:  @Marshmellow42 's fixes.  ref: https://github.com/marshmellow42/proxmark3/commit/e88096ba259b88d0dc2edfd0e77cde5b297e1bd8

7 years agochg; PRIu32 becomes %u. Lets return to whats working - %lu
iceman1001 [Thu, 23 Feb 2017 00:21:25 +0000 (01:21 +0100)]
chg;  PRIu32 becomes %u.  Lets return to whats working - %lu

7 years agoCHG: 64?
iceman1001 [Wed, 22 Feb 2017 23:58:52 +0000 (00:58 +0100)]
CHG:  64?

7 years agochg: @marshmellow42 's changes.
iceman1001 [Wed, 22 Feb 2017 23:52:40 +0000 (00:52 +0100)]
chg:  @marshmellow42 's changes.

7 years agoCHG: continue code cleanup.
iceman1001 [Wed, 22 Feb 2017 23:32:14 +0000 (00:32 +0100)]
CHG: continue code cleanup.
REM: removed stdint.h ,  since we are using c99 when compiling.

7 years agochg: @piwi's code cleanup and some more.
iceman1001 [Wed, 22 Feb 2017 23:03:10 +0000 (00:03 +0100)]
chg: @piwi's code cleanup and some more.
ref: https://github.com/Proxmark/proxmark3/commit/43534cbad22da2db2e1b59f9e08f0cadfe0d8d54

7 years agoADD: new settings file for buspirate and at91sam7s512 ref: https://github.com/Proxmar...
iceman1001 [Tue, 21 Feb 2017 18:53:40 +0000 (19:53 +0100)]
ADD: new settings file for buspirate and at91sam7s512 ref: https://github.com/Proxmark/proxmark3/commit/a386043fa9d1bbe2bb981be940d34e2372671f3e

7 years agoFIX: wrong varname, Good catch of @jamchamb https://github.com/Proxmark/proxmark3...
iceman1001 [Mon, 20 Feb 2017 20:03:04 +0000 (21:03 +0100)]
FIX: wrong varname, Good catch of @jamchamb https://github.com/Proxmark/proxmark3/pull/214/commits/4b12061beee2e1b9d02626de5b880737399a9f42

7 years agoCHG: added some comments when changing the HAS_512_FLASH macro directive.
iceman1001 [Mon, 20 Feb 2017 10:47:10 +0000 (11:47 +0100)]
CHG: added some comments when changing the HAS_512_FLASH macro directive.
CHG: 'make cli'  -  needs lualibs to compile.  well,  and more stuff ofcourse.

7 years agoFIX: memcpy bug...
iceman1001 [Sun, 19 Feb 2017 22:52:09 +0000 (23:52 +0100)]
FIX:  memcpy bug...

7 years agoCHG: `lf em` - refactored @marshmellow42 's em paritycheck.
iceman1001 [Sun, 19 Feb 2017 22:24:19 +0000 (23:24 +0100)]
CHG: `lf em` - refactored @marshmellow42 's em paritycheck.
ADD: `bootrom/Makefile` got some options.  It shouldnt change anything.

7 years agoADD: added dkjson.lua for json support
iceman1001 [Sun, 19 Feb 2017 22:21:59 +0000 (23:21 +0100)]
ADD: added dkjson.lua for json support

7 years agosyntax sugar
iceman1001 [Sun, 19 Feb 2017 00:34:45 +0000 (01:34 +0100)]
syntax sugar

7 years agoCHG: prints if command is NACK,
iceman1001 [Sun, 19 Feb 2017 00:34:21 +0000 (01:34 +0100)]
CHG: prints if command is NACK,

7 years agoMerge branch 'master' of https://github.com/iceman1001/proxmark3
iceman1001 [Sat, 18 Feb 2017 23:13:44 +0000 (00:13 +0100)]
Merge branch 'master' of https://github.com/iceman1001/proxmark3

7 years agochg: `analyse chksum` - now respects the mask variable,
iceman1001 [Sat, 18 Feb 2017 23:13:32 +0000 (00:13 +0100)]
chg: `analyse chksum` - now respects the mask variable,

7 years agoCHG: `lf em` - added @marshmellow42 's changes
iceman1001 [Sat, 18 Feb 2017 23:12:35 +0000 (00:12 +0100)]
CHG:  `lf em` - added @marshmellow42 's changes

7 years agoUpdate README.md
Iceman [Sat, 18 Feb 2017 20:58:32 +0000 (21:58 +0100)]
Update README.md

7 years agoUpdate README.md
Iceman [Sat, 18 Feb 2017 20:55:24 +0000 (21:55 +0100)]
Update README.md

7 years agoUpdate README.md
Iceman [Sat, 18 Feb 2017 20:54:26 +0000 (21:54 +0100)]
Update README.md

removed some gcc-armi.. it can now be installed with apt-get :)
added the  "add user to dialout group" instruction.

7 years agoFIX: `lf guard sim` - helptext change and increase arguments expected check to 3
iceman1001 [Fri, 17 Feb 2017 06:48:00 +0000 (07:48 +0100)]
FIX: `lf guard sim` - helptext change and increase arguments expected check to 3

7 years agoMerge pull request #81 from mdp/fixguard
Iceman [Fri, 17 Feb 2017 06:47:09 +0000 (07:47 +0100)]
Merge pull request #81 from mdp/fixguard

Fix args number and example for guard

7 years agoFix args number and example for guard
mdp [Fri, 17 Feb 2017 03:35:26 +0000 (19:35 -0800)]
Fix args number and example for guard

7 years agoADD: some more keys
iceman1001 [Thu, 16 Feb 2017 21:50:25 +0000 (22:50 +0100)]
ADD: some more keys

7 years agoCHG: a message..
iceman1001 [Thu, 16 Feb 2017 20:59:57 +0000 (21:59 +0100)]
CHG:  a message..

7 years agoCHG: `lf em` - some minor psk detection changes.
iceman1001 [Thu, 16 Feb 2017 20:52:14 +0000 (21:52 +0100)]
CHG: `lf em` - some minor psk detection changes.

7 years agoCHG: some minor changes from @marshmellow42
iceman1001 [Thu, 16 Feb 2017 20:44:25 +0000 (21:44 +0100)]
CHG:  some minor changes from @marshmellow42

7 years agoCHG: `lf em` - some minor refactoring in 4x50 commands
iceman1001 [Thu, 16 Feb 2017 18:48:50 +0000 (19:48 +0100)]
CHG: `lf em` - some minor refactoring in 4x50 commands

7 years agoCHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemod_ext with a refenence bool.
iceman1001 [Thu, 16 Feb 2017 15:38:09 +0000 (16:38 +0100)]
CHG:  'lf em4x' -  the em4x50 demod didn't calc ASKDemod_ext with a refenence bool.
CHG:  'lf em4x' - refactored the code for emd4x50 demod

7 years agoCHG: @marshmellow42 's em4x50 changes
iceman1001 [Thu, 16 Feb 2017 08:53:47 +0000 (09:53 +0100)]
CHG: @marshmellow42 's em4x50 changes
ADD: 'analys chksum' - added a BSD styled 4 and 8 bit shift checksum

7 years agoCHG: `lf em` - @marshmellow42 's latest changes
iceman1001 [Wed, 15 Feb 2017 15:58:29 +0000 (16:58 +0100)]
CHG: `lf em` - @marshmellow42 's latest changes

7 years agoFIX: wrong variable name.
iceman1001 [Wed, 15 Feb 2017 01:46:09 +0000 (02:46 +0100)]
FIX: wrong variable name.

7 years agoFIX: coverity scan found some bugs in EMV code. These are the fixes to:
iceman1001 [Wed, 15 Feb 2017 01:44:34 +0000 (02:44 +0100)]
FIX: coverity scan found some bugs in EMV code. These are the fixes to:
  -CID 141293 - missing va_end call
  -CID 141290 - return var not always given a value
  -CID 141289 - array out of bounds write. off by one.
  -CID 141288 - dead code because of CID 141287
  -CID 141287 - wrong mask
  -CID 141286 - wrong mask value

7 years agoADD: 'script runt remagic' - the Mifare Classic s50 (1k) magic tag restores now also...
iceman1001 [Tue, 14 Feb 2017 14:54:10 +0000 (15:54 +0100)]
ADD: 'script runt remagic' - the Mifare Classic s50 (1k) magic tag restores now also all sector trailers.  Default A/B keys is 0xFFFFFFFFFFFF.

Impressum, Datenschutz