retdec
|
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). | |