mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
173 lines
26 KiB
HTML
173 lines
26 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/MappedExe.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> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">MappedExe.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_mapped_exe_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><span class="preprocessor">#include <map></span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include "<a class="code" href="_executable_8h.html">Executable.h</a>"</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include "<a class="code" href="_exe_element_wrapper_8h.html">ExeElementWrapper.h</a>"</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"><a class="line" href="class_exe_wrappers_container.html"> 7</a></span><span class="keyword">class </span><a class="code hl_class" href="class_exe_wrappers_container.html">ExeWrappersContainer</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"> 9</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195ba"> 10</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195ba">WRAPPERS</a> {</div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa56e88c8b27cfa1d4ec1bba2147c5ab73"> 11</a></span> <a class="code hl_enumvalue" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa56e88c8b27cfa1d4ec1bba2147c5ab73">WR_NONE</a> = size_t(-1),</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <a class="code hl_enumvalue" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa9722ac832e8fe6028a3e8244b14d1113">COUNT_WRAPPERS</a> = 0</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa9722ac832e8fe6028a3e8244b14d1113"> 13</a></span> };</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#a0a27d87b01905e3c9fbf60f52bccdec3"> 15</a></span> <a class="code hl_function" href="class_exe_wrappers_container.html#a0a27d87b01905e3c9fbf60f52bccdec3">ExeWrappersContainer</a>() { }</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#a212fd614e82c39a942aaa1b07fc9d06d"> 16</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="class_exe_wrappers_container.html#a212fd614e82c39a942aaa1b07fc9d06d">~ExeWrappersContainer</a>(<span class="keywordtype">void</span>) { <a class="code hl_function" href="class_exe_wrappers_container.html#a54af5aa313aaa568653fb32395a80195">clearWrappers</a>(); }</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"> 18</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_exe_element_wrapper.html">ExeElementWrapper</a>* <a class="code hl_function" href="class_exe_wrappers_container.html#adb485acf2f9b4ad9b32d73f15ef9bec3">getWrapper</a>(<span class="keywordtype">size_t</span> wrapperId);</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_exe_wrappers_container.html#a320d0e2d4475f1bd5c36f93fdea9f43e"> 20</a></span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_exe_wrappers_container.html#a320d0e2d4475f1bd5c36f93fdea9f43e">wrappersCount</a>() { <span class="keywordflow">return</span> <a class="code hl_variable" href="class_exe_wrappers_container.html#a1951bc11aa86eb00c6a3c9044a58655b">wrappers</a>.size(); }</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> QString <a class="code hl_function" href="class_exe_wrappers_container.html#a40ba34d51398f65635a8f2aae7188745">getWrapperName</a>(<span class="keywordtype">size_t</span> <span class="keywordtype">id</span>);</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="keyword">protected</span>:</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="class_exe_wrappers_container.html#a8bd5ec898de13cafe645dc6f3bad76bf"> 24</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_exe_wrappers_container.html#a8bd5ec898de13cafe645dc6f3bad76bf">wrap</a>(<a class="code hl_class" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *v_buf) = 0;</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_exe_wrappers_container.html#a54af5aa313aaa568653fb32395a80195">clearWrappers</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"><a class="line" href="class_exe_wrappers_container.html#a1951bc11aa86eb00c6a3c9044a58655b"> 27</a></span> std::map<size_t, ExeElementWrapper*> <a class="code hl_variable" href="class_exe_wrappers_container.html#a1951bc11aa86eb00c6a3c9044a58655b">wrappers</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> </div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="class_mapped_exe.html"> 30</a></span><span class="keyword">class </span><a class="code hl_class" href="class_mapped_exe.html">MappedExe</a> : <span class="keyword">public</span> <a class="code hl_class" href="class_executable.html">Executable</a>, <span class="keyword">public</span> <a class="code hl_class" href="class_exe_wrappers_container.html">ExeWrappersContainer</a> {</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="class_mapped_exe.html#a936dd29ca35e9234aa8b9c800034d28d"> 32</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_mapped_exe.html#a936dd29ca35e9234aa8b9c800034d28d">wrap</a>() { <span class="keywordflow">return</span> <a class="code hl_function" href="class_mapped_exe.html#a936dd29ca35e9234aa8b9c800034d28d">wrap</a>(this-><a class="code hl_variable" href="class_executable.html#a0763ee39e64c17cc9488de63de79390e">buf</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"><a class="line" href="class_mapped_exe.html#a0086dbc7e88025fc100cd258d1aa7df4"> 34</a></span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_mapped_exe.html#a0086dbc7e88025fc100cd258d1aa7df4">canResize</a>(<a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> newSize)</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"> 36</span> <span class="comment">// disabled by default</span></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> }</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_mapped_exe.html#a48c66e1ace578bb506e5beb7f1b661cc"> 40</a></span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="class_mapped_exe.html#a48c66e1ace578bb506e5beb7f1b661cc">resize</a>(<a class="code hl_typedef" href="_abstract_byte_buffer_8h.html#a9067dc831274514d508e98df05bf015d">bufsize_t</a> newSize)</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> {</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="class_mapped_exe.html#a0086dbc7e88025fc100cd258d1aa7df4">canResize</a>(newSize)) <span class="keywordflow">return</span> <span class="keyword">false</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"> 44</span> <span class="keywordflow">if</span> (<a class="code hl_function" href="class_executable.html#ab87eef44bb2ba2cdd64f830d7f067d31">Executable::resize</a>(newSize)) {</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <a class="code hl_function" href="class_mapped_exe.html#a936dd29ca35e9234aa8b9c800034d28d">wrap</a>();</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordflow">return</span> <span class="keyword">true</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"> 48</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> }</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"> 51</span><span class="keyword">protected</span>:</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="class_mapped_exe.html#a13b467d7d3f93744f9ea586d72b8102b"> 52</a></span> <a class="code hl_function" href="class_mapped_exe.html#a13b467d7d3f93744f9ea586d72b8102b">MappedExe</a>(<a class="code hl_class" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *v_buf, <a class="code hl_enumeration" href="class_executable.html#a2f0aa130b569d7d8f56ec7c746d08684">exe_bits</a> v_bitMode)</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> : <a class="code hl_class" href="class_executable.html">Executable</a>(v_buf, v_bitMode), <a class="code hl_class" href="class_exe_wrappers_container.html">ExeWrappersContainer</a>() { }</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="class_mapped_exe.html#a52208472264ac3e8f7e0de9cf8cc8ec2"> 55</a></span> <span class="keyword">virtual</span> <a class="code hl_function" href="class_mapped_exe.html#a52208472264ac3e8f7e0de9cf8cc8ec2">~MappedExe</a>(<span class="keywordtype">void</span>) { }</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="class_mapped_exe.html#af7bed138e662b4551ea3e9c8cd2edf94"> 57</a></span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_mapped_exe.html#af7bed138e662b4551ea3e9c8cd2edf94">wrap</a>(<a class="code hl_class" href="class_abstract_byte_buffer.html">AbstractByteBuffer</a> *v_buf) = 0;</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_exe_element_wrapper_8h_html"><div class="ttname"><a href="_exe_element_wrapper_8h.html">ExeElementWrapper.h</a></div></div>
|
|
<div class="ttc" id="a_executable_8h_html"><div class="ttname"><a href="_executable_8h.html">Executable.h</a></div></div>
|
|
<div class="ttc" id="aclass_abstract_byte_buffer_html"><div class="ttname"><a href="class_abstract_byte_buffer.html">AbstractByteBuffer</a></div><div class="ttdef"><b>Definition:</b> <a href="_abstract_byte_buffer_8h_source.html#l00031">AbstractByteBuffer.h:32</a></div></div>
|
|
<div class="ttc" id="aclass_exe_element_wrapper_html"><div class="ttname"><a href="class_exe_element_wrapper.html">ExeElementWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="_exe_element_wrapper_8h_source.html#l00011">ExeElementWrapper.h:12</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html"><div class="ttname"><a href="class_exe_wrappers_container.html">ExeWrappersContainer</a></div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00007">MappedExe.h:8</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a0a27d87b01905e3c9fbf60f52bccdec3"><div class="ttname"><a href="class_exe_wrappers_container.html#a0a27d87b01905e3c9fbf60f52bccdec3">ExeWrappersContainer::ExeWrappersContainer</a></div><div class="ttdeci">ExeWrappersContainer()</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00015">MappedExe.h:15</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a1951bc11aa86eb00c6a3c9044a58655b"><div class="ttname"><a href="class_exe_wrappers_container.html#a1951bc11aa86eb00c6a3c9044a58655b">ExeWrappersContainer::wrappers</a></div><div class="ttdeci">std::map< size_t, ExeElementWrapper * > wrappers</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00027">MappedExe.h:27</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a212fd614e82c39a942aaa1b07fc9d06d"><div class="ttname"><a href="class_exe_wrappers_container.html#a212fd614e82c39a942aaa1b07fc9d06d">ExeWrappersContainer::~ExeWrappersContainer</a></div><div class="ttdeci">virtual ~ExeWrappersContainer(void)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00016">MappedExe.h:16</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a320d0e2d4475f1bd5c36f93fdea9f43e"><div class="ttname"><a href="class_exe_wrappers_container.html#a320d0e2d4475f1bd5c36f93fdea9f43e">ExeWrappersContainer::wrappersCount</a></div><div class="ttdeci">size_t wrappersCount()</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00020">MappedExe.h:20</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a40ba34d51398f65635a8f2aae7188745"><div class="ttname"><a href="class_exe_wrappers_container.html#a40ba34d51398f65635a8f2aae7188745">ExeWrappersContainer::getWrapperName</a></div><div class="ttdeci">QString getWrapperName(size_t id)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8cpp_source.html#l00019">MappedExe.cpp:19</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a54af5aa313aaa568653fb32395a80195"><div class="ttname"><a href="class_exe_wrappers_container.html#a54af5aa313aaa568653fb32395a80195">ExeWrappersContainer::clearWrappers</a></div><div class="ttdeci">void clearWrappers()</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8cpp_source.html#l00003">MappedExe.cpp:3</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_a8bd5ec898de13cafe645dc6f3bad76bf"><div class="ttname"><a href="class_exe_wrappers_container.html#a8bd5ec898de13cafe645dc6f3bad76bf">ExeWrappersContainer::wrap</a></div><div class="ttdeci">virtual void wrap(AbstractByteBuffer *v_buf)=0</div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_adb485acf2f9b4ad9b32d73f15ef9bec3"><div class="ttname"><a href="class_exe_wrappers_container.html#adb485acf2f9b4ad9b32d73f15ef9bec3">ExeWrappersContainer::getWrapper</a></div><div class="ttdeci">virtual ExeElementWrapper * getWrapper(size_t wrapperId)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8cpp_source.html#l00013">MappedExe.cpp:13</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_aed42e01f70986d8dff3fda4925b195ba"><div class="ttname"><a href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195ba">ExeWrappersContainer::WRAPPERS</a></div><div class="ttdeci">WRAPPERS</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00010">MappedExe.h:10</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_aed42e01f70986d8dff3fda4925b195baa56e88c8b27cfa1d4ec1bba2147c5ab73"><div class="ttname"><a href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa56e88c8b27cfa1d4ec1bba2147c5ab73">ExeWrappersContainer::WR_NONE</a></div><div class="ttdeci">@ WR_NONE</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00011">MappedExe.h:11</a></div></div>
|
|
<div class="ttc" id="aclass_exe_wrappers_container_html_aed42e01f70986d8dff3fda4925b195baa9722ac832e8fe6028a3e8244b14d1113"><div class="ttname"><a href="class_exe_wrappers_container.html#aed42e01f70986d8dff3fda4925b195baa9722ac832e8fe6028a3e8244b14d1113">ExeWrappersContainer::COUNT_WRAPPERS</a></div><div class="ttdeci">@ COUNT_WRAPPERS</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00013">MappedExe.h:12</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_a0763ee39e64c17cc9488de63de79390e"><div class="ttname"><a href="class_executable.html#a0763ee39e64c17cc9488de63de79390e">Executable::buf</a></div><div class="ttdeci">AbstractByteBuffer * buf</div><div class="ttdef"><b>Definition:</b> <a href="_executable_8h_source.html#l00125">Executable.h:125</a></div></div>
|
|
<div class="ttc" id="aclass_executable_html_a2f0aa130b569d7d8f56ec7c746d08684"><div class="ttname"><a href="class_executable.html#a2f0aa130b569d7d8f56ec7c746d08684">Executable::exe_bits</a></div><div class="ttdeci">exe_bits</div><div class="ttdef"><b>Definition:</b> <a href="_executable_8h_source.html#l00028">Executable.h:28</a></div></div>
|
|
<div class="ttc" id="aclass_executable_html_ab87eef44bb2ba2cdd64f830d7f067d31"><div class="ttname"><a href="class_executable.html#ab87eef44bb2ba2cdd64f830d7f067d31">Executable::resize</a></div><div class="ttdeci">virtual bool resize(bufsize_t newSize)</div><div class="ttdef"><b>Definition:</b> <a href="_executable_8h_source.html#l00109">Executable.h:109</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html"><div class="ttname"><a href="class_mapped_exe.html">MappedExe</a></div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00030">MappedExe.h:30</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_a0086dbc7e88025fc100cd258d1aa7df4"><div class="ttname"><a href="class_mapped_exe.html#a0086dbc7e88025fc100cd258d1aa7df4">MappedExe::canResize</a></div><div class="ttdeci">virtual bool canResize(bufsize_t newSize)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00034">MappedExe.h:34</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_a13b467d7d3f93744f9ea586d72b8102b"><div class="ttname"><a href="class_mapped_exe.html#a13b467d7d3f93744f9ea586d72b8102b">MappedExe::MappedExe</a></div><div class="ttdeci">MappedExe(AbstractByteBuffer *v_buf, exe_bits v_bitMode)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00052">MappedExe.h:52</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_a48c66e1ace578bb506e5beb7f1b661cc"><div class="ttname"><a href="class_mapped_exe.html#a48c66e1ace578bb506e5beb7f1b661cc">MappedExe::resize</a></div><div class="ttdeci">virtual bool resize(bufsize_t newSize)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00040">MappedExe.h:40</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_a52208472264ac3e8f7e0de9cf8cc8ec2"><div class="ttname"><a href="class_mapped_exe.html#a52208472264ac3e8f7e0de9cf8cc8ec2">MappedExe::~MappedExe</a></div><div class="ttdeci">virtual ~MappedExe(void)</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00055">MappedExe.h:55</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_a936dd29ca35e9234aa8b9c800034d28d"><div class="ttname"><a href="class_mapped_exe.html#a936dd29ca35e9234aa8b9c800034d28d">MappedExe::wrap</a></div><div class="ttdeci">virtual void wrap()</div><div class="ttdef"><b>Definition:</b> <a href="_mapped_exe_8h_source.html#l00032">MappedExe.h:32</a></div></div>
|
|
<div class="ttc" id="aclass_mapped_exe_html_af7bed138e662b4551ea3e9c8cd2edf94"><div class="ttname"><a href="class_mapped_exe.html#af7bed138e662b4551ea3e9c8cd2edf94">MappedExe::wrap</a></div><div class="ttdeci">virtual void wrap(AbstractByteBuffer *v_buf)=0</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>
|