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 |
|
Skylot
|
e4dde3f4b6
|
core: fix class cast exception
|
2014-06-15 21:35:34 +04:00 |
|
Skylot
|
9c90699c40
|
core: fix parsing of generic signature with inner classes
|
2014-06-15 17:42:48 +04:00 |
|
Skylot
|
b67cd50e8a
|
gui: add definitions search window
|
2014-06-14 19:38:24 +04:00 |
|
Skylot
|
d2acaa03f5
|
core: guess variable name from assign instruction
|
2014-06-06 21:22:20 +04:00 |
|
Skylot
|
f2aa4cd10b
|
core: make better variables naming
|
2014-06-05 19:40:57 +04:00 |
|
Skylot
|
b940b99e75
|
core: fix issues in variable names and try/catch blocks
|
2014-06-03 23:08:40 +04:00 |
|
Skylot
|
868e0706ea
|
core: fix source line number parsing and saving
|
2014-05-31 16:58:03 +04:00 |
|
Skylot
|
324f544ba2
|
gui: show source line numbers
|
2014-05-31 16:17:40 +04:00 |
|
Skylot
|
0a1981f90e
|
gui: add hyperlinks for classes and fields
|
2014-05-25 23:14:29 +04:00 |
|
Skylot
|
0a36bfb088
|
core: fix try-catch blocks processing
|
2014-05-24 19:55:29 +04:00 |
|
Skylot
|
0d94af099b
|
core: improve 'if' detection with 'return' instruction
|
2014-05-18 00:28:43 +04:00 |
|
Skylot
|
4a6115ed64
|
core: refactor attribute storage
|
2014-05-14 21:12:39 +04:00 |
|
Skylot
|
42eb319751
|
fix issues reported by Coverity
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
343bddc6ad
|
core: fix 'break' detection in loop
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
632a742ea9
|
core: fix method inline
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
08c9d1228a
|
core: inline 'cmp' instruction
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
11d8b28fb4
|
core: fix variable rename
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
12b6371209
|
core: fix basic block initial id
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
24d22aaafb
|
core: fix 'if' detection
|
2014-05-12 22:08:33 +04:00 |
|
Skylot
|
ebf7822628
|
use spock framework for unit tests
|
2014-05-12 22:08:33 +04:00 |
|