ADD: started to add tracelog in legic

ADD: remake of legic codebase.
ADD: started with a annotation for LEGIC in 'hf list'
This commit is contained in:
iceman1001 2016-09-02 16:25:54 +02:00
commit c71c5ee156
8 changed files with 526 additions and 447 deletions

View file

@ -11,6 +11,14 @@
#ifndef __LEGICRF_H
#define __LEGICRF_H
#include "proxmark3.h" //
#include "apps.h"
#include "util.h" //
#include "string.h"
#include "legic_prng.h" // legic PRNG impl
#include "crc.h" // legic crc-4
extern void LegicRfSimulate(int phase, int frame, int reqresp);
extern int LegicRfReader(int offset, int bytes, int iv);
extern void LegicRfWriter(int offset, int bytes, int iv);