Files
hasherezade-bearparser/_exception_dir_wrapper_8h_source.html
T
2023-03-15 23:02:50 +00:00

198 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/ExceptionDirWrapper.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> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">ExceptionDirWrapper.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_exception_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 &quot;<a class="code" href="_data_dir_entry_wrapper_8h.html">DataDirEntryWrapper.h</a>&quot;</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"> 5</span><span class="keyword">class </span><a class="code hl_class" href="class_exception_entry_wrapper.html">ExceptionEntryWrapper</a>;</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">class </span><a class="code hl_class" href="class_exception_dir_wrapper.html">ExceptionDirWrapper</a>;</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html"> 8</a></span><span class="keyword">class </span><a class="code hl_class" href="class_exception_dir_wrapper.html">ExceptionDirWrapper</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="l00009" name="l00009"></a><span class="lineno"> 9</span>{</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#a1f62d74773a39a6e2f25da0e58c05dcf"> 11</a></span> <a class="code hl_function" href="class_exception_dir_wrapper.html#a1f62d74773a39a6e2f25da0e58c05dcf">ExceptionDirWrapper</a>(<a class="code hl_class" href="class_p_e_file.html">PEFile</a>* pe)</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> : <a class="code hl_class" href="class_data_dir_entry_wrapper.html">DataDirEntryWrapper</a>(pe, pe::DIR_EXCEPTION), parsedSize(0) { <a class="code hl_function" href="class_exception_dir_wrapper.html#a9780166edee43854b4bdbe996e076ff1">wrap</a>(); }</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"> 14</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_exception_dir_wrapper.html#a9780166edee43854b4bdbe996e076ff1">wrap</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"><a class="line" href="class_exception_dir_wrapper.html#a5e60015a98ab487a148d830c59214138"> 16</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_exception_dir_wrapper.html#a5e60015a98ab487a148d830c59214138">getPtr</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_exception_dir_wrapper.html#a7adac67ef4696bfd93299fcaf7a59403">exceptFunc64</a>(); }</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#a63ffd78fb80906e819be8911c0af1454"> 17</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_exception_dir_wrapper.html#a63ffd78fb80906e819be8911c0af1454">getSize</a>() { <span class="keywordflow">return</span> parsedSize; }</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#a2fec844847e6de758559effaf68bc6e2"> 19</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_exception_dir_wrapper.html#a2fec844847e6de758559effaf68bc6e2">getName</a>() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Exceptions Dir.&quot;</span>; }</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#a4732a99b84a6ed3f8ae291b8637099bf"> 20</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_exception_dir_wrapper.html#a4732a99b84a6ed3f8ae291b8637099bf">getFieldsCount</a>() { <span class="keywordflow">return</span> <a class="code hl_variable" href="class_exe_node_wrapper.html#a7c22babccbf1bc935ad563d06c450995">entries</a>.size(); }</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_exception_dir_wrapper.html#a69fd3a9ac196c25a478d051ddd34e4c3"> 22</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_exception_dir_wrapper.html#a69fd3a9ac196c25a478d051ddd34e4c3">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="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#ad14830f6f55f2a82a77c207b87ae8f67"> 23</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_exception_dir_wrapper.html#ad14830f6f55f2a82a77c207b87ae8f67">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId) { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Exceptions Block&quot;</span>; }</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="class_exception_dir_wrapper.html#a0835ea57f6b5707560182507cc5344b6"> 24</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_exception_dir_wrapper.html#a0835ea57f6b5707560182507cc5344b6">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="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> IMAGE_IA64_RUNTIME_FUNCTION_ENTRY* <a class="code hl_function" href="class_exception_dir_wrapper.html#a7adac67ef4696bfd93299fcaf7a59403">exceptFunc64</a>();</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="keyword">private</span>:</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> parsedSize;</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"><a class="line" href="class_exception_dir_wrapper.html#a658cfc82f99748458274f6834239dc27"> 32</a></span><span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_exception_entry_wrapper.html">ExceptionEntryWrapper</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> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html"> 36</a></span><span class="keyword">class </span><a class="code hl_class" href="class_exception_entry_wrapper.html">ExceptionEntryWrapper</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="l00037" name="l00037"></a><span class="lineno"> 37</span>{</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// fields :</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963fa"> 40</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963fa">ExceptionBlockFID</a> {</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3c9f6c0e85bf94b86507faa162ae6d75"> 41</a></span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3c9f6c0e85bf94b86507faa162ae6d75">NONE</a> = <a class="code hl_define" href="_exe_element_wrapper_8h.html#ae810f8925d2f98da8659d53ce26b5b5c">FIELD_NONE</a>,</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3a6b575509c2cabaf82ca0d17c0b0ced"> 42</a></span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3a6b575509c2cabaf82ca0d17c0b0ced">BEGIN_ADDR</a>,</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faacac5bc77db162f5c15f058e2c68ad166"> 43</a></span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faacac5bc77db162f5c15f058e2c68ad166">END_ADDR</a>,</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa79212ef4241418e80bb4770198792cf6"> 44</a></span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa79212ef4241418e80bb4770198792cf6">UNWIND_INFO_ADDR</a>,</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa9ab51a13e13d8850f1377d66baf13264">FIELD_COUNTER</a></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa9ab51a13e13d8850f1377d66baf13264"> 46</a></span> };</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a314c3e64aa3aeed05310b6bda3d45419"> 48</a></span> <a class="code hl_function" href="class_exception_entry_wrapper.html#a314c3e64aa3aeed05310b6bda3d45419">ExceptionEntryWrapper</a>(<a class="code hl_class" href="class_executable.html">Executable</a> *pe, <a class="code hl_class" href="class_exception_dir_wrapper.html">ExceptionDirWrapper</a> *parentDir, <span class="keywordtype">size_t</span> entryNumber)</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> : <a class="code hl_class" href="class_exe_node_wrapper.html">ExeNodeWrapper</a>(pe, parentDir, entryNumber), cachedRaw(<a class="code hl_variable" href="_abstract_byte_buffer_8h.html#ab99058386f4a8bc4e8cd07fad8198178">INVALID_ADDR</a>) { this-&gt;parentDir = parentDir;}</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a410c44c5ed1cb185a004f69cdfb2ec35"> 51</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_exception_entry_wrapper.html#a410c44c5ed1cb185a004f69cdfb2ec35">wrap</a>() { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="comment">// full structure boundaries</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_exception_entry_wrapper.html#a1ecd385f9c3e17306844d5a32be36461">getPtr</a>();</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> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> <a class="code hl_function" href="class_exception_entry_wrapper.html#af1c5b4de8a2edef746e369f509187b8a">getSize</a>();</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a362b78feca058d44eaed898a6bae0ba7"> 57</a></span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_exception_entry_wrapper.html#a362b78feca058d44eaed898a6bae0ba7">getName</a>() { <span class="keywordflow">return</span> <span class="stringliteral">&quot;Exceptions Block&quot;</span>; }</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#a198838fc11ba460d4a457a17b7191636"> 58</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_exception_entry_wrapper.html#a198838fc11ba460d4a457a17b7191636">getFieldsCount</a>() { <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa9ab51a13e13d8850f1377d66baf13264">FIELD_COUNTER</a>; }</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="class_exception_entry_wrapper.html#aa59cce7ebb50277f06d1634482218e99"> 59</a></span> <span class="keyword">virtual</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_exception_entry_wrapper.html#aa59cce7ebb50277f06d1634482218e99">getSubFieldsCount</a>() { <span class="keywordflow">return</span> 1; }</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="comment">// specific field boundaries</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span>* <a class="code hl_function" href="class_exception_entry_wrapper.html#a454e9c26a5751953294ce26d16734809">getFieldPtr</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>);</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">virtual</span> QString <a class="code hl_function" href="class_exception_entry_wrapper.html#aeb778b5462b2c60120e6b91a36c45f04">getFieldName</a>(<span class="keywordtype">size_t</span> fieldId);</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="class_executable.html#a2202e0db9d88f3be2b26fc138ddd3b5b">Executable::addr_type</a> <a class="code hl_function" href="class_exception_entry_wrapper.html#ae9404e5cb638b5c444aec3ffefacf096">containsAddrType</a>(<span class="keywordtype">size_t</span> fieldId, <span class="keywordtype">size_t</span> subField);</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#aea96e09e4ebfca2845a36a4d9882f7f6">offset_t</a> cachedRaw;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <a class="code hl_class" href="class_exception_dir_wrapper.html">ExceptionDirWrapper</a>* parentDir;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span>};</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_ab99058386f4a8bc4e8cd07fad8198178"><div class="ttname"><a href="_abstract_byte_buffer_8h.html#ab99058386f4a8bc4e8cd07fad8198178">INVALID_ADDR</a></div><div class="ttdeci">const offset_t INVALID_ADDR</div><div class="ttdef"><b>Definition:</b> <a href="_abstract_byte_buffer_8h_source.html#l00018">AbstractByteBuffer.h:18</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_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_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_exception_dir_wrapper_html"><div class="ttname"><a href="class_exception_dir_wrapper.html">ExceptionDirWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00008">ExceptionDirWrapper.h:9</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a0835ea57f6b5707560182507cc5344b6"><div class="ttname"><a href="class_exception_dir_wrapper.html#a0835ea57f6b5707560182507cc5344b6">ExceptionDirWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00024">ExceptionDirWrapper.h:24</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a1f62d74773a39a6e2f25da0e58c05dcf"><div class="ttname"><a href="class_exception_dir_wrapper.html#a1f62d74773a39a6e2f25da0e58c05dcf">ExceptionDirWrapper::ExceptionDirWrapper</a></div><div class="ttdeci">ExceptionDirWrapper(PEFile *pe)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00011">ExceptionDirWrapper.h:11</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a2fec844847e6de758559effaf68bc6e2"><div class="ttname"><a href="class_exception_dir_wrapper.html#a2fec844847e6de758559effaf68bc6e2">ExceptionDirWrapper::getName</a></div><div class="ttdeci">virtual QString getName()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00019">ExceptionDirWrapper.h:19</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a4732a99b84a6ed3f8ae291b8637099bf"><div class="ttname"><a href="class_exception_dir_wrapper.html#a4732a99b84a6ed3f8ae291b8637099bf">ExceptionDirWrapper::getFieldsCount</a></div><div class="ttdeci">virtual size_t getFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00020">ExceptionDirWrapper.h:20</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a5e60015a98ab487a148d830c59214138"><div class="ttname"><a href="class_exception_dir_wrapper.html#a5e60015a98ab487a148d830c59214138">ExceptionDirWrapper::getPtr</a></div><div class="ttdeci">virtual void * getPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00016">ExceptionDirWrapper.h:16</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a63ffd78fb80906e819be8911c0af1454"><div class="ttname"><a href="class_exception_dir_wrapper.html#a63ffd78fb80906e819be8911c0af1454">ExceptionDirWrapper::getSize</a></div><div class="ttdeci">virtual bufsize_t getSize()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00017">ExceptionDirWrapper.h:17</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a69fd3a9ac196c25a478d051ddd34e4c3"><div class="ttname"><a href="class_exception_dir_wrapper.html#a69fd3a9ac196c25a478d051ddd34e4c3">ExceptionDirWrapper::getFieldPtr</a></div><div class="ttdeci">virtual void * getFieldPtr(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00022">ExceptionDirWrapper.h:22</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a7adac67ef4696bfd93299fcaf7a59403"><div class="ttname"><a href="class_exception_dir_wrapper.html#a7adac67ef4696bfd93299fcaf7a59403">ExceptionDirWrapper::exceptFunc64</a></div><div class="ttdeci">IMAGE_IA64_RUNTIME_FUNCTION_ENTRY * exceptFunc64()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00041">ExceptionDirWrapper.cpp:41</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_a9780166edee43854b4bdbe996e076ff1"><div class="ttname"><a href="class_exception_dir_wrapper.html#a9780166edee43854b4bdbe996e076ff1">ExceptionDirWrapper::wrap</a></div><div class="ttdeci">bool wrap()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00012">ExceptionDirWrapper.cpp:12</a></div></div>
<div class="ttc" id="aclass_exception_dir_wrapper_html_ad14830f6f55f2a82a77c207b87ae8f67"><div class="ttname"><a href="class_exception_dir_wrapper.html#ad14830f6f55f2a82a77c207b87ae8f67">ExceptionDirWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00023">ExceptionDirWrapper.h:23</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html"><div class="ttname"><a href="class_exception_entry_wrapper.html">ExceptionEntryWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00036">ExceptionDirWrapper.h:37</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a198838fc11ba460d4a457a17b7191636"><div class="ttname"><a href="class_exception_entry_wrapper.html#a198838fc11ba460d4a457a17b7191636">ExceptionEntryWrapper::getFieldsCount</a></div><div class="ttdeci">virtual size_t getFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00058">ExceptionDirWrapper.h:58</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a1ecd385f9c3e17306844d5a32be36461"><div class="ttname"><a href="class_exception_entry_wrapper.html#a1ecd385f9c3e17306844d5a32be36461">ExceptionEntryWrapper::getPtr</a></div><div class="ttdeci">virtual void * getPtr()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00053">ExceptionDirWrapper.cpp:53</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a314c3e64aa3aeed05310b6bda3d45419"><div class="ttname"><a href="class_exception_entry_wrapper.html#a314c3e64aa3aeed05310b6bda3d45419">ExceptionEntryWrapper::ExceptionEntryWrapper</a></div><div class="ttdeci">ExceptionEntryWrapper(Executable *pe, ExceptionDirWrapper *parentDir, size_t entryNumber)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00048">ExceptionDirWrapper.h:48</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a362b78feca058d44eaed898a6bae0ba7"><div class="ttname"><a href="class_exception_entry_wrapper.html#a362b78feca058d44eaed898a6bae0ba7">ExceptionEntryWrapper::getName</a></div><div class="ttdeci">virtual QString getName()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00057">ExceptionDirWrapper.h:57</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a410c44c5ed1cb185a004f69cdfb2ec35"><div class="ttname"><a href="class_exception_entry_wrapper.html#a410c44c5ed1cb185a004f69cdfb2ec35">ExceptionEntryWrapper::wrap</a></div><div class="ttdeci">bool wrap()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00051">ExceptionDirWrapper.h:51</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a454e9c26a5751953294ce26d16734809"><div class="ttname"><a href="class_exception_entry_wrapper.html#a454e9c26a5751953294ce26d16734809">ExceptionEntryWrapper::getFieldPtr</a></div><div class="ttdeci">virtual void * getFieldPtr(size_t fieldId, size_t subField=FIELD_NONE)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00076">ExceptionDirWrapper.cpp:76</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963fa"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963fa">ExceptionEntryWrapper::ExceptionBlockFID</a></div><div class="ttdeci">ExceptionBlockFID</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00040">ExceptionDirWrapper.h:40</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963faa3a6b575509c2cabaf82ca0d17c0b0ced"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3a6b575509c2cabaf82ca0d17c0b0ced">ExceptionEntryWrapper::BEGIN_ADDR</a></div><div class="ttdeci">@ BEGIN_ADDR</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00042">ExceptionDirWrapper.h:42</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963faa3c9f6c0e85bf94b86507faa162ae6d75"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa3c9f6c0e85bf94b86507faa162ae6d75">ExceptionEntryWrapper::NONE</a></div><div class="ttdeci">@ NONE</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00041">ExceptionDirWrapper.h:41</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963faa79212ef4241418e80bb4770198792cf6"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa79212ef4241418e80bb4770198792cf6">ExceptionEntryWrapper::UNWIND_INFO_ADDR</a></div><div class="ttdeci">@ UNWIND_INFO_ADDR</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00044">ExceptionDirWrapper.h:44</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963faa9ab51a13e13d8850f1377d66baf13264"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faa9ab51a13e13d8850f1377d66baf13264">ExceptionEntryWrapper::FIELD_COUNTER</a></div><div class="ttdeci">@ FIELD_COUNTER</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00046">ExceptionDirWrapper.h:45</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_a84568192904db189455113ad1f4963faacac5bc77db162f5c15f058e2c68ad166"><div class="ttname"><a href="class_exception_entry_wrapper.html#a84568192904db189455113ad1f4963faacac5bc77db162f5c15f058e2c68ad166">ExceptionEntryWrapper::END_ADDR</a></div><div class="ttdeci">@ END_ADDR</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00043">ExceptionDirWrapper.h:43</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_aa59cce7ebb50277f06d1634482218e99"><div class="ttname"><a href="class_exception_entry_wrapper.html#aa59cce7ebb50277f06d1634482218e99">ExceptionEntryWrapper::getSubFieldsCount</a></div><div class="ttdeci">virtual size_t getSubFieldsCount()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8h_source.html#l00059">ExceptionDirWrapper.h:59</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_ae9404e5cb638b5c444aec3ffefacf096"><div class="ttname"><a href="class_exception_entry_wrapper.html#ae9404e5cb638b5c444aec3ffefacf096">ExceptionEntryWrapper::containsAddrType</a></div><div class="ttdeci">virtual Executable::addr_type containsAddrType(size_t fieldId, size_t subField)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00099">ExceptionDirWrapper.cpp:99</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_aeb778b5462b2c60120e6b91a36c45f04"><div class="ttname"><a href="class_exception_entry_wrapper.html#aeb778b5462b2c60120e6b91a36c45f04">ExceptionEntryWrapper::getFieldName</a></div><div class="ttdeci">virtual QString getFieldName(size_t fieldId)</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00089">ExceptionDirWrapper.cpp:89</a></div></div>
<div class="ttc" id="aclass_exception_entry_wrapper_html_af1c5b4de8a2edef746e369f509187b8a"><div class="ttname"><a href="class_exception_entry_wrapper.html#af1c5b4de8a2edef746e369f509187b8a">ExceptionEntryWrapper::getSize</a></div><div class="ttdeci">virtual bufsize_t getSize()</div><div class="ttdef"><b>Definition:</b> <a href="_exception_dir_wrapper_8cpp_source.html#l00068">ExceptionDirWrapper.cpp:68</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&lt; ExeNodeWrapper * &gt; 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_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_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&#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>