<!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"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Theodosius: theo::theo_t Class Reference</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 style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Theodosius  <span id="projectnumber">v3.0</span> </div> <div id="projectbrief">Jit linker, mapper, obfuscator, and mutator</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.1 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(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"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacetheo.html">theo</a></li><li class="navelem"><a class="el" href="classtheo_1_1theo__t.html">theo_t</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> | <a href="classtheo_1_1theo__t-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">theo::theo_t Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>the main class which encapsulates a symbol table, decomp, and recomp objects. This class is a bridge that connects all three: decomp, obf, recomp. <a href="classtheo_1_1theo__t.html#details">More...</a></p> <p><code>#include <<a class="el" href="theo_8hpp_source.html">theo.hpp</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a0a9ae3322261b97cf1dc47c908ef3c6d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtheo_1_1theo__t.html#a0a9ae3322261b97cf1dc47c908ef3c6d">theo_t</a> (std::vector< std::uint8_t > &lib, <a class="el" href="namespacetheo.html#a66efe2c63e06764fb2d9a378c688c680">lnk_fns_t</a> lnkr_fns, const std::string &&entry_sym)</td></tr> <tr class="memdesc:a0a9ae3322261b97cf1dc47c908ef3c6d"><td class="mdescLeft"> </td><td class="mdescRight">explicit constructor for theo class. <a href="classtheo_1_1theo__t.html#a0a9ae3322261b97cf1dc47c908ef3c6d">More...</a><br /></td></tr> <tr class="separator:a0a9ae3322261b97cf1dc47c908ef3c6d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4987a745a15df0609d437c6af8c057ea"><td class="memItemLeft" align="right" valign="top">std::optional< std::uint32_t > </td><td class="memItemRight" valign="bottom"><a class="el" href="classtheo_1_1theo__t.html#a4987a745a15df0609d437c6af8c057ea">decompose</a> ()</td></tr> <tr class="memdesc:a4987a745a15df0609d437c6af8c057ea"><td class="mdescLeft"> </td><td class="mdescRight">decomposes the lib file and return the number of symbols that are used. <a href="classtheo_1_1theo__t.html#a4987a745a15df0609d437c6af8c057ea">More...</a><br /></td></tr> <tr class="separator:a4987a745a15df0609d437c6af8c057ea"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a39e067dd71f82b437c6a418d41e38b27"><td class="memItemLeft" align="right" valign="top">std::uintptr_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classtheo_1_1theo__t.html#a39e067dd71f82b437c6a418d41e38b27">compose</a> ()</td></tr> <tr class="memdesc:a39e067dd71f82b437c6a418d41e38b27"><td class="mdescLeft"> </td><td class="mdescRight">compose the decomposed module. This will run obfuscation passes, the map and resolve symbols to each other. <a href="classtheo_1_1theo__t.html#a39e067dd71f82b437c6a418d41e38b27">More...</a><br /></td></tr> <tr class="separator:a39e067dd71f82b437c6a418d41e38b27"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a97c52bda4b07a456ff1ea6f3c1cdbe24"><td class="memItemLeft" align="right" valign="top">std::uintptr_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classtheo_1_1theo__t.html#a97c52bda4b07a456ff1ea6f3c1cdbe24">resolve</a> (const std::string &&sym)</td></tr> <tr class="memdesc:a97c52bda4b07a456ff1ea6f3c1cdbe24"><td class="mdescLeft"> </td><td class="mdescRight">given the name of a symbol, it returns the address of where its mapped. <a href="classtheo_1_1theo__t.html#a97c52bda4b07a456ff1ea6f3c1cdbe24">More...</a><br /></td></tr> <tr class="separator:a97c52bda4b07a456ff1ea6f3c1cdbe24"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>the main class which encapsulates a symbol table, decomp, and recomp objects. This class is a bridge that connects all three: decomp, obf, recomp. </p> <p>You will create an object of this type when using theo.</p> <p class="definition">Definition at line <a class="el" href="theo_8hpp_source.html#l00070">70</a> of file <a class="el" href="theo_8hpp_source.html">theo.hpp</a>.</p> </div><h2 class="groupheader">Constructor & Destructor Documentation</h2> <a id="a0a9ae3322261b97cf1dc47c908ef3c6d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a0a9ae3322261b97cf1dc47c908ef3c6d">◆ </a></span>theo_t()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">theo::theo_t::theo_t </td> <td>(</td> <td class="paramtype">std::vector< std::uint8_t > & </td> <td class="paramname"><em>lib</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="namespacetheo.html#a66efe2c63e06764fb2d9a378c688c680">lnk_fns_t</a> </td> <td class="paramname"><em>lnkr_fns</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const std::string && </td> <td class="paramname"><em>entry_sym</em> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">explicit</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>explicit constructor for theo class. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">lib</td><td>a vector of bytes consisting of a lib</td></tr> <tr><td class="paramname">lnkr_fns</td><td></td></tr> <tr><td class="paramname">entry_sym</td><td>the name of the function which will be used as the entry point</td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="a39e067dd71f82b437c6a418d41e38b27"></a> <h2 class="memtitle"><span class="permalink"><a href="#a39e067dd71f82b437c6a418d41e38b27">◆ </a></span>compose()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">std::uintptr_t theo::theo_t::compose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>compose the decomposed module. This will run obfuscation passes, the map and resolve symbols to each other. </p> <dl class="section return"><dt>Returns</dt><dd>returns the address of the entry point symbol</dd></dl> </div> </div> <a id="a4987a745a15df0609d437c6af8c057ea"></a> <h2 class="memtitle"><span class="permalink"><a href="#a4987a745a15df0609d437c6af8c057ea">◆ </a></span>decompose()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">std::optional<std::uint32_t> theo::theo_t::decompose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>decomposes the lib file and return the number of symbols that are used. </p> <dl class="section return"><dt>Returns</dt><dd>optional amount of symbols that are used. no value if decomposition fails.</dd></dl> </div> </div> <a id="a97c52bda4b07a456ff1ea6f3c1cdbe24"></a> <h2 class="memtitle"><span class="permalink"><a href="#a97c52bda4b07a456ff1ea6f3c1cdbe24">◆ </a></span>resolve()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">std::uintptr_t theo::theo_t::resolve </td> <td>(</td> <td class="paramtype">const std::string && </td> <td class="paramname"><em>sym</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>given the name of a symbol, it returns the address of where its mapped. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">sym</td><td>the name of the symbol</td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>the address of the symbol</dd></dl> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>include/<a class="el" href="theo_8hpp_source.html">theo.hpp</a></li> </ul> </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.1 </small></address> </body> </html>