Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
662 B

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
Data.c
Abstract:
This module contains definitions for global data for the IEU and
VDD debugging extensions
Author:
Dave Hastings (daveh) 2-Apr-1992
Revision History:
--*/
#include <ieuvddex.h>
//
// Pointers to NTSD api
//
PNTSD_OUTPUT_ROUTINE Print;
PNTSD_GET_EXPRESSION GetExpression;
PNTSD_GET_SYMBOL GetSymbol;
PWINDBG_READ_PROCESS_MEMORY_ROUTINE ReadProcessMemWinDbg;
PWINDBG_WRITE_PROCESS_MEMORY_ROUTINE WriteProcessMemWinDbg;
PWINDBG_GET_THREAD_CONTEXT_ROUTINE GetThreadContextWinDbg;
PWINDBG_SET_THREAD_CONTEXT_ROUTINE SetThreadContextWinDbg;
BOOL fWinDbg;