Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

memory Namespace Reference


Compounds

class  IMemory
struct  LinuxData
class  MemoryFactory
class  MemoryFactoryImpl
class  MemoryFile
class  MemoryOsSpecific

Functions

 DECLARE_EXCEPTION (MemoryException)
 Base class for all Memory operations.

 DECLARE_EXCEPTION_EX (AccessError, memory, MemoryException)
 DECLARE_EXCEPTION_EX (OutOfBounds, memory, MemoryException)
int LoadNtdllFuncs (void)
HANDLE OpenMemAccess (void)
int CloseMemAccess (HANDLE hPhysMem)
int MapMem (HANDLE hPhysMem, PVOID pBaseAddr, PDWORD pPhysAddr, PDWORD pSize)
int UnMapMem (PVOID pBaseAddr)
BOOL setPrivilege (LPCTSTR privilegeName, BOOL enable)
void readPhysicalMemoryMap (HANDLE hPhysMem, u8 *buffer, u64 offset, unsigned int length)
void readPhysicalMemoryDebugSysctl (u8 *buffer, u64 offset, unsigned int length)
void enumSystemFirmwareTables (u8 *buffer, u64 offset, unsigned int length)
 DEFINE_EXCEPTION_EX (AccessErrorImpl, memory, AccessError)
 DEFINE_EXCEPTION_EX (OutOfBoundsImpl, memory, OutOfBounds)

Variables

NtOpenSectionPtr NtOpenSection = NULL
NtClosePtr NtClose = NULL
NtMapViewOfSectionPtr NtMapViewOfSection = NULL
NtUnmapViewOfSectionPtr NtUnmapViewOfSection = NULL
RtlInitUnicodeStringPtr RtlInitUnicodeString = NULL
ZwSystemDebugControlPtr ZwSystemDebugControl = NULL
EnumSystemFirmwareTablesPtr EnumSystemFirmwareTables = NULL
GetSystemFirmwareTablePtr GetSystemFirmwareTable = NULL
u8CBlockBuffer = NULL
u8EBlockBuffer = NULL


Function Documentation

int CloseMemAccess HANDLE    hPhysMem
 

Definition at line 97 of file Memory_Windows.cpp.

References CloseMemAccess(), NT_SUCCESS, and NtClose.

Referenced by CloseMemAccess().

DECLARE_EXCEPTION MemoryException   
 

Base class for all Memory operations.

DECLARE_EXCEPTION_EX OutOfBounds   ,
memory   ,
MemoryException   
 

DECLARE_EXCEPTION_EX AccessError   ,
memory   ,
MemoryException   
 

DEFINE_EXCEPTION_EX OutOfBoundsImpl   ,
memory   ,
OutOfBounds   
 

DEFINE_EXCEPTION_EX AccessErrorImpl   ,
memory   ,
AccessError   
 

void enumSystemFirmwareTables u8   buffer,
u64    offset,
unsigned int    length
 

Definition at line 253 of file Memory_Windows.cpp.

References _, CBlockBuffer, EBlockBuffer, EnumSystemFirmwareTables, enumSystemFirmwareTables(), GetSystemFirmwareTable, and u8.

Referenced by enumSystemFirmwareTables().

int LoadNtdllFuncs void   
 

Definition at line 49 of file Memory_Windows.cpp.

References EnumSystemFirmwareTables, GetSystemFirmwareTable, LoadNtdllFuncs(), NtClose, NtMapViewOfSection, NtOpenSection, NtUnmapViewOfSection, RtlInitUnicodeString, and ZwSystemDebugControl.

Referenced by LoadNtdllFuncs().

int MapMem HANDLE    hPhysMem,
PVOID    pBaseAddr,
PDWORD    pPhysAddr,
PDWORD    pSize
 

Definition at line 111 of file Memory_Windows.cpp.

References MapMem(), NT_SUCCESS, NtCurrentProcess, NtMapViewOfSection, PHYSICAL_ADDRESS, and ViewShare.

Referenced by MapMem(), and readPhysicalMemoryMap().

HANDLE OpenMemAccess void   
 

Definition at line 78 of file Memory_Windows.cpp.

References InitializeObjectAttributes, NT_SUCCESS, NtOpenSection, OBJ_CASE_INSENSITIVE, OpenMemAccess(), RtlInitUnicodeString, and SECTION_MAP_READ.

Referenced by OpenMemAccess().

void readPhysicalMemoryDebugSysctl u8   buffer,
u64    offset,
unsigned int    length
 

Definition at line 227 of file Memory_Windows.cpp.

References _, MEM_STRUCT::Addr, DebugSysReadPhysicalMemory, NT_SUCCESS, MEM_STRUCT::NumBytes, MEM_STRUCT::pBuf, readPhysicalMemoryDebugSysctl(), u8, and ZwSystemDebugControl.

Referenced by readPhysicalMemoryDebugSysctl().

void readPhysicalMemoryMap HANDLE    hPhysMem,
u8   buffer,
u64    offset,
unsigned int    length
 

Definition at line 171 of file Memory_Windows.cpp.

References _, MapMem(), readPhysicalMemoryMap(), u8, and UnMapMem().

Referenced by readPhysicalMemoryMap().

BOOL setPrivilege LPCTSTR    privilegeName,
BOOL    enable
[static]
 

Definition at line 146 of file Memory_Windows.cpp.

References setPrivilege().

Referenced by setPrivilege().

int UnMapMem PVOID    pBaseAddr
 

Definition at line 132 of file Memory_Windows.cpp.

References NT_SUCCESS, NtCurrentProcess, NtUnmapViewOfSection, and UnMapMem().

Referenced by readPhysicalMemoryMap(), and UnMapMem().


Variable Documentation

u8* CBlockBuffer = NULL
 

Definition at line 46 of file Memory_Windows.cpp.

Referenced by enumSystemFirmwareTables().

u8* EBlockBuffer = NULL
 

Definition at line 47 of file Memory_Windows.cpp.

Referenced by enumSystemFirmwareTables().

EnumSystemFirmwareTablesPtr EnumSystemFirmwareTables = NULL
 

Definition at line 44 of file Memory_Windows.cpp.

Referenced by enumSystemFirmwareTables(), and LoadNtdllFuncs().

GetSystemFirmwareTablePtr GetSystemFirmwareTable = NULL
 

Definition at line 45 of file Memory_Windows.cpp.

Referenced by enumSystemFirmwareTables(), and LoadNtdllFuncs().

NtClosePtr NtClose = NULL
 

Definition at line 38 of file Memory_Windows.cpp.

Referenced by CloseMemAccess(), and LoadNtdllFuncs().

NtMapViewOfSectionPtr NtMapViewOfSection = NULL
 

Definition at line 39 of file Memory_Windows.cpp.

Referenced by LoadNtdllFuncs(), and MapMem().

NtOpenSectionPtr NtOpenSection = NULL
 

Definition at line 37 of file Memory_Windows.cpp.

Referenced by LoadNtdllFuncs(), and OpenMemAccess().

NtUnmapViewOfSectionPtr NtUnmapViewOfSection = NULL
 

Definition at line 40 of file Memory_Windows.cpp.

Referenced by LoadNtdllFuncs(), and UnMapMem().

RtlInitUnicodeStringPtr RtlInitUnicodeString = NULL
 

Definition at line 41 of file Memory_Windows.cpp.

Referenced by LoadNtdllFuncs(), and OpenMemAccess().

ZwSystemDebugControlPtr ZwSystemDebugControl = NULL
 

Definition at line 42 of file Memory_Windows.cpp.

Referenced by LoadNtdllFuncs(), and readPhysicalMemoryDebugSysctl().


Generated on Tue Jul 3 18:35:14 2007 for SMBIOS Library by doxygen1.2.18