Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F547776
Thunks.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
621 B
Subscribers
None
Thunks.h
View Options
#pragma once
#include
<windows.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
;
WORD
ordinal
;
DWORD_PTR
apiAddressVA
;
WORD
hint
;
bool
valid
;
bool
suspect
;
CTreeItem
hTreeItem
;
DWORD_PTR
key
;
void
invalidate
();
};
class
ImportModuleThunk
{
public
:
WCHAR
moduleName
[
MAX_PATH
];
std
::
map
<
DWORD_PTR
,
ImportThunk
>
thunkList
;
DWORD_PTR
firstThunk
;
CTreeItem
hTreeItem
;
DWORD_PTR
key
;
DWORD_PTR
getFirstThunk
()
const
;
bool
isValid
()
const
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jan 28, 6:34 PM (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b1/f4/ceb6900850ec7e68958705bd00b3
Attached To
rSCY Scylla
Event Timeline
Log In to Comment