Issue #685 better local register names from debug handling, can be also turned off

This commit is contained in:
Jindra Petřík
2014-11-03 22:26:43 +01:00
parent 7c4bf38796
commit 29cd9556f2
5 changed files with 30 additions and 8 deletions
@@ -284,3 +284,6 @@ config.description.randomDebuggerPackage = This renames Debugger package to rand
config.name.lastDebuggerReplaceFunction = (Internal) Last selected trace replacement
config.description.lastDebuggerReplaceFunction = Function name which was last selected in replace trace function with debugger
config.name.getLocalNamesFromDebugInfo = AS3: Get local register names from debug info
config.description.getLocalNamesFromDebugInfo = If debug info present, renames local registers from _loc_x_ to real names. This can be turned off because some obfuscators use invalid register names there.