1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-01 19:38:26 +00:00

Update hashcat-assimilation-bridge-development.md

I believe the generetic is a typo and should be generic in the help/documentation strings for bridge parameters in the bridge_init() function.
This commit is contained in:
Dhruv 2025-06-18 15:01:27 +01:00 committed by GitHub
parent 13245b5563
commit 40a2dbe5ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,10 +102,10 @@ Each of these bridge unit maps to one virtual backend device, which allows async
From the bridge_init() function you have access to the following generic parameters, set on the command line by the user:
```c
+ " --bridge-parameter1 | Str | Sets the generatic parameter 1 for a Bridge |",
+ " --bridge-parameter2 | Str | Sets the generatic parameter 2 for a Bridge |",
+ " --bridge-parameter3 | Str | Sets the generatic parameter 3 for a Bridge |",
+ " --bridge-parameter4 | Str | Sets the generatic parameter 4 for a Bridge |",
+ " --bridge-parameter1 | Str | Sets the generic parameter 1 for a Bridge |",
+ " --bridge-parameter2 | Str | Sets the generic parameter 2 for a Bridge |",
+ " --bridge-parameter3 | Str | Sets the generic parameter 3 for a Bridge |",
+ " --bridge-parameter4 | Str | Sets the generic parameter 4 for a Bridge |",
```
## Virtual Backend Devices