Skip to content

index.android.bundle is still unobfuscated #1

Open
@dvho

Description

@dvho

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?

Activity

changed the title [-]index.android.bundle[/-] [+]index.android.bundle is still unobfuscated[/+] on Aug 27, 2020
AustinZuniga

AustinZuniga commented on Aug 28, 2020

@AustinZuniga
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

dvho commented on Aug 28, 2020

@dvho
Author

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

orhanoksuzz

orhanoksuzz commented on Sep 14, 2020

@orhanoksuzz

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

Coder108 commented on Dec 28, 2021

@Coder108

same question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @orhanoksuzz@AustinZuniga@Coder108@dvho

        Issue actions

          index.android.bundle is still unobfuscated · Issue #1 · AustinZuniga/react-native-obfuscator