Current command:
hf legic wrbl --help
Write data to a LEGIC Prime tag. It autodetects tagsize to ensure proper write usage: hf legic wrbl [-h] -o <dec> -d <hex> [--danger] options: -h, --help This help -o, --offset <dec> offset in data array to start writing -d, --data <hex> data to write --danger Auto-confirm dangerous operations examples/notes: hf legic wrbl -o 0 -d 11223344 -> Write 0x11223344 starting from offset 0) hf legic wrbl -o 10 -d DEADBEEF -> Write 0xdeadbeef starting from offset 10