⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wordlist.h

📁 UNIX、linux密码的破密程序源代码实现
💻 H
字号:
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer *//* * Wordlist cracker. */#ifndef _JOHN_WORDLIST_H#define _JOHN_WORDLIST_H#include "loader.h"/* * Runs the wordlist cracker reading words from the supplied file name, or * stdin if name is NULL. */extern void do_wordlist_crack(struct db_main *db, char *name, int rules);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -