#include <phapp.h>
#include <settings.h>
#include <hexedit.h>
#include <windowsx.h>
Go to the source code of this file.
|
INT NTAPI | PhpMemoryEditorCompareFunction (_In_ PPH_AVL_LINKS Links1, _In_ PPH_AVL_LINKS Links2) |
|
INT_PTR CALLBACK | PhpMemoryEditorDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | PhShowMemoryEditorDialog (_In_ HANDLE ProcessId, _In_ PVOID BaseAddress, _In_ SIZE_T RegionSize, _In_ ULONG SelectOffset, _In_ ULONG SelectLength, _In_opt_ PPH_STRING Title, _In_ ULONG Flags) |
|
#define WM_PH_SELECT_OFFSET (WM_APP + 300) |
INT_PTR CALLBACK PhpMemoryEditorDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
VOID PhShowMemoryEditorDialog |
( |
_In_ HANDLE |
ProcessId, |
|
|
_In_ PVOID |
BaseAddress, |
|
|
_In_ SIZE_T |
RegionSize, |
|
|
_In_ ULONG |
SelectOffset, |
|
|
_In_ ULONG |
SelectLength, |
|
|
_In_opt_ PPH_STRING |
Title, |
|
|
_In_ ULONG |
Flags |
|
) |
| |