|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "winnt.h"
#include "imagehlp.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | HDR_FAIL -1 |
| #define | HDR_NT32 0 |
| #define | HDR_NT64 1 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (imagehlp) |
| static int | IMAGEHLP_GetNTHeaders (HANDLE handle, DWORD *pe_offset, IMAGE_NT_HEADERS32 *nt32, IMAGE_NT_HEADERS64 *nt64) |
| static BOOL | IMAGEHLP_GetSecurityDirOffset (HANDLE handle, DWORD *pdwOfs, DWORD *pdwSize) |
| static BOOL | IMAGEHLP_SetSecurityDirOffset (HANDLE handle, DWORD dwOfs, DWORD dwSize) |
| static BOOL | IMAGEHLP_GetCertificateOffset (HANDLE handle, DWORD num, DWORD *pdwOfs, DWORD *pdwSize) |
| static BOOL | IMAGEHLP_RecalculateChecksum (HANDLE handle) |
| BOOL WINAPI | ImageAddCertificate (HANDLE FileHandle, LPWIN_CERTIFICATE Certificate, PDWORD Index) |
| BOOL WINAPI | ImageEnumerateCertificates (HANDLE handle, WORD TypeFilter, PDWORD CertificateCount, PDWORD Indices, DWORD IndexCount) |
| BOOL WINAPI | ImageGetCertificateData (HANDLE handle, DWORD Index, LPWIN_CERTIFICATE Certificate, PDWORD RequiredLength) |
| BOOL WINAPI | ImageGetCertificateHeader (HANDLE handle, DWORD index, LPWIN_CERTIFICATE pCert) |
| static DWORD | IMAGEHLP_GetSectionOffset (IMAGE_SECTION_HEADER *hdr, DWORD num_sections, LPCSTR section, PDWORD size, PDWORD base) |
| static BOOL | IMAGEHLP_ReportSectionFromOffset (DWORD offset, DWORD size, BYTE *map, DWORD fileSize, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) |
| static BOOL | IMAGEHLP_ReportSection (IMAGE_SECTION_HEADER *section_headers, DWORD num_sections, LPCSTR section, BYTE *map, DWORD fileSize, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) |
| static BOOL | IMAGEHLP_ReportCodeSections (IMAGE_SECTION_HEADER *hdr, DWORD num_sections, BYTE *map, DWORD fileSize, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) |
| static BOOL | IMAGEHLP_ReportImportSection (IMAGE_SECTION_HEADER *hdr, DWORD num_sections, BYTE *map, DWORD fileSize, DWORD DigestLevel, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) |
| BOOL WINAPI | ImageGetDigestStream (HANDLE FileHandle, DWORD DigestLevel, DIGEST_FUNCTION DigestFunction, DIGEST_HANDLE DigestHandle) |
| BOOL WINAPI | ImageRemoveCertificate (HANDLE FileHandle, DWORD Index) |
Generated on Fri May 25 2012 05:08:31 for ReactOS by
1.7.6.1
|