Results 1 to 4 of 4

Thread: Java Decompiler

  1. #1

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    Red face Java Decompiler

    There are some programs available which can retrieve source code from .class files! I used one such program (http://www.bysoft.se/sureshot/cavaj/index.html) and found it is working!

    Then what is the security of Java class files?

  2. #2
    Addicted Member Mrs Kensington's Avatar
    Join Date
    Sep 2001
    Location
    Dorset, UK
    Posts
    144
    theres an interesting document at javaworld that discusses protecting your source code from decomiplers.
    You can find it here http://www.javaworld.com/javaworld/j...javatip22.html
    Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    That's pretty cool. It's funny that the author
    of Mocha, Hanpeter van Vliet, is also the
    author of Crema. I wonder how the program
    is still able to compile even though symbolic
    information is scrambled.

  4. #4
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    I've used a program called Zelix Classmaster that obfuscates your java code. It basically makes it harder to read by renaming your classes and variables to serially numbered vowels.

    cudabean

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width