A brief introduction to the process Analysis diagram of the Disassembler tool implementation

Source: Internet
Author: User

Through the discussion of the design idea, system function, system structure, process flow and main characteristics of a practical disassembly tool system, this paper expounds the design principle, method and realization process of the Disassembly tool, and solves the main technical difficulties and key problems in the design process effectively, Mtoa Thus, the quality of the disassembly process has been improved to a new level.

In the recent disassembler, there are several directories that allow you to browse the. class files and, with just one click, you can reverse-compile them, JODE (Java Optimization and Anti-compilation environment) is such a program. Type the name of the. jar file on the command line, and JODE will allow you to graphically browse its classes and automatically disassemble each class for you to view. This is especially useful for locating source code through libraries provided by the Java SDK. Simply type the following command:

$ java jode.swingui.Main--classpath [path to your Java Sdk]/jre/lib/rt.jar

You will get a full translation of the files shown in 1.

Figure 1. JODE: An anti-assembler

See Resources for a list of more useful tools.

Conclusion

Whether you choose to use a classic tool like Mocha or Hosemocha, or are happy to explore the newer tools yourself, this article should be your starting point for learning about Java disassembly and obfuscation.

Here, try to use some of these tools and prepare to hone your skills later. Despite many controversies, the technology of disassembly and obfuscation is still present and will only become more mature and perfected in the coming years. at the end of this article, if you do not want anyone to decompile your code, it is recommended that you learn to prevent anti-compilation related tutorials: Love encryption How anti-compilation, explain the idea is good:http://www.ijiami.cn/newsInfo?id=289 &v=3

A brief introduction to the process Analysis diagram of the Disassembler tool implementation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.