Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F702432
TreeImportExport.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1013 B
Subscribers
None
TreeImportExport.h
View Options
#pragma once
#include
<Windows.h>
#include
"ProcessLister.h"
#include
"Thunks.h"
#include
"tinyxml.h"
class
TreeImportExport
{
public
:
bool
exportTreeList
(
const
WCHAR
*
targetXmlFile
,
std
::
map
<
DWORD_PTR
,
ImportModuleThunk
>
&
moduleList
,
const
Process
*
process
,
const
DWORD_PTR
addressOEP
,
const
DWORD_PTR
addressIAT
,
const
DWORD
sizeIAT
);
private
:
char
xmlStringBuffer
[
100
];
void
addModuleListToRootElement
(
TiXmlElement
*
rootElement
,
std
::
map
<
DWORD_PTR
,
ImportModuleThunk
>
&
moduleList
);
TiXmlElement
*
getModuleXmlElement
(
const
ImportModuleThunk
*
importModuleThunk
);
TiXmlElement
*
getImportXmlElement
(
const
ImportThunk
*
importThunk
);
bool
saveXmlToFile
(
TiXmlDocument
doc
,
const
WCHAR
*
xmlFilePath
);
void
setTargetInformation
(
TiXmlElement
*
rootElement
,
const
Process
*
process
,
const
DWORD_PTR
addressOEP
,
const
DWORD_PTR
addressIAT
,
const
DWORD
sizeIAT
);
void
boolToString
(
const
bool
boolValue
);
void
WordToString
(
const
WORD
dwValue
);
void
DwordPtrToString
(
const
DWORD_PTR
dwValue
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Jun 8, 1:07 PM (20 h, 58 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ee/db/9bb24278198ea420d4ecefbb4f28
Attached To
rSCY Scylla
Event Timeline
Log In to Comment