hitag2crack text

This commit is contained in:
iceman1001 2021-04-09 15:24:18 +02:00
parent ba236fe51b
commit a4fa6f8226
2 changed files with 11 additions and 2 deletions

View file

@ -233,7 +233,7 @@ or
$ ./ht2crack5opencl <UID> <nR1> <aR1> <nR2> <aR2>
```
5opencl supports a number of additional parameters, see crack5opencl/README.md for details.
5opencl supports a number of additional parameters, see [crack5opencl/README.md](/tools/hitag2crack/crack5opencl/README.md) for details.
Usage details: Next steps
-------------------------

View file

@ -44,12 +44,21 @@ Options:
-V : enable debug messages
-v : show the version
-h : show this help
```
Example, select devices 1, 2 and 3 using platform 1 and 2, with random queue engine:
Example,
```
simple
./ht2crack5opencl 2ab12bf2 4B71E49D 6A606453 D79BD94B 16A2255B
select devices 1, 2 and 3 using platform 1 and 2, with random queue engine:
./ht2crack5opencl -D 2 -Q 2 -p 1,2 -d 1,2,3 2ab12bf2 4B71E49D 6A606453 D79BD94B 16A2255B
```
You can find the correct OpenCL Platform ID (-p) and Device ID (-d) with:
```