You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Theodosius/doxygen/latex/de/d46/engine_8hpp_source.tex

78 lines
9.2 KiB

\hypertarget{engine_8hpp_source}{}\doxysection{engine.\+hpp}
\label{engine_8hpp_source}\index{include/obf/engine.hpp@{include/obf/engine.hpp}}
\mbox{\hyperlink{engine_8hpp}{Go to the documentation of this file.}}
\begin{DoxyCode}{0}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00001}00001 \textcolor{comment}{// Copyright (c) 2022, \_xeroxz}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00002}00002 \textcolor{comment}{// All rights reserved.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00003}00003 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00004}00004 \textcolor{comment}{// Redistribution and use in source and binary forms, with or without}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00005}00005 \textcolor{comment}{// modification, are permitted provided that the following conditions are met:}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00006}00006 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00007}00007 \textcolor{comment}{// 1. Redistributions of source code must retain the above copyright notice,}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00008}00008 \textcolor{comment}{// this list of conditions and the following disclaimer.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00009}00009 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00010}00010 \textcolor{comment}{// 2. Redistributions in binary form must reproduce the above copyright notice,}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00011}00011 \textcolor{comment}{// this list of conditions and the following disclaimer in the documentation}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00012}00012 \textcolor{comment}{// and/or other materials provided with the distribution.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00013}00013 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00014}00014 \textcolor{comment}{// 3. Neither the name of the copyright holder nor the names of its}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00015}00015 \textcolor{comment}{// contributors may be used to endorse or promote products derived from}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00016}00016 \textcolor{comment}{// this software without specific prior written permission.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00017}00017 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00018}00018 \textcolor{comment}{// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "{}AS IS"{}}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00019}00019 \textcolor{comment}{// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00020}00020 \textcolor{comment}{// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00021}00021 \textcolor{comment}{// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00022}00022 \textcolor{comment}{// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00023}00023 \textcolor{comment}{// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00024}00024 \textcolor{comment}{// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00025}00025 \textcolor{comment}{// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00026}00026 \textcolor{comment}{// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00027}00027 \textcolor{comment}{// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00028}00028 \textcolor{comment}{// POSSIBILITY OF SUCH DAMAGE.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00029}00029 \textcolor{comment}{//}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00030}00030 }
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00031}00031 \textcolor{preprocessor}{\#pragma once}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00032}00032 \textcolor{preprocessor}{\#include <algorithm>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00033}00033 \textcolor{preprocessor}{\#include <\mbox{\hyperlink{pass_8hpp}{obf/pass.hpp}}>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00034}00034 \textcolor{preprocessor}{\#include <vector>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00035}00035 }
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00036}\mbox{\hyperlink{namespacetheo_1_1obf}{00036}} \textcolor{keyword}{namespace }\mbox{\hyperlink{namespacetheo_1_1obf}{theo::obf}} \{}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00037}00037 \textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00038}00038 \textcolor{comment}{/// <summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00039}00039 \textcolor{comment}{/// singleton obfuscation engine class. this class is responsible for keeping}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00040}00040 \textcolor{comment}{/// track of the registered passes and the order in which to execute them.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00041}00041 \textcolor{comment}{/// </summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00042}\mbox{\hyperlink{classtheo_1_1obf_1_1engine__t}{00042}} \textcolor{comment}{}\textcolor{keyword}{class }\mbox{\hyperlink{classtheo_1_1obf_1_1engine__t}{engine\_t}} \{}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00043}00043 \textcolor{keyword}{explicit} \mbox{\hyperlink{classtheo_1_1obf_1_1engine__t}{engine\_t}}()\{\};}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00044}00044 }
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00045}00045 \textcolor{keyword}{public}:\textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00046}00046 \textcolor{comment}{ /// <summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00047}00047 \textcolor{comment}{ /// get the singleton object of this class.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00048}00048 \textcolor{comment}{ /// </summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00049}00049 \textcolor{comment}{ /// <returns>the singleton object of this class.</returns>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00050}00050 \textcolor{comment}{} \textcolor{keyword}{static} \mbox{\hyperlink{classtheo_1_1obf_1_1engine__t}{engine\_t}}* \mbox{\hyperlink{classtheo_1_1obf_1_1engine__t_a58715f5c3ade824a65e602aba570040e}{get}}();}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00051}00051 \textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00052}00052 \textcolor{comment}{ /// <summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00053}00053 \textcolor{comment}{ /// add a pass to the engine. the order in which you call this function}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00054}00054 \textcolor{comment}{ /// matters as the underlying data structure that contains the passes is a}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00055}00055 \textcolor{comment}{ /// vector.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00056}00056 \textcolor{comment}{ /// </summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00057}00057 \textcolor{comment}{ /// <param name="{}pass"{}>a pointer to the pass in which to add to the}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00058}00058 \textcolor{comment}{ /// engine.</param>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00059}00059 \textcolor{comment}{} \textcolor{keywordtype}{void} \mbox{\hyperlink{classtheo_1_1obf_1_1engine__t_a8ffc963a133653fa3a0875798d0d3426}{add\_pass}}(\mbox{\hyperlink{classtheo_1_1obf_1_1pass__t}{pass\_t}}* pass);}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00060}00060 \textcolor{comment}{}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00061}00061 \textcolor{comment}{ /// <summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00062}00062 \textcolor{comment}{ /// run all the passes on the symbol. this function will only run a pass if}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00063}00063 \textcolor{comment}{ /// the symbol is the same type as the pass requires.}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00064}00064 \textcolor{comment}{ /// </summary>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00065}00065 \textcolor{comment}{ /// <param name="{}sym"{}>symbol to run all passes on.</param>}}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00066}00066 \textcolor{comment}{} \textcolor{keywordtype}{void} \mbox{\hyperlink{classtheo_1_1obf_1_1engine__t_a7acfdbe9c229cf1f351cec610ab193d3}{run}}(\mbox{\hyperlink{classtheo_1_1decomp_1_1symbol__t}{decomp::symbol\_t}}* sym);}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00067}00067 }
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00068}00068 \textcolor{keyword}{private}:}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00069}00069 std::vector<pass\_t*> passes;}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00070}00070 \};}
\DoxyCodeLine{\Hypertarget{engine_8hpp_source_l00071}00071 \} \textcolor{comment}{// namespace theo::obf}}
\end{DoxyCode}