Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F554848
Thunks.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
630 B
Subscribers
None
Thunks.h
View Options
#pragma once
#include
<windows.h>
#include
<Commctrl.h>
#include
<map>
class
ImportModuleThunk
;
class
ImportThunk
;
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
;
HTREEITEM
hTreeItem
;
};
class
ImportModuleThunk
{
public
:
WCHAR
moduleName
[
MAX_PATH
];
std
::
map
<
DWORD_PTR
,
ImportThunk
>
thunkList
;
DWORD_PTR
firstThunk
;
HTREEITEM
hTreeItem
;
DWORD_PTR
getFirstThunk
();
bool
isValid
();
~
ImportModuleThunk
()
{
if
(
!
thunkList
.
empty
())
{
thunkList
.
clear
();
}
}
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Feb 11, 1:20 AM (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
82/16/1bd72b76b68ce3f5808cdc767067
Attached To
rSCY Scylla
Event Timeline
Log In to Comment