|
|
| About site: Programming/Languages/Java/Development Tools/Translators/Decompilers and Disassemblers - SourceTec Java Decompiler |
Return to Computers also Computers |
| About site: http://www.srctec.com/product/javadecompiler/ |
Title: Programming/Languages/Java/Development Tools/Translators/Decompilers and Disassemblers - SourceTec Java Decompiler Patch to Mocha which defeats Crema. [Shareware] |
|
|
|
|
Skyline_Engineering,_Inc_ Obsolete and hard to find parts, maintaining support for non-warranty Gateway machines including all 486's and older Pentium systems.
| Agile_Web_Development_for_Managers A blog discussing web development, project management, programming practices, and XP
| AVConverter Extracts audio from video and converts audio to WAV, MP3, WMA, OGG, and AVI formats.
| Montreal_FoxPro_User_Group Announcements, membership details, and resources.
| TopWebsite_Search_Engines_Guide__Meta_Tags Provides descriptions and examples of all the major types of meta tags.
| Redstone_Online_Communications Offers internet consultations, web site development, tutoring and hard copy services in Saint Laurent, Quebec, Canada.
|
|
| Alexa statistic for http://www.srctec.com/product/javadecompiler/ |
Please visit: http://www.srctec.com/product/javadecompiler/
|
| Related sites for http://www.srctec.com/product/javadecompiler/ |
| Get_a_Website Detailed descriptions and explanations of the web site development process intended to help charities and other organisations build an effective site. | | PoPToP PPTP server solution for Linux. Includes downloads, documentation and news. | | LookAt_Message_Help_Facility IBM message lookup for z/OS, OS/390, z/VM and VSE/ESA. By operating system version number. | | CONCUR_2002 13th international conference on concurrency theory. August 20-23 in Brno, Czech Republic. | | AsiansInc_com 2Mb. No forced ads. Browser uploads. Free web-based e-mail. CGI scripts: guestbook, forum. URL: 'http://asiansinc.com/yourname/'. | | ProjectHelp Automates Professional Services into modules. Integration to many of the market leading ERP, Payroll and CRM systems. | | HTML_Popup_Maker Generates JavaScript code for html popup windows. | | Chat_Etiquette Some personal observations of bad behavior in chat rooms. | | EasyWin32 Makes easier Windows Programming when using Windows API. [Open source, GPL] | | Gigaram_Inc Memory manufacturer specializing in upgrades for Apple, Cisco, Sun and major brand motherboards. | | RFC_2802 Digital Signatures for the V1.0 Internet Open Trading Protocol (IOTP). K. Davidson, Y. Kawatsura. April 2000. | | efg\'s_Cryptography_and_Math_Functions Comprehensive compilation of cryptography and high-precision math resources for Delphi (mirrored on Borland's website). Computer lab also features dozens of practical mathematics and graphics project | | Qbeans A powerful application framework of JavaBeans that assists developers to rapidly assemble service-oriented Java Swing applications from their business domain models. | | COM,_DCOM,_and_Related_Capabilities An evaluation of COM architecture, by Software Engineering Institute, Carnegie Mellon University. | | InProtect Provides online Nmap and Nessus based security scans. | | Microsoft\'s__NET_Impact Exploiting Microsoft's enterprise application strategy, .NET, should prove a dream for IT managers. The pre-beta version is inherently scalable and easy to build and deploy, saving valuable time and r | | RFC_0447 IMP/TIP Memory Retrofit Schedule. A.M. McKenzie. January 1973. | | Photoshop_Brushes_By_Sage 360 Photoshop brushes divided into 12 sets, containing 30 exclusive brushes which can easily be used to make attractive borders or frames and matching buttons or icons available on CD. Free brushes ar | | Netexceed,_Inc_ Design, Flash, e-commerce, domain name registration and hosting services. Located in Spring, Texas, United States. | | RFC_2480 Gateways and MIME Security Multiparts. N. Freed. January 1999. |
|
This is websites2007.org cache of m/ as retrieved on 2008.11.18 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Sothink Web Authoring Tools and Internet Software -- JavaApplet
Sothink-Flash Movie Maker, SWF Decompiler, DHTML Menu, SWF Quicker, SWF to FLA converter, SWF Editor, HTML Editor
Product
You are here:
Home | SourceTec Java Decompiler
ATTN: SourceTec Java Decompiler is formerly named Jasmine Java Decompiler. But Jasmine is a registered trade mark of CA. The Jasmine Java Decompiler is totally different from CA's Jasmine. It is just coincident. In respect of CA's right on "Jasmine", we changed the name to "SourceTec Java Decompiler".
SourceTec Java decompiler analyzes the Java class files and generates the equivalent and compliable Java source codes. The full function trial version is available for FREE download now.
SourceTec Java Decompiler 1.1 is a patch to Mocha, the well known Java decompiler.
Visit NMI's Java Code Viewer for a graphic Java Decompiler which integrated SourceTec Java Decompiler.
What's the different between SourceTec Java Decompiler and Mocha
Mocha can't generate code from any Java class file which been processed by Crema, another well known products written by Mocha's writer, because of the "bomb" Crema set, but SourceTec Java Decompiler can.
Try to use Crema with param -nobomb and -ill to obfuscate some class files, then use Mocha decompile it, you will find the result code of "illegal identifiers, such as class names consisting entirely of digits and member names containing spaces", but SourceTec Java Decompiler can generate the legal code, add "Cla_" to class name and "Var_" to class member's name.
SourceTec Java Decompiler have two params, "-s" and "-e", which Mocha does NOT have.
Mocha crashes on some class files without output, but SourceTec Java Decompiler doesn't.
A few class files cause Mocha failure in flow analyzing, SourceTec Java Decompiler can process some of them correctly.
SourceTec Java Decompiler >= Mocha
How to Install
Step 1: Choose a directory or create a new directory as the Install Directory, for example "\JavaTools".
Step 2: Choose a Zip/Unzip tool, for example WinZip for win95/NT, and unzip "jsm_110.zip" to the Install Directory.
Step 3: Unzip "mocha-b1.zip" to any directory you like, for example "\temp", you should get two files from it, "readme.txt" and "Mocha.zip". Then unzip "Mocha.zip" to the Install Directory. Note: you should unzip the file "Mocha.zip" to Install Directory, NOT "Mocha-b1.zip".
Step 4: Change to command mode, for example DOS box in Win95/NT, and change current directory to the Install Directory. You should find two subdirectories in it, which are "Jasmine" and "mocha".
Step 5: Use the command: "java jasmine.Install" to install SourceTec Java Decompiler. This operation will transfer Mocha classes to SourceTec Java Decompiler classes and patch them.
Step 6: Add the full path name of the Install Directory to your CLASSPATH string, for instance:
SET CLASSPATH=c:\myclasses;c:\JavaTools;
OK, now, you could use SourceTec Java Decompiler. The old version of Mocha is also could be used.
Features
It's 100% Java-based, so it can run on all platforms which support Java.
Support all JDK versions, both JDK 1.0.x and JDK 1.1.x.
Known problems
The control flow analyzing of few Java methods can't completed
If you found any other problems not listed here, please send an email to us
Purchasing a license
SourceTec Java Decompiler is a shareware, if you want to keep it, please register it.
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.srctec.com/product/javadecompiler//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-199040-2");
pageTracker._initData();
pageTracker._trackPageview();
SourceTec Software Co., LTD. All rights reserved. Email:webmaster@sothink.com
Flash Decompiler, SWF Decompiler, Flash Animation Software, DHTML Menu, Tree Menu, JavaScript Web Scroller, Flash Album
|
|
| |
Patch | to | Mocha | which | defeats | Crema. | [Shareware] |
|
http://www.srctec.com/product/javadecompiler/
SourceTec Java Decompiler 2008 November
dvd rental
dvd
Patch to Mocha which defeats Crema. [Shareware]
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Loan - Mobile Phones - Loans - Houses for Sale - Secured Loans
|