Skylot
|
db527fbbda
|
core: add api for write tests using smali
|
2014-09-13 18:55:17 +04:00 |
|
Anton Dyachenko
|
d1e0762c12
|
core: fix processing of debug info (markup of local variables)
|
2014-09-12 19:24:44 +04:00 |
|
Skylot
|
010ae99c69
|
core: restore simple for-each loop over iterable object
|
2014-09-07 16:49:02 +04:00 |
|
Skylot
|
a4632d6e86
|
core: fix high memory usage while process conditions
|
2014-09-04 22:35:47 +04:00 |
|
Skylot
|
2a3162f869
|
core: don't set 'skip' flag for failed nested 'if' merge (issue #18)
|
2014-09-02 22:46:12 +04:00 |
|
Anton Dyachenko
|
128fe8a839
|
core: fix resolving the instance field in the 2nd and more nested inner class
|
2014-09-02 20:05:15 +04:00 |
|
Anton Dyachenko
|
2478fc3a1b
|
core: fix instance initializer producing (don't generate super() call)
|
2014-09-02 19:55:26 +04:00 |
|
Skylot
|
5a68d3bef7
|
core: restore for-each loop over array
|
2014-09-01 23:09:04 +04:00 |
|
Skylot
|
195eeceb62
|
core: restore simple indexed loops
|
2014-08-30 23:15:51 +04:00 |
|
Skylot
|
ec8309af49
|
core: fix processing 'if' at loop end
|
2014-08-20 22:02:00 +04:00 |
|
Skylot
|
e2018535ef
|
core: add ternary conditions processing
|
2014-08-19 22:27:51 +04:00 |
|
Skylot
|
ee56610f06
|
core: allow method name be same as class name (issue #15)
|
2014-08-18 20:45:50 +04:00 |
|
Skylot
|
5545a94a9e
|
core: process nested ternary operators
|
2014-08-16 17:39:30 +04:00 |
|
Skylot
|
9e811d959b
|
core: add method for print line numbers
|
2014-08-16 17:16:56 +04:00 |
|
Skylot
|
957d5394d2
|
refactor: add static methods for create DotGraphVisitor
|
2014-08-16 17:06:50 +04:00 |
|
Skylot
|
95afe1219e
|
core: don't cache dex strings (old workaround for bug in dx)
|
2014-08-16 15:07:06 +04:00 |
|
Skylot
|
4f307c0085
|
core: allow subblock replace for 'if' region
|
2014-08-14 22:38:29 +04:00 |
|
Skylot
|
3bdda55102
|
core: inline filled array creation
|
2014-08-14 22:23:13 +04:00 |
|
Skylot
|
b657b0fb1f
|
core: fix 'if' processing in 'do/while' loop
|
2014-08-12 23:00:29 +04:00 |
|
Skylot
|
4935ae6da5
|
core: hide value parser constants
|
2014-08-12 22:58:20 +04:00 |
|
Skylot
|
72a50eae43
|
core: fix missing blocks in loop region
|
2014-08-11 22:29:10 +04:00 |
|
Skylot
|
fa37b90cff
|
core: fix processing try/catch in other catch
|
2014-08-10 22:36:42 +04:00 |
|
Skylot
|
052a8db606
|
core: resolve minor issues
|
2014-08-09 19:32:13 +04:00 |
|
Skylot
|
88ccba166e
|
core: don't inline variables defined in 'try' and used in 'catch'
|
2014-08-08 22:10:10 +04:00 |
|
Skylot
|
58998089a6
|
core: redone 'if' structure checking
|
2014-08-07 22:20:47 +04:00 |
|
Skylot
|
f0a73b329e
|
core: fix processing conditions in loop
|
2014-08-06 22:28:29 +04:00 |
|
Skylot
|
c97678a477
|
refactor: make ErrorsCounter non static
|
2014-08-05 22:48:31 +04:00 |
|
Skylot
|
2ad739275f
|
core: handle special values for numbers
|
2014-08-04 22:07:10 +04:00 |
|
Skylot
|
caad78885d
|
core: check for duplicated code generation
|
2014-08-02 16:39:14 +04:00 |
|
Skylot
|
a234227b9f
|
core: fix errors in try/catch processing (issue #13)
|
2014-08-02 16:33:52 +04:00 |
|
Skylot
|
16f736e773
|
core: fix missing 'catch' code
|
2014-07-30 23:05:39 +04:00 |
|
Skylot
|
33c5e0827a
|
core: always check arguments before inline
|
2014-07-29 22:59:53 +04:00 |
|
Skylot
|
cbd36aeb8f
|
core: fix unused variables declaration
|
2014-07-29 22:34:18 +04:00 |
|
Skylot
|
2963bb3f41
|
core: fix issues reported by coverity
|
2014-07-28 23:19:48 +04:00 |
|
Skylot
|
75d8a01cab
|
core: improve error reporting
|
2014-07-28 22:50:55 +04:00 |
|
Skylot
|
0968f75e9a
|
core: fix condition in loops (issue #9)
|
2014-07-28 22:50:42 +04:00 |
|
Skylot
|
5f11f12d0c
|
core: remove redundant spaces for enums
|
2014-07-18 21:21:24 +04:00 |
|
Skylot
|
2d18950542
|
core: add some integration tests
|
2014-07-17 23:32:18 +04:00 |
|
Skylot
|
50d314445a
|
core: fix code style
|
2014-07-17 23:31:07 +04:00 |
|
Skylot
|
f8d57d9265
|
core: decompile '.class' files
|
2014-07-15 23:45:25 +04:00 |
|
Skylot
|
ebbe6db378
|
core: fix complex 'if' processing (issues #9 and #12)
|
2014-07-12 21:26:14 +04:00 |
|
fruiter
|
41cc83dbf6
|
core: fix nested try-catch blocks processing
|
2014-07-06 20:15:20 -04:00 |
|
Skylot
|
ce7101be88
|
core: always inline 'this' (issue #10)
|
2014-06-28 15:39:35 +04:00 |
|
Skylot
|
0a241e3a9c
|
core tests: add custom string matchers
|
2014-06-28 15:38:50 +04:00 |
|
Skylot
|
37857e88ea
|
core: fix switch statement processing (issue #9 case 2)
|
2014-06-24 14:08:20 +04:00 |
|
Skylot
|
6fbcf46a8b
|
core: refactor return remover visitor
|
2014-06-24 14:08:20 +04:00 |
|
Skylot
|
a36bc8f29a
|
core: add serial uid to JadxRuntimeException
|
2014-06-24 14:08:20 +04:00 |
|
Skylot
|
813b7bca6e
|
core: sort error nodes in execution report
|
2014-06-23 23:37:39 +04:00 |
|
Skylot
|
e2945f2a42
|
core: limit region traversal iterations count
|
2014-06-23 23:37:39 +04:00 |
|
Skylot
|
26aa504590
|
core: guard endless regions processing
|
2014-06-20 17:08:07 +04:00 |
|