mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
implement 'hf iclass snoop -j'
* fix long option --jam * make room for one more bit for FPGA minor mode * new mode FPGA_HF_READER_MODE_SEND_JAM * implement jamming in Handle15693SampleFromReader
This commit is contained in:
parent
be09ea8603
commit
cd028159be
13 changed files with 116 additions and 68 deletions
|
@ -180,7 +180,7 @@ static int CmdHFiClassSnoop(const char *Cmd) {
|
|||
CLIParserInit("hf iclass snoop", "\nSnoop a communication between an iClass Reader and an iClass Tag.", NULL);
|
||||
void* argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_lit0("j", "--jam", "Jam (prevent) e-purse Updates"),
|
||||
arg_lit0("j", "jam", "Jam (prevent) e-purse Updates"),
|
||||
arg_param_end
|
||||
};
|
||||
if (CLIParserParseString(Cmd, argtable, arg_getsize(argtable), true)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue