Commit Graph

35 Commits

Author SHA1 Message Date
Panxiaobo
afe9e8380a start work 0.0.9.10
--HG--
branch : 0.0.9.x
2012-07-18 21:58:31 +08:00
Panxiaobo
214bf8aeef start work 0.0.9.9
--HG--
branch : 0.0.9.x
2012-02-24 17:46:13 +08:00
Panxiaobo
d219676b74 start work 0.0.9.8
--HG--
branch : 0.0.9.x
2012-01-17 11:41:26 +08:00
Panxiaobo
d17d99ce99 remove depedence from commons-io,commons-codec,
add commons-lite to provide class needed by dex-reader

--HG--
branch : 0.0.9.x
2012-01-12 13:48:08 +08:00
Panxiaobo
59321a5549 hg kwexpand
--HG--
branch : 0.0.9.x
2012-01-09 21:04:13 +08:00
Panxiaobo
cc0dc9b81d update java doc of dex-reader
--HG--
branch : 0.0.9.x
2012-01-08 00:53:44 +08:00
Panxiaobo
b626ee0527 update NOTICE.txt
--HG--
branch : 0.0.9.x
2012-01-07 22:38:16 +08:00
Panxiaobo
37c4641b98 start work 0.0.9.7
--HG--
branch : 0.0.9.x
2012-01-03 14:43:14 +08:00
Panxiaobo
0c56e21101 start 0.0.9.6
--HG--
branch : 0.0.9.x
2012-01-02 20:49:20 +08:00
Panxiaobo
cc5a417d5f add dex-tools
--HG--
branch : 0.0.9.x
2012-01-02 16:05:33 +08:00
Panxiaobo
a6b4b788f8 start work 0.0.9.5
--HG--
branch : 0.0.9.x
2011-12-25 15:41:21 +08:00
Panxiaobo
ab29c79c7a add version to pom.xml
--HG--
branch : 0.0.9.x
2011-11-24 20:51:31 +08:00
Panxiaobo
804e013caa start work 0.0.9.4
--HG--
branch : 0.0.9.x
2011-11-10 20:14:40 +08:00
Panxiaobo
da4bcd0e09 merge dex-dumper to dex-reader
--HG--
branch : 0.0.9.x
2011-11-08 19:07:46 +08:00
Panxiaobo
363ea9ed37 readd dex-dumper
--HG--
branch : 0.0.9.x
2011-11-08 18:45:30 +08:00
Panxiaobo
01e0ddae21 1. remove dependence from slf4j, to keep dex2jar simple
--HG--
branch : 0.0.9.x
2011-11-03 19:15:25 +08:00
Panxiaobo
f388aa6c7c --HG--
branch : 0.0.9.x
2011-10-30 01:30:45 +08:00
Panxiaobo
13159d03d7 1. add api similar with org.objectweb.asm.util.ASMifierClassVisitor
--HG--
branch : 0.0.9.x
2011-10-27 22:41:24 +08:00
pxb1988@gmail.com
3a6d8342c8 remove dex-dumper
--HG--
branch : 0.0.9.x
2011-10-13 05:08:09 +00:00
Panxiaobo
e25af3a617 remove dex-translator-soot
rename dex-soot-rw to dex-ir

--HG--
branch : 0.0.9.x
2011-07-01 20:29:14 +08:00
Panxiaobo
fa1c82238e 1.add pom.xml
--HG--
branch : 0.0.9.x
2011-03-18 14:57:50 +08:00
Panxiaobo
3f7441134b move files to dex-reader
--HG--
branch : 0.0.9.x
2011-03-18 13:57:59 +08:00
pxb1988
25827fbd45 1.maven打包发布包
--HG--
branch : 0.0.7
2011-02-09 01:25:03 +08:00
pxb1988
21cee75399 1.rename package pxb.android.dex2jar to com.googlecode.dex2jar
--HG--
branch : 0.0.7
2011-02-08 17:00:13 +08:00
Panxiaobo
44fd3da4f9 1.清理代码
2.使用命令行时,当转某个类失败时将继续,而不退出程序

--HG--
branch : 0.0.7
2011-01-03 22:02:08 +08:00
Panxiaobo
d3a6ee9417 start working 0.0.7.9
--HG--
branch : 0.0.7
2011-01-03 20:02:56 +08:00
Panxiaobo
49acfbcf24 1.修改版本为0.0.7.8
2.解决生成的class文件使用dx重新转换时使用的指令与原始指令不同的问题(未使用invoke-super,而是要了invoke-direct)

--HG--
branch : 0.0.7
2010-12-10 16:12:10 +08:00
Panxiaobo
6c2acc1147 1.版本0.0.7.6改为0.0.7.7
--HG--
branch : 0.0.7
2010-12-04 11:21:36 +08:00
Panxiaobo
362970d004 1.修改JRE要求为1.6
2.使用AnnotationVisitor代替DexAnnotationVisitor
3.程序启动时显示版本

--HG--
branch : 0.0.7
2010-12-03 20:38:45 +08:00
Panxiaobo
0316825032 1.使用slf4j-simple替换logback
2.版本号变为0.0.7.6
3.修改.sh/.bat脚本,支持在别的目录直接调用
4.解决try-catch-handler在有monitor-enter/exit时的位置问题

Fixes issue 30

--HG--
branch : 0.0.7
2010-11-15 23:29:27 +08:00
Panxiaobo
415d3e021d (no commit message)
--HG--
branch : 0.0.7
2010-11-07 04:34:59 +08:00
Panxiaobo
69fca4838e 1.使用commons-io 2.0
2.支持直接处理apk文件
3.添加OP_CONST_STRING_JUMBO支持
4.完善dex读取
5.修复读取中文字符串bug

--HG--
branch : 0.0.7
2010-11-07 03:19:08 +08:00
Panxiaobo
62228895d6 1.增加版本号
--HG--
branch : 0.0.7
2010-09-26 23:53:14 +08:00
Panxiaobo
f7f162b080 Starting '0.0.7' branch
--HG--
branch : 0.0.7
2010-04-08 09:26:01 +08:00
Panxiaobo
4a3dace73d (no commit message) 2010-03-22 17:19:30 +08:00