mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
asm.relsub=true by default
asm.relsub=true by default
This commit is contained in:
parent
2952120e88
commit
8b413f101e
@ -1617,7 +1617,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
SETPREF("asm.vars", "true", "Show local function variables in disassembly");
|
||||
SETPREF("asm.varxs", "false", "Show accesses of local variables");
|
||||
SETPREF("asm.varsub", "true", "Substitute variables in disassembly");
|
||||
SETPREF("asm.relsub", "false", "Substitute pc relative expressions in disasm");
|
||||
SETPREF("asm.relsub", "true", "Substitute pc relative expressions in disasm");
|
||||
SETPREF("asm.cmtfold", "false", "Fold comments, toggle with Vz");
|
||||
SETPREF("asm.family", "false", "Show family name in disasm");
|
||||
SETPREF("asm.symbol", "false", "Show symbol+delta instead of absolute offset");
|
||||
|
Loading…
Reference in New Issue
Block a user