retdec
var_renamers Directory Reference
Directory dependency graph for var_renamers:
/var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/llvmir2hll/var_renamer/var_renamers

Files

file  address_var_renamer.h [code]
 A renamer of variable names which extracts and uses the original addresses of the variables.
 
file  hungarian_var_renamer.h [code]
 A renamer of variable names by using the Hungarian notation.
 
file  readable_var_renamer.h [code]
 A renamer of variable names which names them to make the code as readable as possible.
 
file  simple_var_renamer.h [code]
 A renamer of variable names which names them simply by using the given variable name generator.
 
file  unified_var_renamer.h [code]
 A renamer of variable names which names the variables gX (global variables), aX (parameters), and vX (local variables).