A52HackTool 1.3.0
Turnkey & easy to use tool for cracking the GSM A5/2 cipher
Data Fields
threadArgs Struct Reference

Set of arguments related to a thread in a multithreaded attack context. More...

#include <attack.h>

Data Fields

cipherTextArgsctArgs
 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.

Detailed Description

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)


The documentation for this struct was generated from the following file: