mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 01:51:19 +00:00
Issue #685 better local register names from debug handling, can be also turned off
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user