lxdvs / apk2gold

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!
662 stars 109 forks source link

Merge jd-core-java bug fix #5

Closed thorikawa closed 10 years ago

thorikawa commented 10 years ago

Recently I sent pull request to the original jd-core-java repository: nviennot/jd-core-java#3 This PR fixed the issue on the case-insensitive file system like OS X. Originally, jd-core-java did not consider case-insensitive file system, decompiled class A could overwrite existing decompiled a class.

Can you merge this change into your fork as well? I believe this would be helpful to apk2gold users including me.

lxdvs commented 10 years ago

I have updated the target + submodule with your request. Thanks @thorikawa !!!