cityofEmbera / proxmark3

Automatically exported from code.google.com/p/proxmark3
GNU General Public License v2.0
0 stars 0 forks source link

Revision 839 osimage has broken hf 14a snoop #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Flash to r839 firmware
2. Run 'hf 14a snoop'
3. Get "#db# COMMAND FINISHED" instantly

4. Flash r838 osimage
5. Run 'hf 14a snoop'
6. Works as expected

Please provide any additional information below.

Seems like the problem is the updated ManchesterDecoding function 
(armsrc/iso14443a.c). Demod.len blows the circular buffer immediately @ line 
677.
(please verify, that's almost pure guessing)

Original issue reported on code.google.com by v...@vos.uz on 16 Dec 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Fixed in r845, then additional fixes in r846. 

Original comment by martin.holst on 27 Feb 2014 at 6:13