代码搜索结果
找到约 667 项符合
Solar 的代码
logger.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99,2003,2004 by Solar Designer
*/
#include
#include
#include
#include
des_std.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001,2005 by Solar Designer
*/
#include
#include "arch.h"
#include "common.h"
#include "DES_std.h"
#if
makefile
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2005 by Solar Designer
#
CPP = gcc
CC = gcc
AS = gcc
LD = gcc
CP = cp
LN = ln -sf
RM = rm -f
TR = tr
SED = sed
PERL = p
common.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99,2005 by Solar Designer
*/
/*
* Things common to many ciphertext formats.
*/
#ifndef _JOHN_COMMON_H
#define _J
cracker.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* Cracking routines.
*/
#ifndef _JOHN_CRACKER_H
#define _JOHN_CRACKER_H
#include "lo
list.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* String list management routines.
*/
#ifndef _JOHN_LIST_H
#define _JOHN_LIST_H
/*
inc.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Incremental mode cracker.
*/
#ifndef _JOHN_INC_H
#define _JOHN_INC_H
#include "loa
idle.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001 by Solar Designer
*/
#include
#ifdef _POSIX_PRIORITY_SCHEDULING
#include
#include
options.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98,2003 by Solar Designer
*/
/*
* John's command line options definition.
*/
#ifndef _JOHN_OPTIONS_H
#define _JO
inc.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2005 by Solar Designer
*/
#include
#include
#include "arch.h"
#include "misc.h"
#include "par