代码搜索结果
找到约 667 项符合
Solar 的代码
sparc.s
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* SPARC V8 assembly routines.
*/
#include "arch.h"
/*
* DES stuff.
*/
#define tmp
loader.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Password database management.
*/
#ifndef _JOHN_LOADER_H
#define _JOHN_LOADER_H
#in
x86-any.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Architecture specific parameters for x86.
*/
#ifndef _JOHN_ARCH_H
#define _JOHN_ARC
external.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "misc.h"
#include "params.h"
#include "pat
single.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "misc.h"
#include "params.h"
#include "pat
getopt.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "misc.h"
#include "memory.h"
#include "lis
best.sh
#!/bin/sh
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-98 by Solar Designer
#
[ $# -eq 4 ] || exit 1
MAKE=$1
DES_DEPEND=$2
MD5_DEPEND=$3
BF_DEPEND=$4
# Detect the
status.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Status information management routines.
*/
#ifndef _JOHN_STATUS_H
#define _JOHN_STA
params.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Some global parameters.
*/
#ifndef _JOHN_PARAMS_H
#define _JOHN_PARAMS_H
#include
signals.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Signal handling.
*/
#ifndef _JOHN_SIGNALS_H
#define _JOHN_SIGNALS_H
#include "arch