how to convert byte code to sourse code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amit kalshetti
    New Member
    • Sep 2010
    • 2

    how to convert byte code to sourse code

    i want to convert the byte code to sourse code what are i do sir ?
  • xploreraj
    New Member
    • Jan 2010
    • 49

    #2
    Ho ho ho!

    Dear Sir,

    A philosophical question or a thought to be precise...
    Just open your class files with notepad, and see the byte codes. You will see your codes embedded in rather unusual symbols.

    Well, I would love to develop or understand some technique to see the source codes from byte codes.

    But for the time being, I refer you a software: Cavaj JAVA Decompiler which you can download at Brothersoft's web site:


    Have fun
    xploreraj :)

    Comment

    • Dheeraj Joshi
      Recognized Expert Top Contributor
      • Jul 2009
      • 1129

      #3
      Well it can not be done directly. You can use some decompilers.

      Regards
      Dheeraj Joshi

      Comment

      • amit kalshetti
        New Member
        • Sep 2010
        • 2

        #4
        thanquee sir

        Comment

        Working...