0

java help plz!

I decompiled java android App in R$String.smali and I see this string public static final int app_name = 2131034112; how can i decrypt it?

28th May 2022, 9:05 AM
Alexander Sokolov
Alexander Sokolov - avatar
1 Answer
+ 1
Alexander Sokolov use this tool to decompile the .apk this will give you it's direct source code https://github.com/skylot/jadx
21st Jun 2022, 4:48 PM
Random
Random - avatar