mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge branch 'master' into experimental_varlen
* master: Add ref to new mifaresim.h in standalone modes fix: Standalone/hf_colin now compiles Update readme.md chg: hitag compile flag optional fix: standalonemode matty_run now compiles typo smallfix chg: fpga lf simulation chg: 'fpga lf sim' - 25% both on sides.
This commit is contained in:
commit
7331b7d6d2
10 changed files with 20 additions and 9 deletions
|
@ -2416,7 +2416,7 @@ static command_t CommandTable[] = {
|
|||
{"readblk", CmdHFiClass_ReadBlock, 0, "[options..] Authenticate and Read iClass block"},
|
||||
{"reader", CmdHFiClassReader, 0, " Act like an iClass reader"},
|
||||
{"readtagfile", CmdHFiClassReadTagFile, 1, "[options..] Display Content from tagfile"},
|
||||
{"replay", CmdHFiClassReader_Replay, 0, "<mac> Read an iClass tag via Reply Attack"},
|
||||
{"replay", CmdHFiClassReader_Replay, 0, "<mac> Read an iClass tag via Replay Attack"},
|
||||
{"sim", CmdHFiClassSim, 0, "[options..] Simulate iClass tag"},
|
||||
{"sniff", CmdHFiClassSniff, 0, " Eavesdrop iClass communication"},
|
||||
{"writeblk", CmdHFiClass_WriteBlock, 0, "[options..] Authenticate and Write iClass block"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue