mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
HitagS Improvements (#721)
* support of HITAG S standard communication mode * fixed wrong AC (Anti Collision) decoding * support of block read mode * fixed wrong uid send when using simulation * support of communication mode parameter (client is backward compatible) * support of start-page parameter (important for some weird tags) (client is backward compatible) * also expect pages if tag memory size in con0 is 11 (we got some tags) * corrected hitagS reader cmd help
This commit is contained in:
parent
994f21fe01
commit
7b6e320533
8 changed files with 1074 additions and 733 deletions
|
@ -180,10 +180,11 @@ void ReaderHitag(hitag_function htf, hitag_data* htd);
|
|||
void WriterHitag(hitag_function htf, hitag_data* htd, int page);
|
||||
|
||||
//hitagS.h
|
||||
void ReadHitagSCmd(hitag_function htf, hitag_data* htd, uint64_t startPage, uint64_t tagMode, bool readBlock);
|
||||
void SimulateHitagSTag(bool tag_mem_supplied, byte_t* data);
|
||||
void ReadHitagS(hitag_function htf, hitag_data* htd);
|
||||
void WritePageHitagS(hitag_function htf, hitag_data* htd,int page);
|
||||
void check_challenges(bool file_given, byte_t* data);
|
||||
void check_challenges_cmd(bool file_given, byte_t* data, uint64_t tagMode);
|
||||
|
||||
|
||||
|
||||
// cmd.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue