![]() |
A52HackTool 1.3.0
Turnkey & easy to use tool for cracking the GSM A5/2 cipher
|
Set of arguments related to a thread in a multithreaded attack context. More...
#include <attack.h>
Data Fields | |
| cipherTextArgs * | ctArgs |
| Problem to solve. | |
| int | lowindex |
| Index to start the search form (inclusive) | |
| int | highindex |
| Last index to be analyzed (exclusive) | |
| int * | keyFound |
| Solution found flag. | |
| byte | secretKey [SECRETKEY_BITS] |
| Local storage for a potential solution. | |
Set of arguments related to a thread in a multithreaded attack context.
threadArgs contains a pointer to the problem to solve, along with the bounds of the subset of solutions to explore. It also points to a volatile flag indicating if the solution has been found by another thread. Each set of parameters also contains a potential sorage for a result (to prevent from getting problems with multiple accesses)
1.7.4