1. 02 Jan, 2018 13 commits
  2. 21 Dec, 2017 3 commits
  3. 01 May, 2017 2 commits
  4. 30 Apr, 2017 1 commit
    • Daniel Ramos's avatar
      Fixed issue where renamed classes/methods referenced in a different dex file... · 459d133b
      Daniel Ramos authored
      Fixed issue where renamed classes/methods referenced in a different dex file would not be renamed properly. Deobfuscation only modified the Class info for the InfoStorage of the Dex file the class belonged to. If a class in another Dex file referenced it, it would not know of the rename.
      
      This commit moves InfoStorage to the RootNode. This allows all classes to know of each other regardless of the Dex file. A dexId field was added to the DexNode class to allow the the MethodInfo.fromDex function to continue to use method index to locate methods. The getMethod and putMethod functions in InfoStorage was modified to take a DexNode. The DexNode id is used to create a unique key used for the lookup into the methods HashMap.
      459d133b
  5. 29 Apr, 2017 2 commits
  6. 10 Apr, 2017 2 commits
  7. 22 Dec, 2016 1 commit
  8. 05 Dec, 2016 2 commits
  9. 12 May, 2016 1 commit
    • 袭建帅's avatar
      support for Android InstantRun Apk · e53a72c5
      袭建帅 authored
       we should consider the input file could contain only one single dex, multi-dex, or instantRun support dex for Android .apk files
      e53a72c5
  10. 02 May, 2016 2 commits
  11. 28 Apr, 2016 2 commits
  12. 05 Apr, 2016 1 commit
  13. 27 Mar, 2016 1 commit
  14. 26 Mar, 2016 1 commit
  15. 19 Mar, 2016 5 commits
  16. 13 Mar, 2016 1 commit