|
|
|
|
|
by chrismoos
4156 days ago
|
|
It would be possible but not that straightforward, you can change how log4j loads/finds properties file, for example, so it would be hard to enforce that. Its pretty easy to unpack an APK, change log4j stuff to DEBUG, repack, and run vs. unpacking APK, disassemble class files, go through files, find how key is stored, routine for deobfuscation, etc,. |
|