I downloaded class files and jar files. I want to know is there any way to I can certainly get java code of these?
Asked
Active
Viewed 87 times
-5
-
5e-mail the author and ask. – Sergey Kalinichenko Aug 24 '16 at 10:55
-
8Using the tag "decompiling" you obviously already know at least one possible answer ... – Fildor Aug 24 '16 at 10:55
-
I suggest you to ask for it to the owner. You can decompile it too (but you won't have information of variable names, so it will be harder to follow) – Santiago Gil Aug 24 '16 at 11:00
-
Decompiling code could be infringing on the author's rights, depending on the licence agreement and local law. You ought to ask the author in any case. – khelwood Aug 24 '16 at 11:02
3 Answers
0
You cane make use of JAD for code de-compilation. Download jad from here.

Dark Knight
- 8,218
- 4
- 39
- 58
0
There are some ways you can do that by using tools like dex2jar. But that will be generated code for the class. if you can, just ask the owner directly about it.

Dalpat Singh
- 31
- 1
- 8