风吹屁屁凉 发表于 2019-9-3 16:30

DexNameNormalizer

# DexNameNormalizer
Normalize obfuscate name

### Usage
    java -jar DexNameNormalizer.jar -inDex claases.dex -outDex classes-Normal.dex -api 15 -outMappingPath classes-Mapping.txt
      
### Before and After

The code on the left is a decompilation of an obfuscated app, and the code on the right has been deobfuscated.

      
### Note:
    App not runnable after normalize, analyze use only.
      
### Support
    Class rename(read source name and replace)
      
### License
    dexlib2: The 3-Clause BSD License
    guava: http://www.apache.org/licenses/LICENSE-2.0.txt
    jsr350: http://www.apache.org/licenses/LICENSE-2.0.txt

https://github.com/Modify24x7/DexNameNormalizer

foxfire881 发表于 2019-9-3 21:39

感谢老板!

JPK 发表于 2019-9-4 17:28

感谢老板,的确反混淆很有用
页: [1]
查看完整版本: DexNameNormalizer