digraph "theo::obf::transform::generate" { // LATEX_PDF_SIZE edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=record]; rankdir="LR"; Node1 [label="theo::obf::transform\l::generate",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="generate a sequence of transformations given an instruction that has a relocation in it."]; Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid"]; Node2 [label="theo::recomp::reloc\l_t::add_transform",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classtheo_1_1recomp_1_1reloc__t.html#ab5214a9ff9135672e25f40406c37fb10",tooltip="adds a transformation to be applied to the relocation prior to writing it into the symbol."]; Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid"]; Node3 [label="theo::recomp::reloc\l_t::get_transforms",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classtheo_1_1recomp_1_1reloc__t.html#ad49901bf8b6b0e3963e64d17d4b51aec",tooltip="gets the vector of transformation."]; Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid"]; Node4 [label="theo::obf::transform\l::operation_t::random",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classtheo_1_1obf_1_1transform_1_1operation__t.html#aaa5859bc3c7f95d99d4d726289593488",tooltip="generate a random number in a range."]; }