Files
hasherezade-bearparser/_resource_content_wrapper_8h_source.html
T
2023-02-09 12:14:58 +00:00

193 lines
36 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/rsrc/ResourceContentWrapper.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&amp;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&amp;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><li class="navelem"><a class="el" href="dir_4a981a2c437aae818192c59915bbaa01.html">rsrc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">ResourceContentWrapper.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_resource_content_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 &quot;../../ExeElementWrapper.h&quot;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;../ResourceLeafWrapper.h&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &quot;../pe_formats.h&quot;</span></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">class </span><a class="code hl_class" href="class_resource_content_factory.html">ResourceContentFactory</a>;</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html"> 9</a></span><span class="keyword">class </span><a class="code hl_class" href="class_resource_content_wrapper.html">ResourceContentWrapper</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="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">public</span>:</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">static</span> QString <a class="code hl_function" href="class_resource_content_wrapper.html#a1947080dfd20756de608c2e40029be4e">translateType</a>(pe::resource_type type);</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a4527414254b6c7efc6de78c861166c82"> 14</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="class_resource_content_wrapper.html#a4527414254b6c7efc6de78c861166c82">~ResourceContentWrapper</a>() {}</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_resource_content_wrapper.html#a8ac99cadf3741f1befe2e002a3107591">getResContentPtr</a>();</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> <a class="code hl_function" href="class_resource_content_wrapper.html#ae7340c05c2299bc068bc6adbf2d4ac58">getResContentSize</a>();</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> <a class="code hl_function" href="class_resource_content_wrapper.html#a27630d9bfa014f5dbff2055bbd4d4562">getContentRaw</a>();</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a84266b95950b0e8005e47ec55e703c71"> 20</a></span> pe::resource_type <a class="code hl_function" href="class_resource_content_wrapper.html#a84266b95950b0e8005e47ec55e703c71">getType</a>() { <span class="keywordflow">return</span> <a class="code hl_variable" href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc">typeId</a>; }</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a1116597104df986ee72358a2e776603a"> 22</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_resource_content_wrapper.html#a1116597104df986ee72358a2e776603a">getPtr</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_resource_content_wrapper.html#a8ac99cadf3741f1befe2e002a3107591">getResContentPtr</a>(); }</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#ac57c5ad1d68b7d4548609850e46b8c4e"> 23</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_resource_content_wrapper.html#ac57c5ad1d68b7d4548609850e46b8c4e">getSize</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_resource_content_wrapper.html#ae7340c05c2299bc068bc6adbf2d4ac58">getResContentSize</a>(); }</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a68511f91f4cb1437e0f77bd761f5b5ca"> 25</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_resource_content_wrapper.html#a68511f91f4cb1437e0f77bd761f5b5ca">getName</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_resource_content_wrapper.html#a1947080dfd20756de608c2e40029be4e">translateType</a>(this-&gt;<a class="code hl_variable" href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc">typeId</a>); }</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a92215e56ef0c8ddb7e775f7b1cdb9a6c"> 26</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_resource_content_wrapper.html#a92215e56ef0c8ddb7e775f7b1cdb9a6c">getFieldsCount</a>() { <span class="keywordflow">return</span> 1; }</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#ac1352678307202294711ab666e8a2919"> 27</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_resource_content_wrapper.html#ac1352678307202294711ab666e8a2919">getSubFieldsCount</a>() { <span class="keywordflow">return</span> 1; }</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="comment">/* specific field boundatries */</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a3f5c1d1f45d33558f59c0290e164a97c"> 30</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_resource_content_wrapper.html#a3f5c1d1f45d33558f59c0290e164a97c">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_resource_content_wrapper.html#a1116597104df986ee72358a2e776603a">getPtr</a>(); }</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a5ba99253e9fa927e011c391ff3ab82d7"> 31</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_resource_content_wrapper.html#a5ba99253e9fa927e011c391ff3ab82d7">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId) { <span class="keywordflow">return</span> <a class="code hl_function" href="class_resource_content_wrapper.html#a68511f91f4cb1437e0f77bd761f5b5ca">getName</a>(); }</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#acf3b9c996c16b047edf841a683887c74"> 32</a></span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0a">WrappedValue::data_type</a> <a class="code hl_function" href="class_resource_content_wrapper.html#acf3b9c996c16b047edf841a683887c74">containsDataType</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_enumvalue" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0aaa3a63d5724d6624f3752721825bbfd8f">WrappedValue::COMPLEX</a>; }</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a0a191f56c69c5a5e9cdb4e272bf03912"> 35</a></span> <a class="code hl_function" href="class_resource_content_wrapper.html#a0a191f56c69c5a5e9cdb4e272bf03912">ResourceContentWrapper</a>(<a class="code hl_class" href="class_executable.html">Executable</a> *pe, <a class="code hl_class" href="class_resource_leaf_wrapper.html">ResourceLeafWrapper</a>* v_leaf, pe::resource_type v_typeId)</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> : <a class="code hl_class" href="class_exe_node_wrapper.html">ExeNodeWrapper</a>(pe), <a class="code hl_variable" href="class_resource_content_wrapper.html#a84026ba06c3f1026a431e2ca56b9172a">myLeaf</a>(v_leaf), <a class="code hl_variable" href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc">typeId</a>(v_typeId) {}</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> BYTE* <a class="code hl_function" href="class_resource_content_wrapper.html#a1f8c6485f9736e4e2f02c83c5c584616">getContentAt</a>(<a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> dataAddr, <a class="code hl_enumeration" href="class_executable.html#a2202e0db9d88f3be2b26fc138ddd3b5b">Executable::addr_type</a> aT, <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> dataSize);</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#a84026ba06c3f1026a431e2ca56b9172a"> 40</a></span> <a class="code hl_class" href="class_resource_leaf_wrapper.html">ResourceLeafWrapper</a>* <a class="code hl_variable" href="class_resource_content_wrapper.html#a84026ba06c3f1026a431e2ca56b9172a">myLeaf</a>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc"> 41</a></span> pe::resource_type <a class="code hl_variable" href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc">typeId</a>;</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_resource_content_wrapper.html#aa1a95116ebcd118ce48261f2dcbab118"> 43</a></span><span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_resource_content_factory.html">ResourceContentFactory</a>;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span>};</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </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_reource_manifest_wrapper.html"> 47</a></span><span class="keyword">class </span><a class="code hl_class" href="class_reource_manifest_wrapper.html">ReourceManifestWrapper</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_resource_content_wrapper.html">ResourceContentWrapper</a></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">public</span>:</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_reource_manifest_wrapper.html#ab32f51338178cb53972aac8d39276fd5"> 50</a></span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0a">WrappedValue::data_type</a> <a class="code hl_function" href="class_reource_manifest_wrapper.html#ab32f51338178cb53972aac8d39276fd5">containsDataType</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_enumvalue" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0aad8b842fd00d4b14f0473c9663dea2c0b">WrappedValue::STRING</a>; }</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="class_reource_manifest_wrapper.html#a922598f6cba397e5df07e6f6757ed9e5"> 53</a></span> <a class="code hl_function" href="class_reource_manifest_wrapper.html#a922598f6cba397e5df07e6f6757ed9e5">ReourceManifestWrapper</a>(<a class="code hl_class" href="class_executable.html">Executable</a> *pe, <a class="code hl_class" href="class_resource_leaf_wrapper.html">ResourceLeafWrapper</a>* v_leaf)</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> : <a class="code hl_class" href="class_resource_content_wrapper.html">ResourceContentWrapper</a>(pe, v_leaf, pe::RESTYPE_MANIFEST) {}</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"><a class="line" href="class_reource_manifest_wrapper.html#aa1a95116ebcd118ce48261f2dcbab118"> 56</a></span><span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_resource_content_factory.html">ResourceContentFactory</a>;</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span>};</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="class_reource_h_t_m_l_wrapper.html"> 59</a></span><span class="keyword">class </span><a class="code hl_class" href="class_reource_h_t_m_l_wrapper.html">ReourceHTMLWrapper</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_resource_content_wrapper.html">ResourceContentWrapper</a></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>{</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="class_reource_h_t_m_l_wrapper.html#aaf6e24a9090198000074c643a08ed228"> 62</a></span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0a">WrappedValue::data_type</a> <a class="code hl_function" href="class_reource_h_t_m_l_wrapper.html#aaf6e24a9090198000074c643a08ed228">containsDataType</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_enumvalue" href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0aad8b842fd00d4b14f0473c9663dea2c0b">WrappedValue::STRING</a>; }</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="class_reource_h_t_m_l_wrapper.html#ab7c2350ca773b5323b763cca55b89f1a"> 65</a></span> <a class="code hl_function" href="class_reource_h_t_m_l_wrapper.html#ab7c2350ca773b5323b763cca55b89f1a">ReourceHTMLWrapper</a>(<a class="code hl_class" href="class_executable.html">Executable</a> *pe, <a class="code hl_class" href="class_resource_leaf_wrapper.html">ResourceLeafWrapper</a>* v_leaf)</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> : <a class="code hl_class" href="class_resource_content_wrapper.html">ResourceContentWrapper</a>(pe, v_leaf, pe::RESTYPE_HTML</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> ) {}</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="class_reource_h_t_m_l_wrapper.html#aa1a95116ebcd118ce48261f2dcbab118"> 69</a></span><span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_resource_content_factory.html">ResourceContentFactory</a>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</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_abstract_byte_buffer_8h_html_aea96e09e4ebfca2845a36a4d9882f7f6"><div class="ttname"><a href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a></div><div class="ttdeci">uint64_t offset_t</div><div class="ttdef"><b>Definition:</b> <a href="_abstract_byte_buffer_8h_source.html#l00017">AbstractByteBuffer.h:17</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_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_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_executable_html_a2202e0db9d88f3be2b26fc138ddd3b5b"><div class="ttname"><a href="class_executable.html#a2202e0db9d88f3be2b26fc138ddd3b5b">Executable::addr_type</a></div><div class="ttdeci">addr_type</div><div class="ttdef"><b>Definition:</b> <a href="_executable_8h_source.html#l00035">Executable.h:35</a></div></div>
<div class="ttc" id="aclass_reource_h_t_m_l_wrapper_html"><div class="ttname"><a href="class_reource_h_t_m_l_wrapper.html">ReourceHTMLWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00059">ResourceContentWrapper.h:60</a></div></div>
<div class="ttc" id="aclass_reource_h_t_m_l_wrapper_html_aaf6e24a9090198000074c643a08ed228"><div class="ttname"><a href="class_reource_h_t_m_l_wrapper.html#aaf6e24a9090198000074c643a08ed228">ReourceHTMLWrapper::containsDataType</a></div><div class="ttdeci">virtual WrappedValue::data_type containsDataType(size_t fieldId, size_t subField=FIELD_NONE)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00062">ResourceContentWrapper.h:62</a></div></div>
<div class="ttc" id="aclass_reource_h_t_m_l_wrapper_html_ab7c2350ca773b5323b763cca55b89f1a"><div class="ttname"><a href="class_reource_h_t_m_l_wrapper.html#ab7c2350ca773b5323b763cca55b89f1a">ReourceHTMLWrapper::ReourceHTMLWrapper</a></div><div class="ttdeci">ReourceHTMLWrapper(Executable *pe, ResourceLeafWrapper *v_leaf)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00065">ResourceContentWrapper.h:65</a></div></div>
<div class="ttc" id="aclass_reource_manifest_wrapper_html"><div class="ttname"><a href="class_reource_manifest_wrapper.html">ReourceManifestWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00047">ResourceContentWrapper.h:48</a></div></div>
<div class="ttc" id="aclass_reource_manifest_wrapper_html_a922598f6cba397e5df07e6f6757ed9e5"><div class="ttname"><a href="class_reource_manifest_wrapper.html#a922598f6cba397e5df07e6f6757ed9e5">ReourceManifestWrapper::ReourceManifestWrapper</a></div><div class="ttdeci">ReourceManifestWrapper(Executable *pe, ResourceLeafWrapper *v_leaf)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00053">ResourceContentWrapper.h:53</a></div></div>
<div class="ttc" id="aclass_reource_manifest_wrapper_html_ab32f51338178cb53972aac8d39276fd5"><div class="ttname"><a href="class_reource_manifest_wrapper.html#ab32f51338178cb53972aac8d39276fd5">ReourceManifestWrapper::containsDataType</a></div><div class="ttdeci">virtual WrappedValue::data_type containsDataType(size_t fieldId, size_t subField=FIELD_NONE)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00050">ResourceContentWrapper.h:50</a></div></div>
<div class="ttc" id="aclass_resource_content_factory_html"><div class="ttname"><a href="class_resource_content_factory.html">ResourceContentFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_factory_8h_source.html#l00005">ResourceContentFactory.h:6</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html"><div class="ttname"><a href="class_resource_content_wrapper.html">ResourceContentWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00009">ResourceContentWrapper.h:10</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a0a191f56c69c5a5e9cdb4e272bf03912"><div class="ttname"><a href="class_resource_content_wrapper.html#a0a191f56c69c5a5e9cdb4e272bf03912">ResourceContentWrapper::ResourceContentWrapper</a></div><div class="ttdeci">ResourceContentWrapper(Executable *pe, ResourceLeafWrapper *v_leaf, pe::resource_type v_typeId)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00035">ResourceContentWrapper.h:35</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a1116597104df986ee72358a2e776603a"><div class="ttname"><a href="class_resource_content_wrapper.html#a1116597104df986ee72358a2e776603a">ResourceContentWrapper::getPtr</a></div><div class="ttdeci">virtual void * getPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00022">ResourceContentWrapper.h:22</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a1947080dfd20756de608c2e40029be4e"><div class="ttname"><a href="class_resource_content_wrapper.html#a1947080dfd20756de608c2e40029be4e">ResourceContentWrapper::translateType</a></div><div class="ttdeci">static QString translateType(pe::resource_type type)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8cpp_source.html#l00003">ResourceContentWrapper.cpp:3</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a1f8c6485f9736e4e2f02c83c5c584616"><div class="ttname"><a href="class_resource_content_wrapper.html#a1f8c6485f9736e4e2f02c83c5c584616">ResourceContentWrapper::getContentAt</a></div><div class="ttdeci">BYTE * getContentAt(offset_t dataAddr, Executable::addr_type aT, bufsize_t dataSize)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8cpp_source.html#l00081">ResourceContentWrapper.cpp:81</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a27630d9bfa014f5dbff2055bbd4d4562"><div class="ttname"><a href="class_resource_content_wrapper.html#a27630d9bfa014f5dbff2055bbd4d4562">ResourceContentWrapper::getContentRaw</a></div><div class="ttdeci">offset_t getContentRaw()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8cpp_source.html#l00068">ResourceContentWrapper.cpp:68</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a3f5c1d1f45d33558f59c0290e164a97c"><div class="ttname"><a href="class_resource_content_wrapper.html#a3f5c1d1f45d33558f59c0290e164a97c">ResourceContentWrapper::getFieldPtr</a></div><div class="ttdeci">virtual void * getFieldPtr(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00030">ResourceContentWrapper.h:30</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a4527414254b6c7efc6de78c861166c82"><div class="ttname"><a href="class_resource_content_wrapper.html#a4527414254b6c7efc6de78c861166c82">ResourceContentWrapper::~ResourceContentWrapper</a></div><div class="ttdeci">virtual ~ResourceContentWrapper()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00014">ResourceContentWrapper.h:14</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a5ba99253e9fa927e011c391ff3ab82d7"><div class="ttname"><a href="class_resource_content_wrapper.html#a5ba99253e9fa927e011c391ff3ab82d7">ResourceContentWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00031">ResourceContentWrapper.h:31</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a68511f91f4cb1437e0f77bd761f5b5ca"><div class="ttname"><a href="class_resource_content_wrapper.html#a68511f91f4cb1437e0f77bd761f5b5ca">ResourceContentWrapper::getName</a></div><div class="ttdeci">virtual QString getName()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00025">ResourceContentWrapper.h:25</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a84026ba06c3f1026a431e2ca56b9172a"><div class="ttname"><a href="class_resource_content_wrapper.html#a84026ba06c3f1026a431e2ca56b9172a">ResourceContentWrapper::myLeaf</a></div><div class="ttdeci">ResourceLeafWrapper * myLeaf</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00040">ResourceContentWrapper.h:40</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a84266b95950b0e8005e47ec55e703c71"><div class="ttname"><a href="class_resource_content_wrapper.html#a84266b95950b0e8005e47ec55e703c71">ResourceContentWrapper::getType</a></div><div class="ttdeci">pe::resource_type getType()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00020">ResourceContentWrapper.h:20</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a8ac99cadf3741f1befe2e002a3107591"><div class="ttname"><a href="class_resource_content_wrapper.html#a8ac99cadf3741f1befe2e002a3107591">ResourceContentWrapper::getResContentPtr</a></div><div class="ttdeci">void * getResContentPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8cpp_source.html#l00034">ResourceContentWrapper.cpp:34</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_a92215e56ef0c8ddb7e775f7b1cdb9a6c"><div class="ttname"><a href="class_resource_content_wrapper.html#a92215e56ef0c8ddb7e775f7b1cdb9a6c">ResourceContentWrapper::getFieldsCount</a></div><div class="ttdeci">virtual size_t getFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00026">ResourceContentWrapper.h:26</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_ac1352678307202294711ab666e8a2919"><div class="ttname"><a href="class_resource_content_wrapper.html#ac1352678307202294711ab666e8a2919">ResourceContentWrapper::getSubFieldsCount</a></div><div class="ttdeci">virtual size_t getSubFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00027">ResourceContentWrapper.h:27</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_ac57c5ad1d68b7d4548609850e46b8c4e"><div class="ttname"><a href="class_resource_content_wrapper.html#ac57c5ad1d68b7d4548609850e46b8c4e">ResourceContentWrapper::getSize</a></div><div class="ttdeci">virtual bufsize_t getSize()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00023">ResourceContentWrapper.h:23</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_acf3b9c996c16b047edf841a683887c74"><div class="ttname"><a href="class_resource_content_wrapper.html#acf3b9c996c16b047edf841a683887c74">ResourceContentWrapper::containsDataType</a></div><div class="ttdeci">virtual WrappedValue::data_type containsDataType(size_t fieldId, size_t subField=FIELD_NONE)</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00032">ResourceContentWrapper.h:32</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_ada5b12996cece47f1769f352019848dc"><div class="ttname"><a href="class_resource_content_wrapper.html#ada5b12996cece47f1769f352019848dc">ResourceContentWrapper::typeId</a></div><div class="ttdeci">pe::resource_type typeId</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8h_source.html#l00041">ResourceContentWrapper.h:41</a></div></div>
<div class="ttc" id="aclass_resource_content_wrapper_html_ae7340c05c2299bc068bc6adbf2d4ac58"><div class="ttname"><a href="class_resource_content_wrapper.html#ae7340c05c2299bc068bc6adbf2d4ac58">ResourceContentWrapper::getResContentSize</a></div><div class="ttdeci">bufsize_t getResContentSize()</div><div class="ttdef"><b>Definition:</b> <a href="_resource_content_wrapper_8cpp_source.html#l00053">ResourceContentWrapper.cpp:53</a></div></div>
<div class="ttc" id="aclass_resource_leaf_wrapper_html"><div class="ttname"><a href="class_resource_leaf_wrapper.html">ResourceLeafWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_resource_leaf_wrapper_8h_source.html#l00009">ResourceLeafWrapper.h:10</a></div></div>
<div class="ttc" id="aclass_wrapped_value_html_a70fcd4afb963d228e1f84fc422d13e0a"><div class="ttname"><a href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0a">WrappedValue::data_type</a></div><div class="ttdeci">data_type</div><div class="ttdef"><b>Definition:</b> <a href="_wrapped_value_8h_source.html#l00015">WrappedValue.h:15</a></div></div>
<div class="ttc" id="aclass_wrapped_value_html_a70fcd4afb963d228e1f84fc422d13e0aaa3a63d5724d6624f3752721825bbfd8f"><div class="ttname"><a href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0aaa3a63d5724d6624f3752721825bbfd8f">WrappedValue::COMPLEX</a></div><div class="ttdeci">@ COMPLEX</div><div class="ttdef"><b>Definition:</b> <a href="_wrapped_value_8h_source.html#l00020">WrappedValue.h:20</a></div></div>
<div class="ttc" id="aclass_wrapped_value_html_a70fcd4afb963d228e1f84fc422d13e0aad8b842fd00d4b14f0473c9663dea2c0b"><div class="ttname"><a href="class_wrapped_value.html#a70fcd4afb963d228e1f84fc422d13e0aad8b842fd00d4b14f0473c9663dea2c0b">WrappedValue::STRING</a></div><div class="ttdeci">@ STRING</div><div class="ttdef"><b>Definition:</b> <a href="_wrapped_value_8h_source.html#l00018">WrappedValue.h:18</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<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>