Skip to content

字符数组,混淆不生效 #48

Description

@weirenren

Describe the bug
如果代码这么写:const char keyword[] = "keywords"; 混淆不生效,x86 动态库里依然能找到该value,其他cpu type 混淆成功

如果这么写:const char *keyword = "keywords",则 x86 混淆成功

Activity

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

      Issue actions