代码搜索:Filemon
找到约 426 项符合「Filemon」的源代码
代码结果 426
www.eeworm.com/read/145952/6964187
c filemon.c
//======================================================================
//
// FILEMON.c - main module for VxD FILEMON
//
// SysInternals - www.sysinternals.com
// Copyright (C) 1996-2000 Mark Ru
www.eeworm.com/read/434422/7867266
map filemon.map
filemon
Timestamp is 3055bd50 (Tue Sep 12 10:03:12 1995)
Preferred load address is 00400000
Start Length Name Class
0001:00000000 00000973H _LTEXT
www.eeworm.com/read/434422/7867268
sym filemon.sym
www.eeworm.com/read/434422/7867271
env filemon.env
INCLUDE=%DDKINC%;%SDKINC%;%VCINC%;
LIB=%DDKLIB%;%SDKLIB%;%VCLIB%;
PATH=%DDKBIN%;%SDKBIN%;%VCBIN%;
BUILD=nmake -f filemon.mak
REBUILD=nmake -a -f filemon.mak
BLD=nmake -f conldr.mak
REBLD=nmake
www.eeworm.com/read/434422/7867279
exp filemon.exp
www.eeworm.com/read/434422/7867287
c filemon.c
/*
FILEMON.C -- File monitoring VxD for Windows 95
For Win32 app: CONLDR.C
Stan Mitchell
See Stan Mitchell, "Monitoring Windows 95 File Activity in Ring 0,"
Windows/DOS Developer's Journal, Jul
www.eeworm.com/read/434422/7867293
lib filemon.lib
www.eeworm.com/read/434422/7867296
mak filemon.mak
# Listing 3 Makefile for Filemon.vxd
# Requires:
# MS C++ Compiler 9.x (from VC++ 2.x Retail)
# MASM Assembler 6.11c (from Beta-3 DDK or newer)
# MS Link (from Beta-3 DDK
www.eeworm.com/read/434422/7867301
def filemon.def
VXD FILEMON DYNAMIC
DESCRIPTION 'DOS386 File Monitor'
COMMON _BSS CLASS 'LCODE'
SEGMENTS
_LTEXT CLASS 'LCODE' PRELOAD NONDISCARDABLE
_LDATA CLASS 'LCODE' PRELOAD NONDISCARDA
www.eeworm.com/read/434422/7867305