small improvements, added new command hf mf sniff (there will be cool sniffer). But now... here is optimized hf 14a snoop. As I see it works the same as th old version.

This commit is contained in:
Merlokbr@gmail.com 2012-07-06 16:19:05 +00:00
commit b62a5a8444
12 changed files with 255 additions and 60 deletions

15
armsrc/mifaresniff.c Normal file
View file

@ -0,0 +1,15 @@
//-----------------------------------------------------------------------------
// Merlok - 2012
//
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
// at your option, any later version. See the LICENSE.txt file for the text of
// the license.
//-----------------------------------------------------------------------------
// Routines to support mifare classic sniffer.
//-----------------------------------------------------------------------------
#include "mifaresniff.h"
#include "apps.h"