Jonas Schmid
|
211c4817f2
|
Fixed README formatting
|
2017-07-21 16:40:45 +02:00 |
|
Bob Pan
|
6b08884da9
|
'dex 038' support
|
2017-07-16 00:28:05 +08:00 |
|
Bob Pan
|
dd9d7221e4
|
Merge pull request #88 from kcheng-mvp/2.x
add support ignore a class
|
2017-01-18 13:36:43 +08:00 |
|
Bob Pan
|
23ded14162
|
Merge pull request #70 from barriosnahuel/patch-1
Add usage section to README
|
2017-01-18 13:36:20 +08:00 |
|
Bob Pan
|
bd88098213
|
Merge pull request #73 from TWiStErRob/patch-1
Add links for GitHub
|
2017-01-18 13:35:35 +08:00 |
|
Bob Pan
|
14ecdee422
|
[type] merge all array values
fix https://github.com/pxb1988/dex2jar/issues/101
|
2017-01-18 13:27:48 +08:00 |
|
Bob Pan
|
5eebfbc642
|
fix type descriptor
|
2017-01-17 17:03:55 +08:00 |
|
kcheng.mvp
|
28db75ff11
|
add support ignore a class
|
2016-08-26 11:23:36 +08:00 |
|
Róbert Papp
|
67abc1145e
|
Add links for GitHub
|
2016-04-24 11:53:35 +02:00 |
|
Nahuel Barrios
|
c3e33f5988
|
Add usage section to README
|
2016-04-15 22:03:23 -03:00 |
|
Bob Pan
|
d6383b7d1d
|
[type] minor improve of type transformer
|
2016-03-04 21:05:33 +08:00 |
|
Bob Pan
|
8e58b0eb40
|
fix bug on MultiArrayTransformer
|
2016-03-04 20:00:17 +08:00 |
|
Bob Pan
|
0d48e49275
|
fix type detect on arrays
fix https://github.com/pxb1988/dex2jar/issues/28
|
2016-03-04 19:55:13 +08:00 |
|
Bob Pan
|
d9baaa5779
|
[decrypt-string] add argument -v,--verbose to control output
https://github.com/pxb1988/dex2jar/issues/51
|
2016-01-20 13:16:58 +08:00 |
|
Bob Pan
|
f548b03cdc
|
disable test case
|
2016-01-18 19:03:02 +08:00 |
|
Bob Pan
|
305f294de7
|
[decrypt-string] mute exception stack
https://github.com/pxb1988/dex2jar/issues/51
|
2016-01-18 17:13:51 +08:00 |
|
Bob Pan
|
a6298932f8
|
prevent endless loop on enclosingClass
apply patch from ChaeHoon Lim, with modification
|
2016-01-07 19:31:39 +08:00 |
|
Bob Pan
|
2d9e9c33b1
|
allow multi class in one smali file
|
2016-01-07 19:29:33 +08:00 |
|
Bob Pan
|
a9b4e855dd
|
Update README.md
enable travis status on README.md
|
2016-01-06 13:22:07 +08:00 |
|
Bob Pan
|
47b9f420c7
|
add gradle wrapper
|
2016-01-06 13:13:38 +08:00 |
|
Bob Pan
|
ce2621f6e8
|
remove maxHeapSize
|
2016-01-06 13:09:49 +08:00 |
|
Bob Pan
|
666a7d9efb
|
enable travis build
|
2016-01-06 13:06:12 +08:00 |
|
Bob Pan
|
a21374153a
|
Fix issue 1 on bitbucket
https://bitbucket.org/pxb1988/dex2jar/issues/1/javalangruntimeexception-can-not-merge-i
return int when merge int and boolean
|
2016-01-06 12:58:00 +08:00 |
|
Bob Pan
|
afdf5959bb
|
Fix issue 5 on bitbucket
https://bitbucket.org/pxb1988/dex2jar/issues/5/there-are-2-methods-fail-to-translate
implement getOpcode for customize type descriptor
|
2016-01-06 11:19:30 +08:00 |
|
Bob Pan
|
ac41ef7d4d
|
Merge branch '2.x' of git@github.com:pxb1988/dex2jar.git into 2.x
|
2015-12-07 14:38:42 +08:00 |
|
Bob Pan
|
d463a0b789
|
Merge pull request #35 from sschuberth/2.x
Fix a few typos in the command line option descriptions
|
2015-12-07 14:33:38 +08:00 |
|
Bob Pan
|
7a14729a4c
|
use antlr plugin on gradle to generate parser
--HG--
branch : 2.x
|
2015-12-03 23:06:24 +08:00 |
|
Bob Pan
|
ecb7b6746b
|
enable d2j-asm-verify and d2j-jar-access
--HG--
branch : 2.x
|
2015-12-03 22:57:04 +08:00 |
|
Bob Pan
|
83ea8a24dc
|
Merge
--HG--
branch : 2.x
|
2015-12-03 10:22:31 +08:00 |
|
Bob Pan
|
f8ad4dc98e
|
replace to 'throw new NegativeArraySizeException()' when init a nagative size array
--HG--
branch : 2.x
|
2015-12-02 22:44:08 +08:00 |
|
Bob Pan
|
09824bbb94
|
fix compile error with dx-23.0.0
--HG--
branch : 2.x
|
2015-12-02 22:42:55 +08:00 |
|
Bob Pan
|
60599ef4e4
|
fix crash on negative arraysize, https://bitbucket.org/pxb1988/dex2jar/issues/2/decompiler-error
--HG--
branch : 2.x
|
2015-12-02 21:57:03 +08:00 |
|
Sebastian Schuberth
|
9ae0bc7643
|
Fix a few typos in the command line option descriptions
|
2015-11-09 13:56:48 +01:00 |
|
Bob Pan
|
7abe3ef333
|
transform Array.newInstance to new-multi-array
--HG--
branch : 2.x
|
2015-11-08 03:25:20 +08:00 |
|
Bob Pan
|
32ca7bc705
|
auto chose instruction for goto/goto_16 and const_string
--HG--
branch : 2.x
|
2015-10-29 22:52:46 +08:00 |
|
Bob Pan
|
0062996d8a
|
Merge
--HG--
branch : 2.x
|
2015-10-29 01:15:38 +08:00 |
|
Bob Pan
|
533b750b2d
|
spport read zip from maped memory
--HG--
branch : 2.x
|
2015-10-29 01:10:08 +08:00 |
|
Bob Pan
|
077f1ae9fc
|
treat int as uint in minLine
--HG--
branch : 2.x
|
2015-10-29 01:06:13 +08:00 |
|
Bob Pan
|
46bda9e8e7
|
fix bug in lengthOfUleb128
--HG--
branch : 2.x
|
2015-10-29 01:01:18 +08:00 |
|
Bob Pan
|
59e78f16ee
|
always cleanup access flags in class
--HG--
branch : 2.x
|
2015-09-27 03:39:41 +08:00 |
|
Bob Pan
|
c4bec2d2ec
|
update dx from 1.7 to 23.0.0
--HG--
branch : 2.x
|
2015-09-27 03:39:14 +08:00 |
|
Bob Pan
|
52174ca6f6
|
check for null on read_annotation_set_ref_list
https://github.com/pxb1988/dex2jar/issues/30
--HG--
branch : 2.x
|
2015-09-22 10:32:42 +08:00 |
|
Bob Pan
|
c3ad4e2053
|
BaseCmd: support auto config @Opt
--HG--
branch : 2.x
|
2015-09-15 21:52:29 +08:00 |
|
Bob Pan
|
f3333b3e7b
|
Fix issue #27, NPE on accept DexAnnotationVisitor
https://github.com/pxb1988/dex2jar/issues/27
--HG--
branch : 2.x
|
2015-09-02 12:44:01 +08:00 |
|
Bob Pan
|
1020541e3c
|
remove println
--HG--
branch : 2.x
|
2015-06-13 20:37:37 +08:00 |
|
Bob Pan
|
21eadfaab9
|
fix compiler error by perv commit
--HG--
branch : 2.x
|
2015-06-13 20:25:49 +08:00 |
|
Bob Pan
|
05dcb848c6
|
use antlr4 to parse smali files
Fix issue #16
https://github.com/pxb1988/dex2jar/issues/16
--HG--
branch : 2.x
|
2015-06-13 19:19:15 +08:00 |
|
Bob Pan
|
d69d6c17c6
|
fix compiler error in generating asmifier of dex file
--HG--
branch : 2.x
|
2015-05-29 22:36:35 +08:00 |
|
Bob Pan
|
d09c42299e
|
handler .param reg and translate reg to parameter index when parse smali
--HG--
branch : 2.x
|
2015-05-29 22:35:54 +08:00 |
|
Bob Pan
|
1d663bba9a
|
improve FILL_ARRAY_DATA
--HG--
branch : 2.x
|
2015-05-29 11:54:56 +08:00 |
|