代码搜索结果

找到约 667 项符合 Solar 的代码

logger.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Guess logging routines. */ #ifndef _JOHN_LOGGER_H #define _JOHN_LOGGER_H /* * Ini

idle.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Idle priority support routines. */ #ifndef _JOHN_IDLE_H #define _JOHN_IDLE_H /* *

unshadow.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #include #include #include "misc.h" #include "params.h" #include "mem

best.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Benchmark to detect the best algorithm for a particular architecture. */ #ifdef __u

des_bs.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000 by Solar Designer */ #include #include "arch.h" #include "common.h" #include "DES_std.h" #include

bf_fmt.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #include #include #include "arch.h" #include "misc.h" #include "BF_s

john.asm

; ; This file is part of John the Ripper password cracker, ; Copyright (c) 1996-98 by Solar Designer ; .model tiny .code .startup .8086 mov sp,400h push sp pop ax cmp ax,sp jne

compiler.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Simple C compiler. */ #ifndef _JOHN_COMPILER_H #define _JOHN_COMPILER_H /* * Erro

status.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ #ifdef __ultrix__ #define __POSIX #define _POSIX_SOURCE #endif #ifdef _SCO_C_DIALECT #incl

rpp.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include #include "arch.h" #include "params.h" #include "config.h" #include "rp