mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
@@ -355,7 +355,7 @@ static int CmdHFFudanWrBl(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf fudan wrbl",
|
||||
"Write fudan block with 4 hex bytes of data\n",
|
||||
"hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
|
||||
"hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
|
||||
);
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
|
||||
+1
-1
@@ -2867,7 +2867,7 @@
|
||||
"command": "hf fudan wrbl",
|
||||
"description": "Write fudan block with 4 hex bytes of data",
|
||||
"notes": [
|
||||
"hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
|
||||
"hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user