ClaudiuGeorgiu / Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
MIT License
1.09k stars 285 forks source link

res navigation name not change #137

Closed zhoujingheng closed 9 months ago

zhoujingheng commented 2 years ago

Description

Obsuscapk navigation fragment done,but the tag android:name not change

image

Steps to reproduce

  1. Create New Android Project image

  2. assembleRelease apk image

  3. Obsusc Classrename release apk

  4. jadx open Obsusc release apk look res navigation folder

Expected behavior:

Actual behavior:

paste here the complete error message, including the command that generated the error

Versions

Additional information

Apk file(s):

Expected behavior:

Actual behavior:

paste here the complete error message, including the command that generated the error

Versions

Additional information

Apk file(s):

ClaudiuGeorgiu commented 2 years ago

image Well, that's pretty clear 😅.

zhoujingheng commented 2 years ago

image Well, that's pretty clear 😅.

Hello,i have update issue