ReactOS 0.4.16-dev-282-g4d0a26d
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <setjmp.h>
#include <malloc.h>
#include <ctype.h>
Go to the source code of this file.
Classes | |
struct | _IMAGE_DOS_HEADER |
struct | _IMAGE_FILE_HEADER |
struct | _IMAGE_DATA_DIRECTORY |
struct | _IMAGE_OPTIONAL_HEADER |
struct | _IMAGE_NT_HEADERS |
struct | _IMAGE_SECTION_HEADER |
struct | _IMAGE_EXPORT_DIRECTORY |
struct | _IMAGE_IMPORT_BY_NAME |
struct | _IMAGE_RESOURCE_DIRECTORY |
struct | _IMAGE_RESOURCE_DIRECTORY_ENTRY |
struct | _IMAGE_RESOURCE_DIRECTORY_STRING |
struct | _IMAGE_RESOURCE_DIR_STRING_U |
struct | _IMAGE_RESOURCE_DATA_ENTRY |
struct | _IMAGE_MENU_HEADER |
struct | _IMAGE_POPUP_MENU_ITEM |
struct | _IMAGE_NORMAL_MENU_ITEM |
struct | _IMAGE_DIALOG_BOX_HEADER1 |
union | _NAME_OR_ORDINAL |
struct | _NAME_OR_ORDINAL::_ORD_ID |
struct | _IMAGE_CONTROL_DATA |
struct | _IMAGE_DEBUG_DIRECTORY |
struct | _IMAGE_DEBUG_MISC |
struct | _IMAGE_SEPARATE_DEBUG_HEADER |
struct | tagImportDirectory |
struct | _Str_P |
static const STRING *static UNICODE_STRING *static GUID *static UNICODE_STRING *static INT *static BOOLEAN boolean |
Definition at line 73 of file pedump.c.
Referenced by AcpiDsExecEndControlOp(), AcpiExDoMatch(), AcpiTbCompareTables(), AcpiTbIsTableLoaded(), AtapiGetIoRange(), BaseInitializeStaticServerData(), ClasspMarkIrpAsIdle(), ClassReadDriveCapacity(), CreateJunction(), DiskFdoExecuteWmiMethod(), DriverEntry(), EraseTape(), Ext2CreateFile(), FatUnpinRepinnedBcbs(), Hib_SaveData(), InfpBuildFileBuffer(), main(), marshal_nfs41_close(), marshal_nfs41_dirquery(), marshal_nfs41_eaget(), marshal_nfs41_lock(), marshal_nfs41_symlink(), MmCreatePeb(), PiAttachFilterDriversCallback(), PrepareTape(), RtlConvertPropertyToVariant(), RtlConvertVariantToProperty(), RtlSetProcessIsCritical(), RtlSetThreadIsCritical(), RunTestCases(), SetSystemTimeAdjustment(), SetTapePosition(), START_TEST(), test_propertytovariant(), test_thread_info(), MxLockNoDynam::TryToAcquire(), UDFDismountVcb(), UniataEnumBusMasterController__(), unmarshal_nfs41_open(), VdmpStartExecution(), WriteTapemark(), and xHalIoWritePartitionTable().
#define NEWBITMAP (RT_BITMAP|RT_NEWRESOURCE) |
#define NEWDIALOG (RT_DIALOG|RT_NEWRESOURCE) |
#define NEWMENU (RT_MENU|RT_NEWRESOURCE) |
#define WS_ICONIC WS_MINIMIZE |
#define WS_OVERLAPPEDWINDOW (WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX) |
#define WS_SIZEBOX WS_THICKFRAME |
#define WS_TILED WS_OVERLAPPED |
#define WS_TILEDWINDOW WS_OVERLAPPEDWINDOW |
typedef struct _IMAGE_DEBUG_MISC IMAGE_DEBUG_MISC |
typedef struct _IMAGE_DOS_HEADER IMAGE_DOS_HEADER |
typedef struct _IMAGE_NT_HEADERS IMAGE_NT_HEADERS |
typedef union _NAME_OR_ORDINAL NAME_OR_ORDINAL |
typedef struct _IMAGE_CONTROL_DATA * PIMAGE_CONTROL_DATA |
typedef struct _IMAGE_DATA_DIRECTORY * PIMAGE_DATA_DIRECTORY |
typedef struct _IMAGE_DEBUG_MISC * PIMAGE_DEBUG_MISC |
typedef struct _IMAGE_DOS_HEADER * PIMAGE_DOS_HEADER |
typedef struct _IMAGE_FILE_HEADER * PIMAGE_FILE_HEADER |
typedef struct _IMAGE_IMPORT_BY_NAME * PIMAGE_IMPORT_BY_NAME |
typedef struct _IMAGE_MENU_HEADER * PIMAGE_MENU_HEADER |
typedef struct _IMAGE_NT_HEADERS * PIMAGE_NT_HEADERS |
typedef struct _IMAGE_SECTION_HEADER * PIMAGE_SECTION_HEADER |
typedef union _NAME_OR_ORDINAL * PNAME_OR_ORDINAL |
static USHORT |
Definition at line 3327 of file pedump.c.
Referenced by PrintStrangeMenu().
Definition at line 1055 of file pedump.c.
Referenced by GetContentsOfDialog(), GetContentsOfMenu(), GetExportFunctionNames(), GetImportFunctionNamesByModule(), and GetImportModuleNames().
Definition at line 3392 of file pedump.c.
Referenced by main().
Definition at line 2921 of file pedump.c.
Referenced by main().
BOOL WINAPI GetDosHeader | ( | LPVOID | lpFile, |
PIMAGE_DOS_HEADER | pHeader | ||
) |
Definition at line 915 of file pedump.c.
Referenced by main().
Definition at line 2365 of file pedump.c.
Referenced by main().
Definition at line 1035 of file pedump.c.
Referenced by GetExportFunctionNames().
Definition at line 1265 of file pedump.c.
Referenced by main().
Definition at line 1208 of file pedump.c.
Referenced by main().
Definition at line 2536 of file pedump.c.
Referenced by main().
Definition at line 2493 of file pedump.c.
BOOL WINAPI GetPEFileHeader | ( | LPVOID | lpFile, |
PIMAGE_FILE_HEADER | pHeader | ||
) |
BOOL WINAPI GetPEOptionalHeader | ( | LPVOID | lpFile, |
PIMAGE_OPTIONAL_HEADER | pHeader | ||
) |
Definition at line 1403 of file pedump.c.
Referenced by TranslateParameters().
BOOL WINAPI GetSectionHdrByName | ( | LPVOID | lpFile, |
IMAGE_SECTION_HEADER * | sh, | ||
char * | szSection | ||
) |
Definition at line 1172 of file pedump.c.
BOOL WINAPI GetSectionHdrByName | ( | LPVOID | , |
PIMAGE_SECTION_HEADER | , | ||
char * | |||
) |
Definition at line 1136 of file pedump.c.
BOOL WINAPI GetSeparateDebugHeader | ( | LPVOID | lpFile, |
PIMAGE_SEPARATE_DEBUG_HEADER | psdh | ||
) |
Definition at line 3888 of file pedump.c.
Definition at line 1382 of file pedump.c.
Referenced by TranslateFunctionName().
Definition at line 1097 of file pedump.c.
Referenced by GetContentsOfDialog(), GetContentsOfMenu(), GetExportFunctionNames(), GetImportFunctionNamesByModule(), GetImportModuleNames(), GetListOfResourceTypes(), GetNumberOfResources(), and RetrieveModuleName().
Definition at line 941 of file pedump.c.
Referenced by GetPEFileHeader(), GetPEOptionalHeader(), GetSectionNames(), and main().
Definition at line 3873 of file pedump.c.
Definition at line 3918 of file pedump.c.
Definition at line 2806 of file pedump.c.
Referenced by GetContentsOfMenu(), and MenuFill().
Definition at line 2738 of file pedump.c.
Referenced by GetContentsOfMenu(), and MenuScan().
Definition at line 1023 of file pedump.c.
Referenced by GetActualAddress(), GetSectionHdrByName(), GetSectionNames(), and ImageDirectoryOffset().
Definition at line 3620 of file pedump.c.
Referenced by main().
Definition at line 3244 of file pedump.c.
Referenced by main(), and PrintMenu().
Definition at line 3202 of file pedump.c.
Referenced by main().
Definition at line 3834 of file pedump.c.
Definition at line 2710 of file pedump.c.
Referenced by GetContentsOfDialog(), and GetContentsOfMenu().
Definition at line 1679 of file pedump.c.
Referenced by TranslateFunctionName().
Definition at line 1953 of file pedump.c.
Referenced by main().
Definition at line 1468 of file pedump.c.
Referenced by TranslateFunctionName().