You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to solve #12, I implemented a solution in which Nocturne strips Code attributes of their LocalVariableTable attributes. However, this is a very quick-and-dirty solution, and will require further work in the future (especially if we're to implement parameter renaming). Hence, I propose that a future update analyze these LVTs and intelligently tweak them to prevent strange decompiled output rather than remove them entirely.
The text was updated successfully, but these errors were encountered:
caseif
changed the title
LocalVariableTables are handled less-than-gracefully
LocalVariableTables should be intelligently modified rather than stripped
Feb 27, 2016
In order to solve #12, I implemented a solution in which Nocturne strips
Code
attributes of theirLocalVariableTable
attributes. However, this is a very quick-and-dirty solution, and will require further work in the future (especially if we're to implement parameter renaming). Hence, I propose that a future update analyze these LVTs and intelligently tweak them to prevent strange decompiled output rather than remove them entirely.The text was updated successfully, but these errors were encountered: