mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 15:56:09 -07:00
More work on iclass full simulation, and some work on iclass tag dump parsing
This commit is contained in:
parent
b67f7ec359
commit
1defcf606f
6 changed files with 44 additions and 18 deletions
|
@ -39,8 +39,10 @@
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "fileutils.h"
|
||||
#include "cipherutils.h"
|
||||
#ifndef ON_DEVICE
|
||||
#include "fileutils.h"
|
||||
#endif
|
||||
/**
|
||||
*
|
||||
* @brief Return and remove the first bit (x0) in the stream : <x0 x1 x2 x3 ... xn >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue