Skip to content

ClassLoading 0.5.1

Choose a tag to compare

@TeamworkGuy2 TeamworkGuy2 released this 06 Dec 01:52
· 1 commit to master since this release

Fix switch statements to decompile much more accurately based on code flow analysis. Start work on if statements.

Added

  • new Indent class to handle SourceWriter indentation
  • Switch to handle switch code flow initialization and info

Changed

  • Add code flow analysis initialization and info to JumpConditionInfo
  • Assume that a forward goto right before a condition is an else statement