mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #3285 from kormax/calypso-dump
Implement 'hf calypso dump' command
This commit is contained in:
@@ -3,6 +3,7 @@ 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...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Added `hf calypso dump` command (@kormax)
|
||||
- Added `hf calypso info` command (@kormax)
|
||||
- Added ARM compilation support for picolibc, fixing compilation on Debian Forky (@doegox)
|
||||
- Added `hf mdfes leaf` command (@pcunning)
|
||||
|
||||
+1075
-38
File diff suppressed because it is too large
Load Diff
@@ -223,6 +223,7 @@ const static vocabulary_t vocabulary[] = {
|
||||
{ 0, "hf aliro read" },
|
||||
{ 1, "hf calypso help" },
|
||||
{ 0, "hf calypso info" },
|
||||
{ 0, "hf calypso dump" },
|
||||
{ 1, "hf cipurse help" },
|
||||
{ 0, "hf cipurse info" },
|
||||
{ 0, "hf cipurse select" },
|
||||
|
||||
Reference in New Issue
Block a user