Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.android.bundle is still unobfuscated #1

Open
dvho opened this issue Aug 27, 2020 · 4 comments
Open

index.android.bundle is still unobfuscated #1

dvho opened this issue Aug 27, 2020 · 4 comments

Comments

@dvho
Copy link

dvho commented Aug 27, 2020

Upon following @AustinZuniga 's instructions, an APK generated by running ./gradlew assembleRelease still has an assets/index.android.bundle file which remains unobfuscated. Is anyone experiencing this same problem?

@dvho dvho changed the title index.android.bundle index.android.bundle is still unobfuscated Aug 27, 2020
@AustinZuniga
Copy link
Owner

This is the current issue in using this library. It seems that transforming identifier names into hexadecimal or mangled is not working properly.

you can read more here about this issue: here

@dvho
Copy link
Author

dvho commented Aug 28, 2020

In addition to 'hexadecimal' and 'mangled', currently testing identifierNamesGenerator: 'dictionary', which is giving the same result: assets/index.android.bundle file remains unobfuscated.

@orhanoksuzz
Copy link

I am having the same problem. emitObfuscatedFiles true When I do this it creates an encrypted file called index.obfuscated. It seems that the codes in this file are completely encrypted.But there is no encrypted file in index.android.bundle.

@Coder108
Copy link

same question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants