1. 14 Jan, 2018 1 commit
  2. 13 Jan, 2018 1 commit
  3. 03 Jan, 2018 3 commits
  4. 02 Jan, 2018 19 commits
  5. 30 Dec, 2017 1 commit
  6. 21 Dec, 2017 3 commits
  7. 01 May, 2017 2 commits
  8. 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
  9. 29 Apr, 2017 2 commits
  10. 10 Apr, 2017 2 commits
  11. 22 Dec, 2016 1 commit
  12. 05 Dec, 2016 2 commits
  13. 08 Nov, 2016 1 commit
  14. 31 Oct, 2016 1 commit