代码搜索结果
找到约 667 项符合
Solar 的代码
sparc64.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 2003 by Solar Designer
*/
/*
* Architecture specific parameters for SPARC V9, 64-bit.
*/
#ifndef _JOHN_ARCH_H
#define
single.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99,2003,2004 by Solar Designer
*/
#include
#include
#include "misc.h"
#include "params.h"
#in
x86-64.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 2003 by Solar Designer
*/
/*
* Architecture specific parameters for AMD x86-64.
*/
#ifndef _JOHN_ARCH_H
#define _JOHN
getopt.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000,2003 by Solar Designer
*/
#include
#include
#include "misc.h"
#include "memory.h"
#inclu
best.sh
#!/bin/sh
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2000,2003,2005 by Solar Designer
#
[ $# -eq 5 ] || exit 1
MAKE=$1
DES_DEPEND=$2
DES_BS_DEPEND=$3
MD5_DEPEND=
ppc32.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000,2005 by Solar Designer
*/
/*
* Architecture specific parameters for 32-bit PowerPC.
*/
#ifndef _JOHN_ARCH_H
status.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001 by Solar Designer
*/
/*
* Status information management routines.
*/
#ifndef _JOHN_STATUS_H
#define _JOHN_S
params.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2005 by Solar Designer
*/
/*
* Some global parameters.
*/
#ifndef _JOHN_PARAMS_H
#define _JOHN_PARAMS_H
#includ
signals.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001 by Solar Designer
*/
/*
* Signal handling.
*/
#ifndef _JOHN_SIGNALS_H
#define _JOHN_SIGNALS_H
#include "ar
path.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Path name expansion routines.
*/
#ifndef _JOHN_PATH_H
#define _JOHN_PATH_H
/*
*