Obfuscapk
Obfuscapk copied to clipboard
Question Related to ConstStringEncryption
Wanted to ask that. i wanted to change the default dir of the const string encryption which used to be saved in com\decryptstringmanager\DecryptString.smali bydefault. I want that i can change into some other directory of smali or classes.dex folder with different name(not with default name of com) please help me with this
Hi, you should be able to do that by just renaming the package com/decryptstringmanager to whatever you want (e.g., org/test/whatever), just make sure to rename every instance.