-5

I downloaded class files and jar files. I want to know is there any way to I can certainly get java code of these?

any
  • 325
  • 5
  • 17

3 Answers3

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
0

you can use java decompiler too link

Khalil M
  • 1,788
  • 2
  • 22
  • 36