代码搜索结果

找到约 667 项符合 Solar 的代码

bf_fmt.c

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

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-2000 by Solar Designer */ /* * Simple C compiler. */ #ifndef _JOHN_COMPILER_H #define _JOHN_COMPILER_H /* * Er

status.c

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

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

sparc.s

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001 by Solar Designer */ /* * SPARC V8 assembly routines. */ #include "arch.h" #ifdef UNDERSCORES #define DES_

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

crc32.h

/* * This is a tiny implementation of CRC-32. * * Written by Solar Designer in 1998, revised in * 2005 for use in John the Ripper, and placed in the public domain. * There

x86-any.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001 by Solar Designer */ /* * Architecture specific parameters for x86. */ #ifndef _JOHN_ARCH_H #define _JOHN_A

external.c

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