Skip to content

optimization, bug fixes and updates

Compare
Choose a tag to compare
@charles2gan charles2gan released this 14 Oct 06:40
· 10 commits to master since this release
b6d03dc
  1. Improve the cross-reference of classes (all initialized places for a class are used as reference points)
  2. Change optimizer mode to global effective mode
  3. Fixed a bug in intelligent renaming. #99
  4. Fixed a lot of bugs in expression output. #103
  5. Fix a bug of inconsistency caused by variable symbol interruption. #103
  6. Fix the problem that cannot be 'stat' in process of the dumping device data. #108
  7. Updated the characteristics of malicious behavior.
  8. Double-click access feature of parameters is added in the method declaration.
  9. Add the new display modes for nondecodable strings, including forced decoding, ASCII, and UNICODE.
  10. Added the favorites function for classes and methods.
  11. Fix the problem of crashing when clicking import package in a few cases #112
  12. Strengthen the cross-reference algorithm and improve the cross-reference of inherited members.
  13. Optimize the search algorithm of the methods and fields in parent and child classes.
  14. Parse annotation and static value.
  15. Optimize the smali code and code-related operations.