Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
While I'm waiting the write access to svn. I sent a new patch.
With this patch the problem of blew circular buffer in hf 14b snoop disappear.
It's very to hard to explain, but the problem of blew circular buffer was resolved for me with the change of gcc, from yagarto 4.6.2 to launchpad gcc 4.7.4, so I thought the problem was the compiler. Today I discoverd there was a simple patch never submitted to svn, because was a simple change to LED status always ignored when I prepared the patches to submit in svn.
This is the patch, a simple row removed. Without this row with latest svn and launchpad gcc 4.7.4 I can snoop without problems.
If I compile the same code with yagarto gcc 4.6.2 I got blew circular buffer also with this patch.
Index: armsrc/iso14443.c
===================================================================
--- armsrc/iso14443.c (revision 786)
+++ armsrc/iso14443.c (working copy)
@@ -269,7 +269,7 @@
break;
}
- if (Uart.state == STATE_ERROR_WAIT) LED_A_OFF(); // Error
+ //if (Uart.state == STATE_ERROR_WAIT) LED_A_OFF(); // Error
return FALSE;
}
Offline
Submitted as r787
Offline
I like your patches
Offline
Well sorry for the double-post but I think it's time to "clean" the issue page
Last edited by asper (2013-10-06 09:08:19)
Offline