Elyorbek Ibrokhimov
Elyorbek Ibrokhimov
To obtain usual stacktrace and for debugging purposes I returned readable strings for new names. I provide examples below. For **FieldRename** I changed this https://github.com/ClaudiuGeorgiu/Obfuscapk/blob/c9e493b6b6656f58a46108101432064b93874056/src/obfuscapk/obfuscators/field_rename/field_rename.py#L23-L25 into this def rename_field(self, field_name:...
Did you actually use resource string in your source(Java) code? ResStringEncryption uses smali to encrypt the string. If resource string is not used in source code there will be no...