代码搜索:ICEExt
找到约 12 项符合「ICEExt」的源代码
代码结果 12
www.eeworm.com/read/336424/12445255
rc iceext.rc
#include
#include
#include "ver.h"
#undef VER_PRODUCTVERSION
#undef VER_PRODUCTVERSION_STR
#undef VER_PRODUCTNAME_STR
#undef VER_FILEDESCRIPTION_STR
#undef VER
www.eeworm.com/read/336424/12445267
def iceext.def
LIBRARY IceExt.sys
EXPORTS
bc
bl
bpr
cp
dump
dumpscreen
eb
font
fpos
help
irql
idt
if = ifx
intsave
intrest
intxchg
www.eeworm.com/read/336424/12445481
c iceext.c
/*++
Copyright (c) 2002 Sten
Contact information:
mail: stenri@mail.ru
This program is free software; you can redistribute it and/or
modify it under the terms of the GN
www.eeworm.com/read/336424/12445485
rc iceext.rc
#include
#include
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "IceExt loader application"
#define VER_INTER
www.eeworm.com/read/336424/12445405
h ver.h
#ifndef __VER_H__
#define __VER_H__
#define ICEEXT_VERSION_MAJOR 0
#define ICEEXT_VERSION_MINOR 70
#define ICEEXT_VERSION_EXTRA " (beta 1)"
#define ICEEX
www.eeworm.com/read/336424/12445493
faq
IceExt Frequently Asked Questions
_________________________________________________________________
Questions
1. What i
www.eeworm.com/read/336424/12445510
bat make.bat
@echo off
if "%1"=="" goto usage
if "%1"=="/?" goto usage
if "%1"=="-?" goto usage
if "%1"=="\?" goto usage
if "%1"=="-help" goto usage
if "%1"=="/help?" goto usage
if "%1"=="all" goto build_al
www.eeworm.com/read/336424/12445500
todo
- Fix bug with UnhandledExceptionFilter protection and DS 3.2
- Fix bug with IceExt not being able to find ntoskrnl base address on
multi processor systems (as ntoskrnl module has name other than
www.eeworm.com/read/336424/12445400
sources
TARGETNAME=IceExt
TARGETPATH=obj
TARGETTYPE=MINIPORT
AXP64_FLAGS=/QA21164
INCLUDES=..\inc;..\..\inc
MSC_WARNING_LEVEL=-W4 -WX
MSC_OPTIMIZATION =-0xs
LINKER_FLAGS=/DEF:IceExt.def /MERGE:
www.eeworm.com/read/336424/12445489
sources
TARGETNAME=IceExt
TARGETTYPE=PROGRAM
TARGETPATH=obj
UMTYPE=console
UMBASE=0x01000000
UMENTRY=wmain
CFLAGS=-D_UNICODE; -DUNICODE
INCLUDES=..\sys
TARGETLIBS= $(SDK_LIB_PATH)\ntdll.lib
S