You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes Kotlin Metadata annotation stays in .dex files due to bad obfuscation. It seems like this annotation contains package and class names in extraString parameter.
Maybe it will be useful to use them for better deobfuscation?
The text was updated successfully, but these errors were encountered:
I would like to add that Kotlin is usually very useful in regards with reverse engineering not just for null checks, which are sometimes very vague but more with toString, which is often implemented by Kotlin-s compiler and offers very easy to read (at least for a human) bindings between the original name and the obfuscated name.
Sometimes Kotlin Metadata annotation stays in .dex files due to bad obfuscation. It seems like this annotation contains package and class names in
extraString
parameter.Maybe it will be useful to use them for better deobfuscation?
The text was updated successfully, but these errors were encountered: