Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The decompiler they used to view that code is not very good, that output is garbled.

If you're going to take apart JVM bytecode, you're better off using Recafe or Quiltflower.

https://github.com/Col-E/Recaf

https://github.com/QuiltMC/quiltflower



The reason the output is "garbled" is because it was obfuscated with ProGuard - there's no real way around that except for manually renaming variables and classes.

Any idea whether any of these two decompilers work with Dalvik bytecode?


You could always use dex2jar first. https://github.com/pxb1988/dex2jar




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: