This commit is contained in:
Philippe Teuwen 2022-04-29 15:45:45 +02:00
commit f25c7b1179
15 changed files with 40 additions and 40 deletions

View file

@ -333,10 +333,10 @@ static int CmdAWIDClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf awid clone", CLIParserInit(&ctx, "lf awid clone",
"clone a AWID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag", "clone a AWID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag",
"lf awid clone --fmt 26 --fc 123 --cn 1337\n" "lf awid clone --fmt 26 --fc 123 --cn 1337 -> encode for T55x7 tag\n"
"lf awid clone --fmt 50 --fc 2001 --cn 13371337\n" "lf awid clone --fmt 50 --fc 2001 --cn 13371337 -> encode long fmt for T55x7 tag\n"
"lf awid clone --q5 --fmt 26 --fc 123 --cn 1337 -> encode for Q5/T5555 tag\n" "lf awid clone --fmt 26 --fc 123 --cn 1337 --q5 -> encode for Q5/T5555 tag\n"
"lf awid clone --em --fmt 26 --fc 123 --cn 1337 -> encode for EM4305/4469" "lf awid clone --fmt 26 --fc 123 --cn 1337 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -703,10 +703,10 @@ static int CmdFdxBClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf fdxb clone", CLIParserInit(&ctx, "lf fdxb clone",
"clone a FDX-B tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a FDX-B tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf fdxb clone --country 999 --national 1337 --animal\n" "lf fdxb clone --country 999 --national 1337 --animal -> encode for T55x7 tag, with animal bit\n"
"lf fdxb clone --country 999 --national 1337 --extended 016A\n" "lf fdxb clone --country 999 --national 1337 --extended 016A -> encode for T55x7 tag, with extended data\n"
"lf fdxb clone --q5 --country 999 --national 1337 -> encode for Q5/T5555 tag\n" "lf fdxb clone --country 999 --national 1337 --q5 -> encode for Q5/T5555 tag\n"
"lf fdxb clone --em --country 999 --national 1337 -> encode for EM4305/4469" "lf fdxb clone --country 999 --national 1337 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -174,10 +174,10 @@ static int CmdGallagherClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf gallagher clone", CLIParserInit(&ctx, "lf gallagher clone",
"clone a GALLAGHER tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a GALLAGHER tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf gallagher clone --raw 0FFD5461A9DA1346B2D1AC32\n" "lf gallagher clone --raw 0FFD5461A9DA1346B2D1AC32 -> encode for T55x7 tag\n"
"lf gallagher clone --q5 --raw 0FFD5461A9DA1346B2D1AC32 -> encode for Q5/T5555 tag\n" "lf gallagher clone --raw 0FFD5461A9DA1346B2D1AC32 --q5 -> encode for Q5/T5555 tag\n"
"lf gallagher clone --em --raw 0FFD5461A9DA1346B2D1AC32 -> encode for EM4305/4469\n" "lf gallagher clone --raw 0FFD5461A9DA1346B2D1AC32 --em -> encode for EM4305/4469\n"
"lf gallagher clone --rc 0 --fc 9876 --cn 1234 --il 1" "lf gallagher clone --rc 0 --fc 9876 --cn 1234 --il 1 -> encode for T55x7 tag from decoded data"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -246,9 +246,9 @@ static int CmdGuardClone(const char *Cmd) {
"clone a Guardall tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "clone a Guardall tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"The facility-code is 8-bit and the card number is 20-bit. Larger values are truncated.\n" "The facility-code is 8-bit and the card number is 20-bit. Larger values are truncated.\n"
"Currently work only on 26 | 36 bit format", "Currently work only on 26 | 36 bit format",
"lf gproxii clone --fmt 26 --fc 123 --cn 1337\n" "lf gproxii clone --fmt 26 --fc 123 --cn 1337 -> encode for T55x7 tag\n"
"lf gproxii clone --q5 --fmt 26 --fc 123 --cn 1337 -> encode for Q5/T5555 tag\n" "lf gproxii clone --fmt 26 --fc 123 --cn 1337 --q5 -> encode for Q5/T5555 tag\n"
"lf gproxii clone --em --fmt 26 --fc 123 --cn 1337 -> encode for EM4305/4469" "lf gproxii clone --fmt 26 --fc 123 --cn 1337 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -322,11 +322,11 @@ static int CmdHIDClone(const char *Cmd) {
CLIParserInit(&ctx, "lf hid clone", CLIParserInit(&ctx, "lf hid clone",
"clone a HID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "clone a HID Prox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"Tag must be on the antenna when issuing this command.", "Tag must be on the antenna when issuing this command.",
"lf hid clone -r 2006ec0c86 -> write raw value (HID 10301 26 bit)\n" "lf hid clone -r 2006ec0c86 -> write raw value for T55x7 tag (HID 10301 26 bit)\n"
"lf hid clone -r 2e0ec00c87 -> write raw value (HID Corporate 35 bit)\n" "lf hid clone -r 2e0ec00c87 -> write raw value for T55x7 tag (HID Corporate 35 bit)\n"
"lf hid clone -r 01f0760643c3 -> write raw value (HID P10001 40 bit)\n" "lf hid clone -r 01f0760643c3 -> write raw value for T55x7 tag (HID P10001 40 bit)\n"
"lf hid clone -r 01400076000c86 -> write raw value (HID Corporate 48 bit)\n" "lf hid clone -r 01400076000c86 -> write raw value for T55x7 tag (HID Corporate 48 bit)\n"
"lf hid clone -w H10301 --fc 118 --cn 1603 -> write raw value (HID 10301 26 bit)\n" "lf hid clone -w H10301 --fc 118 --cn 1603 -> HID 10301 26 bit, encode for T55x7 tag\n"
"lf hid clone -w H10301 --fc 118 --cn 1603 --q5 -> HID 10301 26 bit, encode for Q5/T5555 tag\n" "lf hid clone -w H10301 --fc 118 --cn 1603 --q5 -> HID 10301 26 bit, encode for Q5/T5555 tag\n"
"lf hid clone -w H10301 --fc 118 --cn 1603 --em -> HID 10301 26 bit, encode for EM4305/4469" "lf hid clone -w H10301 --fc 118 --cn 1603 --em -> HID 10301 26 bit, encode for EM4305/4469"
); );

View file

@ -163,9 +163,9 @@ static int CmdJablotronClone(const char *Cmd) {
CLIParserInit(&ctx, "lf jablotron clone", CLIParserInit(&ctx, "lf jablotron clone",
"clone a Jablotron tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "clone a Jablotron tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"Tag must be on the antenna when issuing this command.", "Tag must be on the antenna when issuing this command.",
"lf jablotron clone --cn 01b669\n" "lf jablotron clone --cn 01b669 -> encode for T55x7 tag\n"
"lf jablotron clone --q5 --cn 01b669 -> encode for Q5/T5555 tag\n" "lf jablotron clone --cn 01b669 --q5 -> encode for Q5/T5555 tag\n"
"lf jablotron clone --em --cn 01b669 -> encode for EM4305/4469" "lf jablotron clone --cn 01b669 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -194,9 +194,9 @@ static int CmdMotorolaClone(const char *Cmd) {
CLIParserInit(&ctx, "lf motorola clone", CLIParserInit(&ctx, "lf motorola clone",
"clone Motorola UID to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "clone Motorola UID to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"defaults to 64 bit format", "defaults to 64 bit format",
"lf motorola clone --raw a0000000a0002021\n" "lf motorola clone --raw a0000000a0002021 -> encode for T55x7 tag\n"
"lf motorola clone --q5 --raw a0000000a0002021 -> encode for Q5/T5555 tag\n" "lf motorola clone --raw a0000000a0002021 --q5 -> encode for Q5/T5555 tag\n"
"lf motorola clone --em --raw a0000000a0002021 -> encode for EM4305/4469" "lf motorola clone --raw a0000000a0002021 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -158,7 +158,7 @@ static int CmdNoralsyClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf noralsy clone", CLIParserInit(&ctx, "lf noralsy clone",
"clone a Noralsy tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a Noralsy tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf noralsy clone --cn 112233\n" "lf noralsy clone --cn 112233 -> encode for T55x7 tag\n"
"lf noralsy clone --cn 112233 --q5 -> encode for Q5/T5555 tag\n" "lf noralsy clone --cn 112233 --q5 -> encode for Q5/T5555 tag\n"
"lf noralsy clone --cn 112233 --em -> encode for EM4305/4469" "lf noralsy clone --cn 112233 --em -> encode for EM4305/4469"
); );

View file

@ -220,10 +220,10 @@ static int CmdPacClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf pac clone", CLIParserInit(&ctx, "lf pac clone",
"clone a PAC/Stanley tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a PAC/Stanley tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf pac clone --cn CD4F5552\n" "lf pac clone --cn CD4F5552 -> encode for T55x7 tag\n"
"lf pac clone --cn CD4F5552 --q5 -> encode for Q5/T5555 tag\n" "lf pac clone --cn CD4F5552 --q5 -> encode for Q5/T5555 tag\n"
"lf pac clone --cn CD4F5552 --em -> encode for EM4305/4469\n" "lf pac clone --cn CD4F5552 --em -> encode for EM4305/4469\n"
"lf pac clone --raw FF2049906D8511C593155B56D5B2649F" "lf pac clone --raw FF2049906D8511C593155B56D5B2649F -> encode for T55x7 tag, raw mode"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -226,9 +226,9 @@ static int CmdParadoxClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf paradox clone", CLIParserInit(&ctx, "lf paradox clone",
"clone a paradox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a paradox tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf paradox clone --raw 0f55555695596a6a9999a59a\n" "lf paradox clone --raw 0f55555695596a6a9999a59a -> encode for T55x7 tag\n"
"lf paradox clone -r 0f55555695596a6a9999a59a --q5 -> encode for Q5/T5555 tag\n" "lf paradox clone --raw 0f55555695596a6a9999a59a --q5 -> encode for Q5/T5555 tag\n"
"lf paradox clone -r 0f55555695596a6a9999a59a --em -> encode for EM4305/4469" "lf paradox clone --raw 0f55555695596a6a9999a59a --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -170,7 +170,7 @@ static int CmdPrescoClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf presco clone", CLIParserInit(&ctx, "lf presco clone",
"clone a presco tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a presco tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf presco clone -d 018363467\n" "lf presco clone -d 018363467 -> encode for T55x7 tag\n"
"lf presco clone -d 018363467 --q5 -> encode for Q5/T5555 tag\n" "lf presco clone -d 018363467 --q5 -> encode for Q5/T5555 tag\n"
"lf presco clone -d 018363467 --em -> encode for EM4305/4469" "lf presco clone -d 018363467 --em -> encode for EM4305/4469"
); );

View file

@ -235,8 +235,8 @@ static int CmdPyramidClone(const char *Cmd) {
"clone a Farpointe/Pyramid tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n" "clone a Farpointe/Pyramid tag to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated.\n" "The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated.\n"
"Currently only works on 26bit", "Currently only works on 26bit",
"lf pyramid clone --fc 123 --cn 11223\n" "lf pyramid clone --fc 123 --cn 11223 -> encode for T55x7 tag\n"
"lf pyramid clone --raw 0001010101010101010440013223921c\n" "lf pyramid clone --raw 0001010101010101010440013223921c -> idem, raw mode\n"
"lf pyramid clone --fc 123 --cn 11223 --q5 -> encode for Q5/T5555 tag\n" "lf pyramid clone --fc 123 --cn 11223 --q5 -> encode for Q5/T5555 tag\n"
"lf pyramid clone --fc 123 --cn 11223 --em -> encode for EM4305/4469\n" "lf pyramid clone --fc 123 --cn 11223 --em -> encode for EM4305/4469\n"
); );

View file

@ -171,9 +171,9 @@ static int CmdSecurakeyClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf securakey clone", CLIParserInit(&ctx, "lf securakey clone",
"clone a Securakey tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a Securakey tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf securakey clone --raw 7FCB400001ADEA5344300000\n" "lf securakey clone --raw 7FCB400001ADEA5344300000 -> encode for T55x7 tag\n"
"lf securakey clone --q5 --raw 7FCB400001ADEA5344300000 -> encode for Q5/T5555 tag\n" "lf securakey clone --raw 7FCB400001ADEA5344300000 --q5 -> encode for Q5/T5555 tag\n"
"lf securakey clone --em --raw 7FCB400001ADEA5344300000 -> encode for EM4305/4469" "lf securakey clone --raw 7FCB400001ADEA5344300000 --em -> encode for EM4305/4469"
); );
void *argtable[] = { void *argtable[] = {

View file

@ -112,7 +112,7 @@ static int CmdVikingClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf viking clone", CLIParserInit(&ctx, "lf viking clone",
"clone a Viking AM tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a Viking AM tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf viking clone --cn 01A337\n" "lf viking clone --cn 01A337 -> encode for T55x7 tag\n"
"lf viking clone --cn 01A337 --q5 -> encode for Q5/T5555 tag\n" "lf viking clone --cn 01A337 --q5 -> encode for Q5/T5555 tag\n"
"lf viking clone --cn 112233 --em -> encode for EM4305/4469" "lf viking clone --cn 112233 --em -> encode for EM4305/4469"
); );

View file

@ -189,7 +189,7 @@ static int CmdVisa2kClone(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "lf visa2000 clone", CLIParserInit(&ctx, "lf visa2000 clone",
"clone a Visa2000 tag to a T55x7, Q5/T5555 or EM4305/4469 tag.", "clone a Visa2000 tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
"lf visa2000 clone --cn 112233\n" "lf visa2000 clone --cn 112233 -> encode for T55x7 tag\n"
"lf visa2000 clone --cn 112233 --q5 -> encode for Q5/T5555 tag\n" "lf visa2000 clone --cn 112233 --q5 -> encode for Q5/T5555 tag\n"
"lf visa2000 clone --cn 112233 --em -> encode for EM4305/4469" "lf visa2000 clone --cn 112233 --em -> encode for EM4305/4469"
); );