1
0
鏡像自 https://github.com/hashcat/hashcat.git synced 2025-07-08 23:58:24 +00:00

Get rid of hash_info array in data. context

This commit is contained in:
jsteube 2016-09-22 12:27:23 +02:00
父節點 fe88c763af
當前提交 7393378841
共有 2 個檔案被更改,包括 1 行新增7 行删除

查看文件

@ -1060,12 +1060,6 @@ typedef struct
double ms_paused; // timer on current dict
/**
* hash_info and username
*/
hashinfo_t **hash_info;
} hc_global_data_t;
#define RULES_MAX 256

查看文件

@ -164,7 +164,7 @@ void save_hash (const user_options_t *user_options, const hashconfig_t *hashconf
{
if (user_options->username == 1)
{
user_t *user = data.hash_info[idx]->user;
user_t *user = hashes->hash_info[idx]->user;
uint i;