首页
社区
课程
招聘
[转帖]Cracking Java programs part 1 by CodeRipper / SND
发表于: 2010-9-12 09:43 3489

[转帖]Cracking Java programs part 1 by CodeRipper / SND

2010-9-12 09:43
3489
Cracking Java programs part 1 by CodeRipper / SND

Cracking Java programs Part1:
In this tutorial I've posted links to homepage of some JAVA obfuscators and java to exe convertors, you may use these programs to protect some jars and see what these protections do.

Before you start take a look at these:
1. Java Virtual Machine:
http://en.wikipedia.org/wiki/Java_Virtual_Machine
2. JAVA Byte Code:
http://en.wikibooks.org/wiki/Java_Programming/Byte_Code
(also included in the tutorial archive)

Contents:
1. JAR archive
1.1 Digitally signed JAR archives
1.2 How a jar archive can be executed?
1.3 Get a jar archive from an exe

2. Java classes (.class extension)
2.1 Decompiling java classes
2.2 Finding dependencies between classes
2.3 Many jar archives - how we find in which one is a class?
2.4 ProGuard Java Obfuscator

3. Cracking java programs
3.1 JAVA opcodes (most important of them)
3.1 Finding the check after strings
3.2 Most important JAVA APIs, these also can be used for finding the check

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

上传的附件:
收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 97697
活跃值: (200834)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
JAVA decompilers/editors:

Online decompiler http://www.reversed-java.com/fernflower/

Class Construction Kit http://bcel.sourceforge.net/cck.html

Java Bytecode Editor http://www.cs.ioc.ee/~ando/jbe/

JD-GUI http://java.decompiler.free.fr/

DJ Java Decompiler http://members.fortunecity.com/neshkov/dj.html

Pf-cda - the best Class Dependency Analyzer http://www.dependency-analyzer.org/

JarAnalyzer and JARDepend - display depedendeces betwen jar archives
http://www.kirkk.com/main/Main/JarAnalyzer
http://sourceforge.net/projects/jardepend/

ClassFinder - find a class after his name under jar archives
http://www.xigole.com/software/classfinder.jsp

jarcheck - display version of java classes
http://www.softpedia.com/get/Programming/Other-Programming-Files/JarCheck.shtml

retroweaver - convert classes to version 1.2,1.3,1.4
http://retroweaver.sourceforge.net/
2010-9-12 09:46
0
雪    币: 370
活跃值: (15)
能力值: ( LV9,RANK:170 )
在线值:
发帖
回帖
粉丝
3
tag:JAVA CLASS DECOMPILE DEBUG CRACK REVERSE TOOL LIST
2010-9-12 10:52
0
游客
登录 | 注册 方可回帖
返回
//