-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPESectionHeader.h
More file actions
28 lines (21 loc) · 854 Bytes
/
PESectionHeader.h
File metadata and controls
28 lines (21 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// PESectionHeader.h: interface for the PESectionHeader class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PESECTIONHEADER_H__A863B3E6_9D09_4F76_9D88_5272E5069097__INCLUDED_)
#define AFX_PESECTIONHEADER_H__A863B3E6_9D09_4F76_9D88_5272E5069097__INCLUDED_
#include "resource.h"
#include "PEOperation.h"
#include <string>
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class PESectionHeader
{
public:
PESectionHeader();
virtual ~PESectionHeader();
public:
void ShowSectionView(HINSTANCE hInstance, HWND hwndDlg, CONST _IMAGE_SECTION_HEADER *lpSectionHeader, DWORD numberOfSections);
void SetSectionInfoDlg(HWND hwndDlg, CONST _IMAGE_SECTION_HEADER *lpSectionHeader, DWORD numberOfSections);
};
#endif // !defined(AFX_PESECTIONHEADER_H__A863B3E6_9D09_4F76_9D88_5272E5069097__INCLUDED_)