代码搜索:Protection

找到约 1,659 项符合「Protection」的源代码

代码结果 1,659
www.eeworm.com/read/278099/10569860

c checkexe.c

/* +++Date last modified: 05-Jul-1997 */ /* ** CHECKEXE.C - checksum protection for executable files ** ** by: Bob Jarvis */ #include #include #include #incl
www.eeworm.com/read/159179/10684813

java protectedclient.java

import java.io.*; import java.net.*; import java.security.*; import java.util.Date; import Protection; public class ProtectedClient { public void sendAuthentication(String user, String pas
www.eeworm.com/read/159179/10684829

java strongclient.java

import java.io.*; import java.net.*; import java.security.*; import java.util.Date; import Protection; public class StrongClient { public void sendAuthentication(String user, PrivateKey ke
www.eeworm.com/read/145231/12744221

txt readme.txt

-=[ yoda's Crypter ]=- version: 1.2 Intro: ------ This is a small PE crypter with some nice protection options. Send me a mail if u want 2 have the full MASM source code. (I'll rele
www.eeworm.com/read/309649/13666893

c checkexe.c

/* +++Date last modified: 05-Jul-1997 */ /* ** CHECKEXE.C - checksum protection for executable files ** ** by: Bob Jarvis */ #include #include #include #incl
www.eeworm.com/read/137626/5823082

c memdebug.c

/* Memory debugging (leaks, overflows & co) */ /* $Id: memdebug.c,v 1.30 2004/10/19 14:38:00 zas Exp $ */ /* Wrappers for libc memory managment providing protection against common * pointers manipul
www.eeworm.com/read/136812/5860042

c kern_prot.c

#ifndef lint static char sccsid[] = "@(#)kern_prot.c 1.1 92/07/30 Copyr 1983 Sun Micro"; #endif /* * System calls related to processes and protection */ #include #include
www.eeworm.com/read/156642/11787441

asm timer.asm

; TIMER.ASM ; ********* ; [ milindhp@tifrvax.tifr.res.in ] ;Set Processor configuration word as = 0000 0000 1010 b. ; a] -MCLR tied to VDD (internally). ; b] Code protection off. ; c] WDT disabl
www.eeworm.com/read/257228/11941984

h rfunctional.h

// Copyright 2000 by Robert Dick. // All rights reserved. #ifndef R_FUNCTIONAL_H_ #define R_FUNCTIONAL_H_ /* Defines functional object interfaces similar to STL but with protection against deletes t
www.eeworm.com/read/339051/12265211

c alloc.c

/* memory allocation routines * Copyright 1991 Phil Karn, KA9Q * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used