]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
9 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Tue, 13 Jan 2015 21:02:23 +0000 (16:02 -0500)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
client/cmdlf.c

9 years agoMerge pull request #40 from holiman/master
Martin Holst Swende [Tue, 13 Jan 2015 18:40:41 +0000 (19:40 +0100)]
Merge pull request #40 from holiman/master

Iceman's changes

9 years agoActually add the FILES also, doh 40/head
Martin Holst Swende [Mon, 12 Jan 2015 21:16:46 +0000 (22:16 +0100)]
Actually add the FILES also, doh

9 years agoDocumentation to apps.h, documentation/renaming to iclass
Martin Holst Swende [Mon, 12 Jan 2015 21:08:57 +0000 (22:08 +0100)]
Documentation to apps.h, documentation/renaming to iclass

9 years agoRemoved dependency on openssl, added AES implementation from polarssl instead
Martin Holst Swende [Mon, 12 Jan 2015 20:47:36 +0000 (21:47 +0100)]
Removed dependency on openssl, added AES implementation from polarssl instead

9 years agoFixed error when no match is found for uidmapping
Martin Holst Swende [Sun, 11 Jan 2015 20:49:13 +0000 (21:49 +0100)]
Fixed error when no match is found for uidmapping

9 years agoADD: test_t55x7_psk.lua, a script which writes to block 0 (configation) of a T55x7...
iceman1001 [Sat, 10 Jan 2015 18:48:29 +0000 (19:48 +0100)]
ADD: test_t55x7_psk.lua,  a script which writes to block 0 (configation) of a T55x7 tag and tries do verify the psk demods.  12 different test configuration blocks is used.

9 years agoFIX: arguments took too much.
iceman1001 [Sat, 10 Jan 2015 14:59:05 +0000 (15:59 +0100)]
FIX:  arguments took too much.
FIX:  lf search didn't load from graphbuffer..

9 years agoADD: scripts/tracetest.lua is a simple script that tries to load from traces folder...
iceman1001 [Sat, 10 Jan 2015 14:50:10 +0000 (15:50 +0100)]
ADD:  scripts/tracetest.lua  is a simple script that tries to load from traces folder files starting with EM* and MOD*   and runs the following on them one-by-one.   "Data load" ;  "LF Search"

9 years agolf search use new psk, small demod adjustments 41/head
marshmellow42 [Fri, 9 Jan 2015 21:46:17 +0000 (16:46 -0500)]
lf search use new psk, small demod adjustments

adjust thresholds for ask, fsk, io, psk based on more sample testing
adjust indala decode to set clock to 32 if no input (autodetect not
always correct)

9 years agoremoved double include
Martin Holst Swende [Fri, 9 Jan 2015 20:51:34 +0000 (21:51 +0100)]
removed double include

9 years agoMerge branch 'master' of https://github.com/iceman1001/ForPm3
Martin Holst Swende [Fri, 9 Jan 2015 20:50:36 +0000 (21:50 +0100)]
Merge branch 'master' of https://github.com/iceman1001/ForPm3

9 years agoFIX: antenna was not turn off after "hf 14b write" command. The method is using...
iceman1001 [Fri, 9 Jan 2015 20:45:49 +0000 (21:45 +0100)]
FIX:  antenna was not turn off after "hf 14b write" command. The method is using "hf 14b raw" underneath, which meant an parameter "-p" had to be removed.

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Thu, 8 Jan 2015 21:23:45 +0000 (22:23 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
armsrc/lfops.c
client/cmddata.c
client/graph.c

9 years agoMerge pull request #38 from marshmellow42/master
Martin Holst Swende [Thu, 8 Jan 2015 20:53:20 +0000 (21:53 +0100)]
Merge pull request #38 from marshmellow42/master

Add PSK, space to tabs, new trace, bug fixes to clock & demods

9 years agoReverted some minor things, altered other things to get it to compile cleanly
Martin Holst Swende [Thu, 8 Jan 2015 16:51:52 +0000 (17:51 +0100)]
Reverted some minor things, altered other things to get it to compile cleanly

9 years agoADD: default_toys.lua a script which identify tnp3xx tags
iceman1001 [Thu, 8 Jan 2015 16:36:01 +0000 (17:36 +0100)]
ADD: default_toys.lua a script which identify tnp3xx tags

9 years agominor code cleanup 38/head
marshmellow42 [Thu, 8 Jan 2015 04:02:00 +0000 (23:02 -0500)]
minor code cleanup

9 years agocmddata.c changes by others - reapply
marshmellow42 [Thu, 8 Jan 2015 00:06:29 +0000 (19:06 -0500)]
cmddata.c changes by others - reapply

i overwrote some changes in cmdsamples.  i fixed that
i also removed some comments in graph.c

9 years agoput cmdlf.c back (only changes spaces to tabs)
marshmellow42 [Wed, 7 Jan 2015 23:45:47 +0000 (18:45 -0500)]
put cmdlf.c back (only changes spaces to tabs)

to make my pull request easier to weed through
i did not make any changes to cmdlf just de-spaced it - so i put it back
for now.

9 years agoFIX: forgot to add the function in the header file.
iceman1001 [Wed, 7 Jan 2015 23:20:22 +0000 (00:20 +0100)]
FIX: forgot to add the function in the header file.

9 years agoADD: a CmdEM410xWatchnSpoof in cmdlfem4x.c , looks for a tag, then replays it.
iceman1001 [Wed, 7 Jan 2015 23:17:40 +0000 (00:17 +0100)]
ADD: a  CmdEM410xWatchnSpoof in cmdlfem4x.c  ,   looks for a tag,  then replays it.
minor code clean up.

9 years agoADD: a CmdEM410xWatchnSpoof in cmdlfem4x.c , looks for a tag, then replays it.
iceman1001 [Wed, 7 Jan 2015 23:16:33 +0000 (00:16 +0100)]
ADD: a  CmdEM410xWatchnSpoof in cmdlfem4x.c  ,   looks for a tag,  then replays it.
minor code clean up.

9 years agoMerge branch 'master' of https://github.com/marshmellow42/proxmark3
marshmellow42 [Wed, 7 Jan 2015 23:15:14 +0000 (18:15 -0500)]
Merge branch 'master' of https://github.com/marshmellow42/proxmark3

9 years agoFix Tune Samples (broken in commit 12/31 by me)
marshmellow42 [Wed, 7 Jan 2015 21:34:02 +0000 (16:34 -0500)]
Fix Tune Samples (broken in commit 12/31 by me)

9 years agocode cleanup. re-added psk commands.
marshmellow42 [Wed, 7 Jan 2015 04:29:45 +0000 (23:29 -0500)]
code cleanup.  re-added psk commands.

also fixed a bug in detect clock functions.
sync with master prep for pull request

9 years agosync with master lf files to resolve conflicts
marshmellow42 [Tue, 6 Jan 2015 15:58:35 +0000 (10:58 -0500)]
sync with master lf files to resolve conflicts

9 years agoadded data psk* cmds for pskdemod
marshmellow42 [Tue, 6 Jan 2015 14:20:36 +0000 (09:20 -0500)]
added data psk* cmds for pskdemod

fixed a couple small bugs in other lf functions as well including
detectaskclock,  stopped changes from being made to graphbuffer.

9 years agoCHG: minor code clean up in ArmSrc.
iceman1001 [Wed, 7 Jan 2015 23:08:33 +0000 (00:08 +0100)]
CHG: minor code clean up in ArmSrc.
ADD: added some more default keys in Hf mf nested,  maybe it runs faster :)

9 years agoAdded Pm3-master changes from Holiman.
iceman1001 [Wed, 7 Jan 2015 22:52:33 +0000 (23:52 +0100)]
Added Pm3-master changes from Holiman.
REM: removed some old test code to cmdhf15 read.

9 years agoADD: Jonor's timeout patch for "Hf 14a raw".
iceman1001 [Wed, 7 Jan 2015 22:23:17 +0000 (23:23 +0100)]
ADD: Jonor's timeout patch for "Hf 14a raw".
minor code clean up

9 years agoFIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting...
iceman1001 [Wed, 7 Jan 2015 21:56:20 +0000 (22:56 +0100)]
FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault.
ADD: crc32.c functionality

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Wed, 7 Jan 2015 21:55:26 +0000 (22:55 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

Conflicts:
client/cmdhf.c

9 years agoCHG: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting...
iceman1001 [Wed, 7 Jan 2015 21:51:34 +0000 (22:51 +0100)]
CHG:  The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault.

Minor code clean up.
Added from Pm3-master which will make this fork one step closer to Pm3-master.

9 years agoFix Tune Samples (broken in commit 12/31 by me)
marshmellow42 [Wed, 7 Jan 2015 21:34:02 +0000 (16:34 -0500)]
Fix Tune Samples (broken in commit 12/31 by me)

9 years agoFIX: a solution for the issue "hf mf esave - always saves 4K"
iceman1001 [Wed, 7 Jan 2015 21:00:29 +0000 (22:00 +0100)]
FIX: a solution for the issue "hf mf esave - always saves 4K"
FIX: a solution for the issue "hf eload, esave, cload, save - filepath variable too short"
CHG: minor code clean up.
ADD: AES / CRC16 for lua. (and tnp3xx scripts.)
ADD: tnp3dump.lua  script to dump tnp3xx tags.
ADD: tnp3sim.lua script to let PM3 imitate an tnp3xx tag. Needs to be tested live

9 years agoCHG: minor code clean up.
iceman1001 [Wed, 7 Jan 2015 20:29:38 +0000 (21:29 +0100)]
CHG: minor code clean up.

ADD: tunesamples in cmddata.c  pullrequest #33,  was removed by Marshmellows other commits. I returned it.

9 years agoAdded some more protocol support to the list annotation. Based on http://www.proxmark...
Martin Holst Swende [Wed, 7 Jan 2015 20:14:32 +0000 (21:14 +0100)]
Added some more protocol support to the list annotation. Based on http://www.proxmark.org/forum/viewtopic.php?pid=13541#p13541

9 years agoADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list.
iceman1001 [Wed, 7 Jan 2015 20:06:15 +0000 (21:06 +0100)]
ADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list.
ADD: added a manufacturer list in "hf 14a reader",  only viable when UID is double or triple size.  Thanks to Asper for the list.
ADD: detect chinese magic backdoor commands in "hf 14a reader"
CHG: minor code clean up.

9 years agoCHG: minor code clean up
iceman1001 [Wed, 7 Jan 2015 19:52:03 +0000 (20:52 +0100)]
CHG: minor code clean up
ADD: added some  helper-functions in util.c

9 years agoCHG: Added support for tnp3xx in lua scripts.
iceman1001 [Wed, 7 Jan 2015 19:45:43 +0000 (20:45 +0100)]
CHG: Added support for tnp3xx in lua scripts.
ADD: a save file function in lua.

9 years agoCHG: Minor code clean up.
iceman1001 [Wed, 7 Jan 2015 19:40:22 +0000 (20:40 +0100)]
CHG: Minor code clean up.
ADD: crc16.c - new crc16_ccitt calc.

9 years agoFIX: more minor issues with block Numbers.
iceman1001 [Wed, 7 Jan 2015 18:01:00 +0000 (19:01 +0100)]
FIX: more minor issues with block Numbers.

KNOWN BUG: Right now, it kind of defaults to Block 0 when a getparam8 failes. (like  writing "hf mfu rdbl k",  ie a letter instead of number). This bug is the same all over the pm3 source-code.

9 years agoCHG: spelling errors, added help texts in cmdhfmfu.c
iceman1001 [Wed, 7 Jan 2015 17:50:51 +0000 (18:50 +0100)]
CHG: spelling errors, added help texts in cmdhfmfu.c
CHG: refactored the "hf mfu rdbl/wrbl/crdbl/wrbl" commands.
CHG: added a cauth test to "hf mfu info" command to see if the tag is a Ultralight-C tag or not.

9 years agoADD: new defines: iso14443_CMD_AUTH_KEYA, iso14443_CMD_AUTH_KEYB, iso14443_CMD_AUTH_R...
iceman1001 [Wed, 7 Jan 2015 16:42:57 +0000 (17:42 +0100)]
ADD: new defines: iso14443_CMD_AUTH_KEYA, iso14443_CMD_AUTH_KEYB, iso14443_CMD_AUTH_RESPONSE, iso14443_CMD_AUTH_STEP1, iso14443_CMD_AUTH_STEP2, CHINESE_BACKDOOR_INIT, CHINESE_BACKDOOR_STEP2,
REM: removed old comments in bootrom.c
CHG: mifare ultralight & desfire commands inside arm has been cleaned up. Next step is to refactor it into armsrc/mifaredesfire.c

9 years agoCHG: removed leftover debugging statements proxmark3.c
iceman1001 [Wed, 7 Jan 2015 10:10:46 +0000 (11:10 +0100)]
CHG: removed leftover debugging statements proxmark3.c
CHG: hint from Marshmellow that the flag "-lcrypto" needs be also in CFLAGS.

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Wed, 7 Jan 2015 10:09:05 +0000 (11:09 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

9 years agoSave iclass dumps to file, like mifare-dump functionality works
Martin Holst Swende [Wed, 7 Jan 2015 08:57:18 +0000 (09:57 +0100)]
Save iclass dumps to file, like mifare-dump functionality works

9 years agocode cleanup. re-added psk commands.
marshmellow42 [Wed, 7 Jan 2015 04:29:45 +0000 (23:29 -0500)]
code cleanup.  re-added psk commands.

also fixed a bug in detect clock functions.
sync with master prep for pull request

9 years agoADD: tnp3xxx identification in luascripts.
iceman1001 [Tue, 6 Jan 2015 20:20:41 +0000 (21:20 +0100)]
ADD: tnp3xxx identification in luascripts.
CHG: minor code clean up.

9 years agoCHG: Refactored the HF MFU udump/ucdump commands into one method.
iceman1001 [Tue, 6 Jan 2015 20:08:20 +0000 (21:08 +0100)]
CHG:  Refactored the HF MFU udump/ucdump commands into one method.

9 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
iceman1001 [Tue, 6 Jan 2015 19:51:11 +0000 (20:51 +0100)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

9 years agoMerge pull request #4 from Proxmark/master
marshmellow42 [Tue, 6 Jan 2015 19:28:59 +0000 (14:28 -0500)]
Merge pull request #4 from Proxmark/master

resync fork to master

9 years agoChanged io threshold to 140, fixed boolean error in comparison
Martin Holst Swende [Tue, 6 Jan 2015 17:59:59 +0000 (18:59 +0100)]
Changed io threshold to 140, fixed boolean error in comparison

9 years agoFixed thresholding of io fskdemod
Martin Holst Swende [Tue, 6 Jan 2015 17:43:37 +0000 (18:43 +0100)]
Fixed thresholding of io fskdemod

9 years agoCHG: rename the HF MFU * commands.
iceman1001 [Tue, 6 Jan 2015 16:43:31 +0000 (17:43 +0100)]
CHG: rename the HF MFU * commands.
ADD: added a HF MFU INFO  commmand, where you can see some tag info. Used to be in the readcard command.
FIX: minor code clean up for ultralight & desfire commands in armsrc/mifarecmd.c, armsrc/mifaredesfire.c, armsrc/mifareutil.c
CHG: Lowered the default MF_DBGLEVEL, it set to MF_DBG_ERROR.
CHG: lowered a testing value for timeout in cmdhf14a.c

9 years agoMerge pull request #3 from Proxmark/master
marshmellow42 [Tue, 6 Jan 2015 16:02:11 +0000 (11:02 -0500)]
Merge pull request #3 from Proxmark/master

re sync with masterB

9 years agosync with master lf files to resolve conflicts
marshmellow42 [Tue, 6 Jan 2015 15:58:35 +0000 (10:58 -0500)]
sync with master lf files to resolve conflicts

9 years agoFIX: a compilation error for a static method in CmdHF14A.h
iceman1001 [Tue, 6 Jan 2015 14:36:33 +0000 (15:36 +0100)]
FIX: a compilation error for a static method in CmdHF14A.h

9 years agoadded data psk* cmds for pskdemod
marshmellow42 [Tue, 6 Jan 2015 14:20:36 +0000 (09:20 -0500)]
added data psk* cmds for pskdemod

fixed a couple small bugs in other lf functions as well including
detectaskclock,  stopped changes from being made to graphbuffer.

9 years agoADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list.
iceman1001 [Tue, 6 Jan 2015 10:17:02 +0000 (11:17 +0100)]
ADD: added a lot of ic ids to cmdhf15.c  Thanks to Asper for the list.
ADD: added a manufacturer list for hf 14a reader,  only viable when UID is double or triple size.  Thanks to Asper for the list.
ADD: Some changes from Holimans commits.
CHG: some more code clean up.

9 years agoCHG: generic code clean up. Removal of commented code.
iceman1001 [Mon, 5 Jan 2015 14:51:27 +0000 (15:51 +0100)]
CHG: generic code clean up. Removal of commented code.
CHG: USB_CMD_DATA_SIZE is now used as maxsize for transfer of data between client and pm3device
CHG: suggested a fix for the underscore problem in ioclass\fileutils.c
ADD:  tnp3xx support
ADD:  nxp tag idents.
ADD:  identifiction of chinese backdoor commands to hf 14a reader.

9 years agoFIX: downloaded a fresh clone from my fork, and took away the build-errors.
iceman1001 [Mon, 5 Jan 2015 14:12:48 +0000 (15:12 +0100)]
FIX:  downloaded a fresh clone from my fork, and took away the build-errors.

9 years agoAdded loclass-functionality into the pm3,the functionality provided by loclass can...
Martin Holst Swende [Mon, 5 Jan 2015 08:16:06 +0000 (09:16 +0100)]
Added loclass-functionality into the pm3,the functionality provided by loclass can now be invoked directly from the pm3. Also fixed some issues with how prnlog called PrintAndLog, and added some testdata for the loclass self-tests

9 years agoADD: Holimans new changes in master.
iceman1001 [Mon, 5 Jan 2015 01:01:24 +0000 (02:01 +0100)]
ADD: Holimans new changes in master.

9 years agoFIX: fixed a little bug I introduced from last commit in fskdemod
iceman1001 [Sun, 4 Jan 2015 22:43:07 +0000 (23:43 +0100)]
FIX: fixed a little bug I introduced from last commit in fskdemod
CHG: tab fixes in cmdlf.c and minor code clean up
CHG: minor variable name change, printstatement in cmddata.c

9 years agoFIX: a shot at fixing the "_" underscore problem in fileutils.c. This one uses _ifde...
iceman1001 [Sun, 4 Jan 2015 21:49:54 +0000 (22:49 +0100)]
FIX:  a shot at fixing the "_" underscore problem in fileutils.c. This one uses _ifdefine. I hope it works. Linux people can let me know if it works.

FIX: changed the DetectASKClock in lfdemod.c to correct detect all clocks in the array.
CHG: I like code with more spaces inside of it and tried change some stuff according to our codestyle in HACKING.txt
ADD: some zero checks and overflows, god knows where it was.

The T55XX commands will be rewritten to use Marshmellows lfdemod.c instead.
CHG: Made the graph window smaller.
CHG: lf read  now does a "data samples" also.  (less writing commands)
CHG: data samples now defaults to samples size of 20000

9 years agoMoved iclass crc to be based on a lookup table
Martin Holst Swende [Sun, 4 Jan 2015 21:10:25 +0000 (22:10 +0100)]
Moved iclass crc to be based on a lookup table

9 years agoMinor dox
Martin Holst Swende [Sun, 4 Jan 2015 20:26:10 +0000 (21:26 +0100)]
Minor dox

9 years agoReworked how 'hf 14a list' and 'hf iclass list' works, to use the same method. Now...
Martin Holst Swende [Sun, 4 Jan 2015 20:22:54 +0000 (21:22 +0100)]
Reworked how 'hf 14a list' and 'hf iclass list' works, to use the same method. Now. use 'hf list 14a' and 'hf list iclass' instead. Plus, the output is now annotated (although the annotation-engine could use a bit more love from someone more familiar with the available commands

9 years agoSome work on iclass dump and iclass list, now the dumping is a lot more stable. I...
Martin Holst Swende [Sun, 4 Jan 2015 13:53:26 +0000 (14:53 +0100)]
Some work on iclass dump and iclass list, now the dumping is a lot more stable. I think the comms should be measured and tuned a bit more, right now it kind of works thanks to retry-functionality, but the retries are probably not needed if we are a bit more careful about timing, so we don't send commands too fast for the tag to handle

9 years agoSome work on iclass, started on some better support in 'hf iclass list' and also...
Martin Holst Swende [Sat, 3 Jan 2015 14:11:48 +0000 (15:11 +0100)]
Some work on iclass, started on some better support in 'hf iclass list' and also fixes to 'hf iclass reader' so it exits better when the button is pressed

9 years agoSet lower threshold for lf iodemod, it had too high threshold for filtering out noise...
Martin Holst Swende [Sat, 3 Jan 2015 13:36:38 +0000 (14:36 +0100)]
Set lower threshold for lf iodemod, it had too high threshold for filtering out noise. Now it works better at least with my antenna/setup

9 years agoFixed indentation
Martin Holst Swende [Sat, 3 Jan 2015 13:29:22 +0000 (14:29 +0100)]
Fixed indentation

9 years agoRemoved unused variable
Martin Holst Swende [Sat, 3 Jan 2015 13:29:07 +0000 (14:29 +0100)]
Removed unused variable

9 years agoCorrected indentation to tabs only
Martin Holst Swende [Sat, 3 Jan 2015 13:21:07 +0000 (14:21 +0100)]
Corrected indentation to tabs only

9 years agoRemoved wrong size-count, sizeof(bigbuf) would always return 40000 in lfops
Martin Holst Swende [Sat, 3 Jan 2015 13:16:05 +0000 (14:16 +0100)]
Removed wrong size-count, sizeof(bigbuf) would always return 40000 in lfops

9 years agochg: updated the README.txt
iceman1001 [Thu, 1 Jan 2015 23:09:59 +0000 (00:09 +0100)]
chg: updated the README.txt
chg: updated the commands.lua so it is in sync with usb_cnd.c definitions.

9 years agoMerge pull request #1 from bforbort/master
Iceman [Thu, 1 Jan 2015 22:02:23 +0000 (23:02 +0100)]
Merge pull request #1 from bforbort/master

Added DES AUTH command support

9 years agoMerge remote-tracking branch 'origin/DESFireAuth'
Blaine Forbort [Thu, 1 Jan 2015 18:41:14 +0000 (10:41 -0800)]
Merge remote-tracking branch 'origin/DESFireAuth'

9 years agoUpdated the README.txt
iceman1001 [Thu, 1 Jan 2015 13:07:42 +0000 (14:07 +0100)]
Updated the README.txt
CHG:  added marshmellows last changes with rtrim, and minor fixes.
DEL:  code cleanup in usb_cdc.c

9 years agoMerge pull request #34 from marshmellow42/master
Martin Holst Swende [Thu, 1 Jan 2015 12:46:48 +0000 (13:46 +0100)]
Merge pull request #34 from marshmellow42/master

Fsk demod fixes and additions to client for offline demoding

9 years agoRevert "problems creating pull request with the new traces" 34/head
marshmellow42 [Wed, 31 Dec 2014 20:24:37 +0000 (15:24 -0500)]
Revert "problems creating pull request with the new traces"

This reverts commit e33b652c535be95344724728a0b9dd1f3cf87587.

9 years agoproblems creating pull request with the new traces
marshmellow42 [Wed, 31 Dec 2014 20:16:02 +0000 (15:16 -0500)]
problems creating pull request with the new traces

will add these traces later

9 years agominor adjustment to askmandemod for lf search
marshmellow42 [Wed, 31 Dec 2014 19:55:58 +0000 (14:55 -0500)]
minor adjustment to askmandemod for lf search

returns false if it finds data but not an EM410x format.

9 years agoadded data rtrim command
marshmellow42 [Wed, 31 Dec 2014 19:43:49 +0000 (14:43 -0500)]
added data rtrim command

enter location to trim all samples after

9 years agoCHG: modified cmdlf.c - CmdLFfind with a parameter to accept traces loaded with...
iceman1001 [Wed, 31 Dec 2014 11:01:00 +0000 (12:01 +0100)]
CHG:  modified cmdlf.c - CmdLFfind with a parameter to accept traces loaded with "data load". ie: "lf search 1" == take data from previously loaded.

9 years agoADD: midnitesnakes desfire, ultralight changes from Unstable branch.
iceman1001 [Wed, 31 Dec 2014 10:35:43 +0000 (11:35 +0100)]
ADD: midnitesnakes desfire, ultralight changes from Unstable branch.
ADD: Marshmellows fixes for the LF (demods) commands,  (LF SEACH)
ADD: Holimans changes with hash1_brute

FIXES:  minor fixes with some calls to "free" and redundant debug statement and code cleanup. removal of commented code.

9 years agolf demod code cleanup - added fskraw arguments
marshmellow42 [Wed, 31 Dec 2014 07:27:30 +0000 (02:27 -0500)]
lf demod code cleanup - added fskraw arguments

merged code and added arguments to data fskrawdemod to allow other fsk
mode demodulations (FSK2a = RF/10 & RF/8) another might be (RF/8 & RF/5)

9 years agoLF demod/cmd code cleanup + new lf search
marshmellow42 [Tue, 30 Dec 2014 21:08:33 +0000 (16:08 -0500)]
LF demod/cmd code cleanup + new lf search

cleaned up and error proof code.  plus added new command    lf search
when online it will lf read - data samples 20000 - and test for EM410x,
HID, IO Prox, and indala cards.  when offline it will test current
graphbuffer.

9 years agoMerge pull request #1 from Proxmark/master
marshmellow42 [Mon, 29 Dec 2014 21:14:23 +0000 (16:14 -0500)]
Merge pull request #1 from Proxmark/master

Test

9 years agominor setting adjustments/cleanup
marshmellow42 [Mon, 29 Dec 2014 20:58:59 +0000 (15:58 -0500)]
minor setting adjustments/cleanup

clean up code

9 years agoLF Demod bug fixes and add lf em em410xdemod
marshmellow42 [Mon, 29 Dec 2014 20:32:53 +0000 (15:32 -0500)]
LF Demod bug fixes and add lf em em410xdemod

fixed a few bugs in lf demod that the streamlining added.  added new lf
em em410xdemod command that loops until button pressed. (similar to lf
hid fskdemod

9 years agoslight adjustment to include
marshmellow42 [Mon, 29 Dec 2014 02:29:33 +0000 (21:29 -0500)]
slight adjustment to include

removed extra unneeded path

9 years agoLF Demod streamlining
marshmellow42 [Mon, 29 Dec 2014 01:33:32 +0000 (20:33 -0500)]
LF Demod streamlining

one shared location for demoding lf for arm and client.  also added a
few raw demod commands.

9 years agoFIX: minor fixes to the new feature in "hf 14a reader". Not turning off the field...
iceman1001 [Fri, 26 Dec 2014 21:38:23 +0000 (22:38 +0100)]
FIX: minor fixes to the new feature in "hf 14a reader".  Not turning off the field and the consequent changes to the define names. (CMD_MIFARE_EML_CGETBLO -> CMD_MIFARE_CGETBLO)

9 years agoADD: HF 14A READER is now able to see if a presented card responses to the chinese...
iceman1001 [Fri, 26 Dec 2014 20:32:58 +0000 (21:32 +0100)]
ADD:  HF 14A READER is now able to see if a presented card responses to the chinese magic backdoor commands.
FIX: simple namechange of some defines where it hinted it was related to "eml" when it wasn't.

9 years agoADD: marshmellows new lf command and DetectClock. (works great!)
iceman1001 [Fri, 26 Dec 2014 19:02:59 +0000 (20:02 +0100)]
ADD: marshmellows new lf command and DetectClock.  (works great!)
FIX: a suggested patch for "hf mf csetuid" (https://github.com/Proxmark/proxmark3/issues/35)
FIX: fixed a bug in iso14443a_select_card where the len variable wasnt set,  this made desfire/magic cards not work.

9 years agorename askrawdemod to askmandemod
marshmellow42 [Wed, 24 Dec 2014 18:01:09 +0000 (13:01 -0500)]
rename askrawdemod to askmandemod

9 years agoCreated new detectclock function + EM decode addons
marshmellow42 [Wed, 24 Dec 2014 16:48:41 +0000 (11:48 -0500)]
Created new detectclock function + EM decode addons

new detectclock is somewhat more reliable for ASK modulated tags.  added
this detect to askrawdemod if no clock in passed as an argument.  also
added more EM ID formats to output

Impressum, Datenschutz