- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java obsfuticator (typos!)! - protect your source ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 12:30 AM
06-11-2002 12:30 AM
I'm working on a java application running primarily on hp-ux.
I have recently learnt that it is quite simple to reverse engineer java classes to attain a near exact source replica - minus variable names.
I have also learnt that it is possible to protect the code in various manners from reverse engineering and am interested in hearing the + and - of all possible implementations.
One criticism of obsfuctication (sp?) is that it becomes difficult to debug code.. is there any better method?
All hint's / tips / links rewarded as per usual!
Thanks,
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:20 AM
06-11-2002 01:20 AM
Re: java obsfuticator (typos!)! - protect your source code
Even small amounts of info are appreciated!
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:25 AM
06-11-2002 01:25 AM
Re: java obsfuticator (typos!)! - protect your source code
My wife does ejb and weblogic a great deal and has played around with reverse engineering tools.
Will check with her tonight and get back to you. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:27 AM
06-11-2002 01:27 AM
SolutionMaybe you could have a look at
http://www.condensity.com
who do a obfuscation utility.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 01:32 AM
06-11-2002 01:32 AM
Re: java obsfuticator (typos!)! - protect your source code
Check this out:
How to lock down your Java code (or open up someone else's)
Your complete guide to the decompilation and obfuscation of Java code
Greg Travis (mito@panix.com)
Freelance Programmer
May 2001
http://www-106.ibm.com/developerworks/java/library/j-obfus/?loc=tstheme
Contents:
- What is decompilation?
- Disassembling a class file
- Using a decompiler
- Decompilation and the threat to security
- Obfuscation to the rescue
- New kids on the block
Hope this helps. Regards.
Steven Sim Kok Leong