@@ -262,6 +262,7 @@ static bool r_cmd_pdd_init(RCorePluginSession *cps) {
262262 SETPREF ("r2dec.highlight" , "default" , "highlights the current address." );
263263 SETPREF ("r2dec.paddr" , "false" , "if true, all xrefs uses physical addresses compare." );
264264 SETPREF ("r2dec.slow" , "false" , "load all the data before to avoid multirequests to r2." );
265+ SETPREF ("r2dec.vars" , "true" , "if true, shows local variable definitions." );
265266 SETPREF ("r2dec.xrefs" , "false" , "if true, shows all xrefs in the pseudo code." );
266267 r_config_lock (cfg , true);
267268
@@ -289,6 +290,7 @@ static int r_cmd_pdd_init(void *user, const char *cmd) {
289290 SETPREF ("r2dec.highlight" , "default" , "highlights the current address." );
290291 SETPREF ("r2dec.paddr" , "false" , "if true, all xrefs uses physical addresses compare." );
291292 SETPREF ("r2dec.slow" , "false" , "load all the data before to avoid multirequests to r2." );
293+ SETPREF ("r2dec.vars" , "true" , "if true, shows local variable definitions." );
292294 SETPREF ("r2dec.xrefs" , "false" , "if true, shows all xrefs in the pseudo code." );
293295 r_config_lock (cfg , true);
294296
0 commit comments