|
-
Jun 19th, 2002, 02:20 AM
#1
Thread Starter
Hyperactive Member
Cooool a Java Decompiler
I found a cool Java Decompiler so i can decompile any .class file only problem is i have to buy it befor i can save or copy the dang code lol
P.S its called Decafe Pro
-
Jun 19th, 2002, 11:33 AM
#2
Dazed Member
Just curious. Have you ever tried the Java Disassembler that comes with the development kit? javap
-
Jun 19th, 2002, 12:13 PM
#3
I found a cool Java Decompiler so i can decompile any .class file only problem is i have to buy it befor i can save or copy the dang code lol
You are a little late dude. I got one like 4 month ago... just go to download.com and do a search and you will have like 5 programs who can do that...
-
Jun 19th, 2002, 12:31 PM
#4
Fanatic Member
Originally posted by DaoK
You are a little late dude. I got one like 4 month ago...
Java de-compilers have been around for ages. Java class files can be protected from de-compilation by running them through an obfuscator program, such as Crema. See this link for more information: http://www.brouhaha.com/~eric/computers/mocha.html
Digital-X-Treme
Contact me on MSN Messenger: [email protected]
[VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
/ (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]
-
Jun 19th, 2002, 01:06 PM
#5
Dazed Member
[Digital-X-Treme] is right. Java de-compilers have been around for years. Some one posted a big lengthy thread about obfuscator programs such as Crema, which [Digital-X-Treme] is refering to. I think it was CudaBean but if you do a search you will find it.
-
Jun 19th, 2002, 02:45 PM
#6
What I found funny is that teacher at school tell us that Java is a secure language...
-
Jun 19th, 2002, 02:54 PM
#7
Dazed Member
Daok.... I think what your teacher is refering to is security in the context of networking and servers. Not decompilation of compiled files.
-
Jun 19th, 2002, 04:42 PM
#8
well, if you see the source you can do what you want...
-
Jun 22nd, 2002, 09:36 AM
#9
Monday Morning Lunatic
But that doesn't help you in a secure environment, because the checksum on the class will be different if you've changed it.
Oh, and security through obscurity is no security at all
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|