使用javassist修改class文件(Using javassist to modify the class file).docVIP

  • 86
  • 0
  • 约2.37万字
  • 约 17页
  • 2017-07-24 发布于河南
  • 举报

使用javassist修改class文件(Using javassist to modify the class file).doc

使用javassist修改class文件(Using javassist to modify the class file)

使用javassist修改class文件(Using javassist to modify the class file) This article is contributed by beikexiami DOC documents may experience poor browsing on the WAP side. It is recommended that you first select TXT, or download the source file to the local view. Using javassist to modify the class file Firestorm is a code generation tool written in JAVA, which can save you a lot of code, and you can say the most powerful one in the same software. Firestorm is a code generation tool written in JAVA, which can save you a lot of code, and you can say the most powerful one in the same software. You can download the latest 2.3 beta version on the Internet, and the website will issue you a trial license file. Since it is a trial, then there must be some restrictions on the use. There are 3 major limitations: 1. can generate up to 5 table 2. DAO; time limit; 3. can customize their own code generation; in order to try to better the software, I have to change it, get rid of these restrictions. Firestorm.jar will open, can see it use obfuscator for code protection, unlike most of the confusion generated files, which class and package are mostly with the keyword name, so if you put it after decompilation is no longer compile it successfully using tools such as JAD, the compiler will prompt error. Decompile, find several key documents about registration, it is used to protect the digital signature technology to do, so I want to find the reverse calculation method of registration code is not feasible, only through the method to modify the file to crack. We usually decompile first, then modify the original files after decompile, and then recompile them. But because the relationship between the file name and the package name we cannot be compiled, unless all these illegal of its file name and the package name changed to match the name of the Java language specification, since the class, package number, call each other very frequently, so this method is almost impossible. Another method

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档