Gabriel Claudiu Georgiu

Results 57 comments of Gabriel Claudiu Georgiu

Hi @petrdvorak, thanks for the suggestion! This could be very useful when analyzing the error messages of an obfuscated app.

From the error message `Unsigned short value out of range...` it looks like new classes/methods are added to the application. The `ClassRename` obfuscator should only change existing code without adding...

Hi, can you try using the latest version of Apktool (2.5.0)?

`Rebuild`, `NewAlignment` and `NewSignature` obfuscators are always needed to complete an obfuscation operation, to build the final obfuscated apk. Add them after `ConstStringEncryption` and `obfuscated.apk` should be generated correctly.

Hi @lt3stus3el, unfortunately obfuscating apps that already use reflection it's not a trivial task, and currently I don't have any plan to work on this specific feature in the near...

Hi, I didn't do any specific tests for Kotlin, thanks for reporting. Can you provide more information (at least the used obfuscators)? Thanks.

Hi, > Just wanna ask a simple question, is it possible to run it inside a directory full of apks, on every apk inside directory using python. If so, how...

Hi, the only obfuscator currently implemented that deals with native libraries is [LibEncryption](https://github.com/ClaudiuGeorgiu/Obfuscapk/tree/master/src/obfuscapk/obfuscators/lib_encryption). It works in simple scenarios but I can't guarantee it will work in more advanced use cases.

Hi @Dershowitz011, please see https://github.com/ClaudiuGeorgiu/Obfuscapk/issues/42#issuecomment-655396643, it explains why some methods are not obfuscated.

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.