Menu

#100 Obfuscation of packages

closed
None
6
2010-06-12
2010-05-11
nitro.tm
No

I'd like to suggest an improvement in the way data entries are kept in "sync" with the obfuscated package names.

By patching src/proguard/io/DataEntryObfuscator.java in a very simple way it's now easy to get around issues like accessing a resource relative to a given class which has been obfuscated.

The idea is to rename data entries based on which package (or parent package) they belong to. Hope this could be included in the next release 4.5.

Discussion

  • nitro.tm

    nitro.tm - 2010-05-11

    patch for src/proguard/io/DataEntryObfuscator.java

     
  • Eric Lafortune

    Eric Lafortune - 2010-05-11

    Thanks for your effort. I'll look into what it is doing and consider it for ProGuard 4.5.

     
  • Eric Lafortune

    Eric Lafortune - 2010-05-11
    • priority: 5 --> 6
    • assigned_to: nobody --> lafortune
     
  • Eric Lafortune

    Eric Lafortune - 2010-06-12

    ProGuard 4.5 implements this feature.

     
  • Eric Lafortune

    Eric Lafortune - 2010-06-12
    • status: open --> closed
     

Log in to post a comment.