mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
188 lines
37 KiB
HTML
188 lines
37 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.6"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>BearParser: parser/include/bearparser/pe/BoundImpDirWrapper.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">BearParser
|
|
</div>
|
|
<div id="projectbrief">Portable Executable parsing library (from PE-bear)</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.6 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_572890c148f68441e050f6560d78312b.html">parser</a></li><li class="navelem"><a class="el" href="dir_993b4b96b9d24e1e5416bf28e31c7e44.html">include</a></li><li class="navelem"><a class="el" href="dir_91d1d07216ef6e2054337842b728042c.html">bearparser</a></li><li class="navelem"><a class="el" href="dir_34d82ae88b217b68a1956692d3713215.html">pe</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">BoundImpDirWrapper.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_bound_imp_dir_wrapper_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include "<a class="code" href="_data_dir_entry_wrapper_8h.html">DataDirEntryWrapper.h</a>"</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html"> 5</a></span><span class="keyword">class </span><a class="code hl_class" href="class_bound_imp_dir_wrapper.html">BoundImpDirWrapper</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span>{</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#a0e48e217aac30ee1ae8b703255a7e8d3"> 8</a></span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a0e48e217aac30ee1ae8b703255a7e8d3">BoundImpDirWrapper</a>(<a class="code hl_class" href="class_p_e_file.html">PEFile</a> *pe)</div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> : <a class="code hl_class" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a>(pe, pe::DIR_BOUND_IMPORT), <a class="code hl_variable" href="class_bound_imp_dir_wrapper.html#a5c4c7d7cf872187d05e365c6aa44b756">importsCount</a>(0) { <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#aa333f4aed19caef73594687fd0be321e">wrap</a>(); }</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#aa333f4aed19caef73594687fd0be321e">wrap</a>();</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#a65e312217177270bafac2e129f23a630"> 13</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a65e312217177270bafac2e129f23a630">getPtr</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0">boundImp</a>(); }</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#ab7c6601b276e6b7722a7afef2b84ef9f">getSize</a>();</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#ad52025b7edf8a973f5227e34cb791c73"> 15</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#ad52025b7edf8a973f5227e34cb791c73">getName</a>() { <span class="keywordflow">return</span> <span class="stringliteral">"BoundImp"</span>; }</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#aa8d59571a2a2b0ed012530728a712a76"> 16</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#aa8d59571a2a2b0ed012530728a712a76">getFieldsCount</a>() { <span class="keywordflow">return</span> this-><a class="code hl_variable" href="class_exe_node_wrapper.html#a7c22babccbf1bc935ad563d06c450995">entries</a>.size(); }</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#a218b228ce248ecb970d2ade0397c9cbe"> 18</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a218b228ce248ecb970d2ade0397c9cbe">getFieldPtr</a>(<span class="keywordtype">size_t</span> fieldId, <span class="keywordtype">size_t</span> subField) { <span class="keywordflow">return</span> <a class="code hl_function" href="class_exe_node_wrapper.html#a1d7490ea5cf0f177357727df53c9a08a">getSubfieldPtr</a>(fieldId, subField ); }</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#afc447adcd813a97833ef54a0d5454149"> 19</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#afc447adcd813a97833ef54a0d5454149">getFieldSize</a>(<span class="keywordtype">size_t</span> fieldId, <span class="keywordtype">size_t</span> subField = <a class="code hl_define" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>) { <span class="keywordflow">return</span> <a class="code hl_function" href="class_exe_node_wrapper.html#ac0f199fc5f2afabb187da4594e0af82b">getSubfieldSize</a>(fieldId, subField); }</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#a345a657ceb0a33e405b40fb23245c305"> 21</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a345a657ceb0a33e405b40fb23245c305">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId, <span class="keywordtype">size_t</span> subField) { <span class="keywordflow">return</span> <a class="code hl_function" href="class_exe_node_wrapper.html#a3d01a79fd85ba49847452b30e818c03e">getSubfieldName</a>(fieldId, subField ); }</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#af59d1037e59a0ff6b1f04bd8e1d3b676"> 22</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#af59d1037e59a0ff6b1f04bd8e1d3b676">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId) { <span class="keywordflow">return</span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#af59d1037e59a0ff6b1f04bd8e1d3b676">getFieldName</a>(fieldId, <a class="code hl_define" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>); }</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="keyword">protected</span>:</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea">loadNextEntry</a>(<span class="keywordtype">size_t</span> <a class="code hl_variable" href="class_exe_node_wrapper.html#aaf023e7c90b9e9c90ab69e6ae7ea2b65">entryNum</a>);</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> IMAGE_BOUND_IMPORT_DESCRIPTOR* <a class="code hl_function" href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0">boundImp</a>();</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#a5c4c7d7cf872187d05e365c6aa44b756"> 28</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="class_bound_imp_dir_wrapper.html#a5c4c7d7cf872187d05e365c6aa44b756">importsCount</a>;</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="class_bound_imp_dir_wrapper.html#aaa17a010931e9cb518c1e28685d24be7"> 30</a></span><span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_bound_entry_wrapper.html">BoundEntryWrapper</a>;</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>};</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html"> 33</a></span><span class="keyword">class </span><a class="code hl_class" href="class_bound_entry_wrapper.html">BoundEntryWrapper</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_exe_node_wrapper.html">ExeNodeWrapper</a></div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span>{</div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3"> 36</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3">FieldID</a> {</div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a876cde1ddb10dffc8a75197955a2c79d"> 37</a></span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a876cde1ddb10dffc8a75197955a2c79d">NONE</a> = <a class="code hl_define" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>,</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a60a0cbbc2bb7b27561ec9ea8801cc870"> 38</a></span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a60a0cbbc2bb7b27561ec9ea8801cc870">TIMESTAMP</a>,</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3aae67fb255bd152d7a0e4fe345d052fbc"> 39</a></span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3aae67fb255bd152d7a0e4fe345d052fbc">MODULE_NAME_OFFSET</a>,</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a7d8aaf3c97ddbcbda21069f4bd6dbbf1"> 40</a></span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a7d8aaf3c97ddbcbda21069f4bd6dbbf1">MODULE_FORWARDERS_NUM</a>,</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a72ec1d55b4bfe951acccef257a0cdc73">FIELD_COUNTER</a></div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a72ec1d55b4bfe951acccef257a0cdc73"> 42</a></span> };</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a271b79db61a6ef2edc9bb24ba43e9c37"> 44</a></span> <a class="code hl_function" href="class_bound_entry_wrapper.html#a271b79db61a6ef2edc9bb24ba43e9c37">BoundEntryWrapper</a>(<a class="code hl_class" href="class_executable.html">Executable</a> *pe, <a class="code hl_class" href="class_bound_imp_dir_wrapper.html">BoundImpDirWrapper</a>* parent, <span class="keywordtype">size_t</span> <a class="code hl_variable" href="class_exe_node_wrapper.html#aaf023e7c90b9e9c90ab69e6ae7ea2b65">entryNum</a>)</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> : <a class="code hl_class" href="class_exe_node_wrapper.html">ExeNodeWrapper</a>(pe, parent, <a class="code hl_variable" href="class_exe_node_wrapper.html#aaf023e7c90b9e9c90ab69e6ae7ea2b65">entryNum</a> ) { }</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#abc7259183410be2a23ed2469b44fa915"> 47</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_bound_entry_wrapper.html#abc7259183410be2a23ed2469b44fa915">wrap</a>() { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_bound_entry_wrapper.html#af8db0d9c611a42d3c7199329aebd5e86">getPtr</a>();</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> <a class="code hl_function" href="class_bound_entry_wrapper.html#a8ba933bb8560f2a39113a2a0c78d6846">getSize</a>();</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_bound_entry_wrapper.html#aa892390a3ce98b7496362fd7e923e974">getName</a>();</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">virtual</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="class_bound_entry_wrapper.html#a14d05f8b7807a962559a89f4dc3103e3">getLibraryName</a>();</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a1406dc1581e25df68f7f0a2e427ecbd9"> 53</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_bound_entry_wrapper.html#a1406dc1581e25df68f7f0a2e427ecbd9">getFieldsCount</a>() { <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a72ec1d55b4bfe951acccef257a0cdc73">FIELD_COUNTER</a>; }</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="class_bound_entry_wrapper.html#a519584ce713d00807885db5b0b934e4c"> 54</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_bound_entry_wrapper.html#a519584ce713d00807885db5b0b934e4c">getSubFieldsCount</a>() { <span class="keywordflow">return</span> 1; }</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_bound_entry_wrapper.html#a1291fe3167db80596b591b930b0394eb">getFieldPtr</a>(<span class="keywordtype">size_t</span> fieldId, <span class="keywordtype">size_t</span> subField);</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_bound_entry_wrapper.html#aa74e1a1a6df18d5600ca24ae3a5ecc52">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId);</div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span>};</div>
|
|
<div class="ttc" id="a_abstract_byte_buffer_8h_html_a9067dc831274514d508e98df05bf015d"><div class="ttname"><a href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a></div><div class="ttdeci">uint32_t bufsize_t</div><div class="ttdef"><b>Definition:</b> <a href="_abstract_byte_buffer_8h_source.html#l00014">AbstractByteBuffer.h:14</a></div></div>
|
|
<div class="ttc" id="a_data_dir_entry_wrapper_8h_html"><div class="ttname"><a href="_data_dir_entry_wrapper_8h.html">DataDirEntryWrapper.h</a></div></div>
|
|
<div class="ttc" id="a_exe_element_wrapper_8h_html_ae810f8925d2f98da8659d53ce26b5b5c"><div class="ttname"><a href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a></div><div class="ttdeci">#define FIELD_NONE</div><div class="ttdef"><b>Definition:</b> <a href="_exe_element_wrapper_8h_source.html#l00009">ExeElementWrapper.h:9</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html"><div class="ttname"><a href="class_bound_entry_wrapper.html">BoundEntryWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00033">BoundImpDirWrapper.h:34</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a1291fe3167db80596b591b930b0394eb"><div class="ttname"><a href="class_bound_entry_wrapper.html#a1291fe3167db80596b591b930b0394eb">BoundEntryWrapper::getFieldPtr</a></div><div class="ttdeci">virtual void * getFieldPtr(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00132">BoundImpDirWrapper.cpp:132</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a1406dc1581e25df68f7f0a2e427ecbd9"><div class="ttname"><a href="class_bound_entry_wrapper.html#a1406dc1581e25df68f7f0a2e427ecbd9">BoundEntryWrapper::getFieldsCount</a></div><div class="ttdeci">virtual size_t getFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00053">BoundImpDirWrapper.h:53</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a14d05f8b7807a962559a89f4dc3103e3"><div class="ttname"><a href="class_bound_entry_wrapper.html#a14d05f8b7807a962559a89f4dc3103e3">BoundEntryWrapper::getLibraryName</a></div><div class="ttdeci">virtual char * getLibraryName()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00109">BoundImpDirWrapper.cpp:109</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a271b79db61a6ef2edc9bb24ba43e9c37"><div class="ttname"><a href="class_bound_entry_wrapper.html#a271b79db61a6ef2edc9bb24ba43e9c37">BoundEntryWrapper::BoundEntryWrapper</a></div><div class="ttdeci">BoundEntryWrapper(Executable *pe, BoundImpDirWrapper *parent, size_t entryNum)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00044">BoundImpDirWrapper.h:44</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3">BoundEntryWrapper::FieldID</a></div><div class="ttdeci">FieldID</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00036">BoundImpDirWrapper.h:36</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3a60a0cbbc2bb7b27561ec9ea8801cc870"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a60a0cbbc2bb7b27561ec9ea8801cc870">BoundEntryWrapper::TIMESTAMP</a></div><div class="ttdeci">@ TIMESTAMP</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00038">BoundImpDirWrapper.h:38</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3a72ec1d55b4bfe951acccef257a0cdc73"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a72ec1d55b4bfe951acccef257a0cdc73">BoundEntryWrapper::FIELD_COUNTER</a></div><div class="ttdeci">@ FIELD_COUNTER</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00042">BoundImpDirWrapper.h:41</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3a7d8aaf3c97ddbcbda21069f4bd6dbbf1"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a7d8aaf3c97ddbcbda21069f4bd6dbbf1">BoundEntryWrapper::MODULE_FORWARDERS_NUM</a></div><div class="ttdeci">@ MODULE_FORWARDERS_NUM</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00040">BoundImpDirWrapper.h:40</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3a876cde1ddb10dffc8a75197955a2c79d"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3a876cde1ddb10dffc8a75197955a2c79d">BoundEntryWrapper::NONE</a></div><div class="ttdeci">@ NONE</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00037">BoundImpDirWrapper.h:37</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a337aebcf2a61cfe78f703cbeb854a5b3aae67fb255bd152d7a0e4fe345d052fbc"><div class="ttname"><a href="class_bound_entry_wrapper.html#a337aebcf2a61cfe78f703cbeb854a5b3aae67fb255bd152d7a0e4fe345d052fbc">BoundEntryWrapper::MODULE_NAME_OFFSET</a></div><div class="ttdeci">@ MODULE_NAME_OFFSET</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00039">BoundImpDirWrapper.h:39</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a519584ce713d00807885db5b0b934e4c"><div class="ttname"><a href="class_bound_entry_wrapper.html#a519584ce713d00807885db5b0b934e4c">BoundEntryWrapper::getSubFieldsCount</a></div><div class="ttdeci">virtual size_t getSubFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00054">BoundImpDirWrapper.h:54</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_a8ba933bb8560f2a39113a2a0c78d6846"><div class="ttname"><a href="class_bound_entry_wrapper.html#a8ba933bb8560f2a39113a2a0c78d6846">BoundEntryWrapper::getSize</a></div><div class="ttdeci">virtual bufsize_t getSize()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00096">BoundImpDirWrapper.cpp:96</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_aa74e1a1a6df18d5600ca24ae3a5ecc52"><div class="ttname"><a href="class_bound_entry_wrapper.html#aa74e1a1a6df18d5600ca24ae3a5ecc52">BoundEntryWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00148">BoundImpDirWrapper.cpp:148</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_aa892390a3ce98b7496362fd7e923e974"><div class="ttname"><a href="class_bound_entry_wrapper.html#aa892390a3ce98b7496362fd7e923e974">BoundEntryWrapper::getName</a></div><div class="ttdeci">virtual QString getName()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00102">BoundImpDirWrapper.cpp:102</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_abc7259183410be2a23ed2469b44fa915"><div class="ttname"><a href="class_bound_entry_wrapper.html#abc7259183410be2a23ed2469b44fa915">BoundEntryWrapper::wrap</a></div><div class="ttdeci">bool wrap()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00047">BoundImpDirWrapper.h:47</a></div></div>
|
|
<div class="ttc" id="aclass_bound_entry_wrapper_html_af8db0d9c611a42d3c7199329aebd5e86"><div class="ttname"><a href="class_bound_entry_wrapper.html#af8db0d9c611a42d3c7199329aebd5e86">BoundEntryWrapper::getPtr</a></div><div class="ttdeci">virtual void * getPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00075">BoundImpDirWrapper.cpp:75</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html">BoundImpDirWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00005">BoundImpDirWrapper.h:6</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a0e48e217aac30ee1ae8b703255a7e8d3"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a0e48e217aac30ee1ae8b703255a7e8d3">BoundImpDirWrapper::BoundImpDirWrapper</a></div><div class="ttdeci">BoundImpDirWrapper(PEFile *pe)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00008">BoundImpDirWrapper.h:8</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a13b9a7bba1549733fdc60d51abcea5ea"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea">BoundImpDirWrapper::loadNextEntry</a></div><div class="ttdeci">bool loadNextEntry(size_t entryNum)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00029">BoundImpDirWrapper.cpp:29</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a218b228ce248ecb970d2ade0397c9cbe"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a218b228ce248ecb970d2ade0397c9cbe">BoundImpDirWrapper::getFieldPtr</a></div><div class="ttdeci">virtual void * getFieldPtr(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00018">BoundImpDirWrapper.h:18</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a345a657ceb0a33e405b40fb23245c305"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a345a657ceb0a33e405b40fb23245c305">BoundImpDirWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00021">BoundImpDirWrapper.h:21</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a5c4c7d7cf872187d05e365c6aa44b756"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a5c4c7d7cf872187d05e365c6aa44b756">BoundImpDirWrapper::importsCount</a></div><div class="ttdeci">size_t importsCount</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00028">BoundImpDirWrapper.h:28</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a5f98993d37168562466f60abe3a035e0"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a5f98993d37168562466f60abe3a035e0">BoundImpDirWrapper::boundImp</a></div><div class="ttdeci">IMAGE_BOUND_IMPORT_DESCRIPTOR * boundImp()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00020">BoundImpDirWrapper.cpp:20</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_a65e312217177270bafac2e129f23a630"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#a65e312217177270bafac2e129f23a630">BoundImpDirWrapper::getPtr</a></div><div class="ttdeci">virtual void * getPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00013">BoundImpDirWrapper.h:13</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_aa333f4aed19caef73594687fd0be321e"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#aa333f4aed19caef73594687fd0be321e">BoundImpDirWrapper::wrap</a></div><div class="ttdeci">virtual bool wrap()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00047">BoundImpDirWrapper.cpp:47</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_aa8d59571a2a2b0ed012530728a712a76"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#aa8d59571a2a2b0ed012530728a712a76">BoundImpDirWrapper::getFieldsCount</a></div><div class="ttdeci">virtual size_t getFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00016">BoundImpDirWrapper.h:16</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_ab7c6601b276e6b7722a7afef2b84ef9f"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#ab7c6601b276e6b7722a7afef2b84ef9f">BoundImpDirWrapper::getSize</a></div><div class="ttdeci">virtual bufsize_t getSize()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8cpp_source.html#l00066">BoundImpDirWrapper.cpp:66</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_ad52025b7edf8a973f5227e34cb791c73"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#ad52025b7edf8a973f5227e34cb791c73">BoundImpDirWrapper::getName</a></div><div class="ttdeci">virtual QString getName()</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00015">BoundImpDirWrapper.h:15</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_af59d1037e59a0ff6b1f04bd8e1d3b676"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#af59d1037e59a0ff6b1f04bd8e1d3b676">BoundImpDirWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00022">BoundImpDirWrapper.h:22</a></div></div>
|
|
<div class="ttc" id="aclass_bound_imp_dir_wrapper_html_afc447adcd813a97833ef54a0d5454149"><div class="ttname"><a href="class_bound_imp_dir_wrapper.html#afc447adcd813a97833ef54a0d5454149">BoundImpDirWrapper::getFieldSize</a></div><div class="ttdeci">virtual bufsize_t getFieldSize(size_t fieldId, size_t subField=FIELD_NONE)</div><div class="ttdef"><b>Definition:</b> <a href="_bound_imp_dir_wrapper_8h_source.html#l00019">BoundImpDirWrapper.h:19</a></div></div>
|
|
<div class="ttc" id="aclass_data_dir_entry_wrapper_html"><div class="ttname"><a href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_data_dir_entry_wrapper_8h_source.html#l00008">DataDirEntryWrapper.h:9</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html"><div class="ttname"><a href="class_exe_node_wrapper.html">ExeNodeWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8h_source.html#l00008">ExeNodeWrapper.h:9</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html_a1d7490ea5cf0f177357727df53c9a08a"><div class="ttname"><a href="class_exe_node_wrapper.html#a1d7490ea5cf0f177357727df53c9a08a">ExeNodeWrapper::getSubfieldPtr</a></div><div class="ttdeci">virtual void * getSubfieldPtr(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8cpp_source.html#l00039">ExeNodeWrapper.cpp:39</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html_a3d01a79fd85ba49847452b30e818c03e"><div class="ttname"><a href="class_exe_node_wrapper.html#a3d01a79fd85ba49847452b30e818c03e">ExeNodeWrapper::getSubfieldName</a></div><div class="ttdeci">virtual QString getSubfieldName(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8cpp_source.html#l00055">ExeNodeWrapper.cpp:55</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html_a7c22babccbf1bc935ad563d06c450995"><div class="ttname"><a href="class_exe_node_wrapper.html#a7c22babccbf1bc935ad563d06c450995">ExeNodeWrapper::entries</a></div><div class="ttdeci">std::vector< ExeNodeWrapper * > entries</div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8h_source.html#l00056">ExeNodeWrapper.h:56</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html_aaf023e7c90b9e9c90ab69e6ae7ea2b65"><div class="ttname"><a href="class_exe_node_wrapper.html#aaf023e7c90b9e9c90ab69e6ae7ea2b65">ExeNodeWrapper::entryNum</a></div><div class="ttdeci">size_t entryNum</div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8h_source.html#l00054">ExeNodeWrapper.h:54</a></div></div>
|
|
<div class="ttc" id="aclass_exe_node_wrapper_html_ac0f199fc5f2afabb187da4594e0af82b"><div class="ttname"><a href="class_exe_node_wrapper.html#ac0f199fc5f2afabb187da4594e0af82b">ExeNodeWrapper::getSubfieldSize</a></div><div class="ttdeci">virtual bufsize_t getSubfieldSize(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exe_node_wrapper_8cpp_source.html#l00047">ExeNodeWrapper.cpp:47</a></div></div>
|
|
<div class="ttc" id="aclass_executable_html"><div class="ttname"><a href="class_executable.html">Executable</a></div><div class="ttdef"><b>Definition:</b> <a href="_executable_8h_source.html#l00026">Executable.h:26</a></div></div>
|
|
<div class="ttc" id="aclass_p_e_file_html"><div class="ttname"><a href="class_p_e_file.html">PEFile</a></div><div class="ttdef"><b>Definition:</b> <a href="_p_e_file_8h_source.html#l00040">PEFile.h:41</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
|
|
</small></address>
|
|
</body>
|
|
</html>
|