mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text.. plus.. the deprecated code is way behind
This commit is contained in:
parent
7b61c35948
commit
92d4cea919
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Changed `trace list -h` - textual change (@iceman1001)
|
||||||
|
- Fixed `hf iclass config` - not get stuck when trying to make a keyroll config card (@iceman1001)
|
||||||
|
- Changed textual output for iclass (@iceman1001)
|
||||||
|
- Changed `hf iclass reader` to use NG (@iceman1001)
|
||||||
- Changed various notes to have ToC and top links (@iceman1001)
|
- Changed various notes to have ToC and top links (@iceman1001)
|
||||||
- Added option `lf gprox demod --raw` - now supports decoding of raw bytes (@iceman1001)
|
- Added option `lf gprox demod --raw` - now supports decoding of raw bytes (@iceman1001)
|
||||||
- Added option `hf mf gview --pwd` - now supports user supplied password (@iceman1001)
|
- Added option `hf mf gview --pwd` - now supports user supplied password (@iceman1001)
|
||||||
|
|
|
@ -223,7 +223,7 @@ typedef struct {
|
||||||
#define FLAG_NR_AR_ATTACK 0x20
|
#define FLAG_NR_AR_ATTACK 0x20
|
||||||
|
|
||||||
//Iclass reader flags
|
//Iclass reader flags
|
||||||
#define FLAG_ICLASS_READER_ONLY_ONCE 0x01
|
//#define FLAG_ICLASS_READER_ONLY_ONCE 0x01
|
||||||
#define FLAG_ICLASS_READER_CC 0x02
|
#define FLAG_ICLASS_READER_CC 0x02
|
||||||
#define FLAG_ICLASS_READER_CSN 0x04
|
#define FLAG_ICLASS_READER_CSN 0x04
|
||||||
#define FLAG_ICLASS_READER_CONF 0x08
|
#define FLAG_ICLASS_READER_CONF 0x08
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue