代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/465478/7055552
c import.c
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
www.eeworm.com/read/465478/7055554
c slaveh.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/465478/7055555
c slaved.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/465478/7055559
c slave.c
/*
* slave.c -- the slave module of a master/slave pair using kerneld
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endi
www.eeworm.com/read/288039/7097202
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested wit
www.eeworm.com/read/463779/7175638
bcc makefile.bcc
# Makefile for Independent JPEG Group's software
# This makefile is suitable for Borland C on MS-DOS or OS/2.
# It works with Borland C++ for DOS, revision 3.0 or later,
# and has been tested with Bo
www.eeworm.com/read/440621/7685664
txt peshield.txt
/*
This script finds OEP for programs packed with PEShield v0.25 (I havn't tested for other versions)
IMPORTANT!
You have to hide OllyDbg from IsDebuggerPresent manually BEFORE you run this script (Th
www.eeworm.com/read/440621/7685695
txt peshield 0.25 oep finder.txt
/*
This script finds OEP for programs packed with PEShield v0.25 (I havn't tested for other versions)
IMPORTANT!
You have to hide OllyDbg from IsDebuggerPresent manually BEFORE you run this script (Th
www.eeworm.com/read/435688/7787753
lsp demo-ipc.lsp
#!/usr/bin/newlisp
#
# Demonstration on how to use the GTK-server with newLisp by IPC
# Tested with newLISP 9.0 and GTK-server 2.1.3 on Zenwalk Linux 3.0
#
# January 7, 2007 - GTK program by Peter v
www.eeworm.com/read/435688/7787757
awk demo-ipc.awk
#!/bin/gawk -f
#
# Demonstration on how to use the GTK-server with Gnu AWK by IPC.
# Tested with Gnu AWK 3.1.5 on Zenwalk Linux 4.2.
#
# March 19, 2007 by Peter van Eerten.
#--------------------------