d60418a05f
Synchronized loclass library, imported the legal warning
Martin Holst Swende
2015-01-15 16:28:28 +01:00
758f1fd1f3
Fixed issue #43 on github
Martin Holst Swende
2015-01-15 16:07:58 +01:00
6b038d192a
Minor dox
Martin Holst Swende
2015-01-15 15:45:54 +01:00
1eb874ee3f
Merge branch 'master' of github.com:Proxmark/proxmark3
Martin Holst Swende
2015-01-15 15:45:15 +01:00
09b69422e2
This was resynthezised along with my hf-changes. Nothing changed though
Martin Holst Swende
2015-01-15 15:29:03 +01:00
7b941c8d7f
Fixed memory corruption after reader-attack in armsrc, fixed annoying LED
Martin Holst Swende
2015-01-15 15:27:44 +01:00
645c960f61
Implemented new FPGA mode for iclass tag simulation. Reduces arm-side size of transfer/memory by a factor of 8. Makes for easier arm-side encoding of messages, for when we start needing to do that on the fly instead of using precalculated messages
Martin Holst Swende
2015-01-15 15:16:34 +01:00
c07b79fcbf
sync with master lf files to resolve conflicts
marshmellow42
2015-01-06 10:58:35 -05:00
4118b74dc8
added data psk* cmds for pskdemod
marshmellow42
2015-01-06 09:20:36 -05:00
787b5bd8a4
CHG: minor code clean up in ArmSrc. ADD: added some more default keys in Hf mf nested, maybe it runs faster :)
iceman1001
2015-01-08 00:08:33 +01:00
79bf1ad2cc
ADD: Jonor's timeout patch for "Hf 14a raw". minor code clean up
iceman1001
2015-01-07 23:23:17 +01:00
b5be31f996
FIX: The input handling for "hf 14b write" is now correct. Thanks Asper for spotting the fault. ADD: crc32.c functionality
iceman1001
2015-01-07 22:56:20 +01:00
809fb6aeab
Fix Tune Samples (broken in commit 12/31 by me)
marshmellow42
2015-01-07 16:34:02 -05:00
b915fda392
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
iceman1001
2015-01-07 22:00:29 +01:00
d91a31f935
CHG: minor code clean up.
iceman1001
2015-01-07 21:29:38 +01:00
52ab55ab0d
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.
iceman1001
2015-01-07 21:06:15 +01:00
79544b28ad
CHG: minor code clean up ADD: added some helper-functions in util.c
iceman1001
2015-01-07 20:52:03 +01:00
3af373f352
CHG: Added support for tnp3xx in lua scripts. ADD: a save file function in lua.
iceman1001
2015-01-07 20:45:43 +01:00
23b598ee23
CHG: Minor code clean up. ADD: crc16.c - new crc16_ccitt calc.
iceman1001
2015-01-07 20:40:22 +01:00
002c1ce57a
CHG: removed leftover debugging statements proxmark3.c CHG: hint from Marshmellow that the flag "-lcrypto" needs be also in CFLAGS.
iceman1001
2015-01-07 11:10:46 +01:00
1c4b102cd5
sync with master lf files to resolve conflicts
marshmellow42
2015-01-06 10:58:35 -05:00
5644791bdb
added data psk* cmds for pskdemod
marshmellow42
2015-01-06 09:20:36 -05:00
3fe4ff4f03
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.
iceman1001
2015-01-05 15:51:27 +01:00
6f101995b6
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
Martin Holst Swende
2015-01-05 09:16:06 +01:00
39d3ce5dd6
Moved iclass crc to be based on a lookup table
Martin Holst Swende
2015-01-04 22:10:25 +01:00
337818f7ab
Minor dox
Martin Holst Swende
2015-01-04 21:26:10 +01:00
4c3de57ad2
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
Martin Holst Swende
2015-01-04 21:22:54 +01:00
c8dd9b092e
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
Martin Holst Swende
2015-01-04 14:53:26 +01:00
2e9d4b3ff4
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
Martin Holst Swende
2015-01-03 15:11:48 +01:00
d0d1e24590
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
Martin Holst Swende
2015-01-03 14:36:38 +01:00
3400a4358d
Fixed indentation
Martin Holst Swende
2015-01-03 14:29:22 +01:00
854b9a233f
Removed unused variable
Martin Holst Swende
2015-01-03 14:29:07 +01:00
ae8e8a4372
Corrected indentation to tabs only
Martin Holst Swende
2015-01-03 14:21:07 +01:00
6ca4c6463e
Removed wrong size-count, sizeof(bigbuf) would always return 40000 in lfops
Martin Holst Swende
2015-01-03 14:16:05 +01:00
45dda9fcd7
Merge pull request #34 from marshmellow42/master
Martin Holst Swende
2015-01-01 13:46:48 +01:00
7eefddcc58
Revert "problems creating pull request with the new traces"
marshmellow42
2014-12-31 15:24:37 -05:00
e33b652c53
problems creating pull request with the new traces
marshmellow42
2014-12-31 15:16:02 -05:00
ac914e56db
minor adjustment to askmandemod for lf search
marshmellow42
2014-12-31 14:55:58 -05:00
9ec1416ad2
added data rtrim command
marshmellow42
2014-12-31 14:43:49 -05:00
52bfb95543
bugfixes in iso14443a.c and hf 14a reader - introduced with the big frame and parity support (commit 6a1f2d82): tag responses with len%8 == 0 were dropped - thanks iceman for testing and finding - after unsuccessful hf 14a reader the field stayed on. Thanks to iceman for proposing the fix.
pwpiwi
2014-12-23 11:11:52 +01:00
7705bf4e37
fixed a bug in iso14443a.c which had been introduced with the big frame and parity support (commit 6a1f2d82) - thanks iceman for finding and testing
pwpiwi
2014-12-23 11:11:52 +01:00
ea7d657f75
minor fix - got too comment happy removing test code
marshmellow42
2014-12-22 22:50:13 -05:00
e888ed8e62
added new data askrawdemod command
marshmellow42
2014-12-22 17:46:28 -05:00
57642f63fa
bugfixes hf epa cnonces - extended length (more than 1 byte) not handled correctly - nonces not printed on Windows due to type mismatch
pwpiwi
2014-12-18 19:40:35 +01:00
f10bf20c6c
Format hf 14a list output for bigger frame sizes
pwpiwi
2014-12-18 19:39:16 +01:00
8e9768399c
minor change
Martin Holst Swende
2014-12-18 14:46:38 +01:00