Page MenuHomedesp's stash

Thunks.h
No OneTemporary

Thunks.h

#pragma once
#include <windows.h>
#include <Commctrl.h>
#include <map>
// WTL
#include <atlbase.h>
#include <atlapp.h>
#include <atlctrls.h> //CTreeItem
class ImportThunk {
public:
WCHAR moduleName[MAX_PATH];
char name[MAX_PATH];
DWORD_PTR va;
DWORD_PTR rva;
DWORD_PTR ordinal;
DWORD_PTR apiAddressVA;
WORD hint;
bool valid;
bool suspect;
CTreeItem hTreeItem;
};
class ImportModuleThunk {
public:
WCHAR moduleName[MAX_PATH];
std::map<DWORD_PTR, ImportThunk> thunkList;
DWORD_PTR firstThunk;
CTreeItem hTreeItem;
DWORD_PTR getFirstThunk() const;
bool isValid() const;
};

File Metadata

Mime Type
text/x-c++
Expires
Fri, Apr 3, 1:52 PM (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4f/d3/4f64626754112856b13d8b99ffd5

Event Timeline