Skylot
49d0e76272
fix: support all-catch in multi-catch ( #1510 )
2022-06-04 23:25:52 +01:00
Skylot
d6c851eed4
test: fix method code extract
2022-06-02 19:33:16 +01:00
Skylot
e6b6b93cbb
fix: improve blocks tree compare for finally extract ( #1501 )
2022-05-31 20:57:34 +01:00
Skylot
cb741db623
fix: improve usage search, refactor java nodes creation ( #1489 )
2022-05-27 17:56:08 +01:00
skylot
0606c90f22
feat(gui): disk code cache and search rewrite (PR #1483 )
...
* feat: implement disk code cache
* feat: rewrite code metadata handling, remove code index
* feat: rewrite search
* fix: code cleanup and fixes for previous commits
* feat: run code search in parallel
* fix: reset code strings cache on low memory, code cleanup
* fix: include input files timestamp into code hash
2022-05-18 15:19:31 +01:00
Skylot
a717392379
fix: workaround to prevent incorrect order after move inline ( #1472 )
2022-04-29 15:37:07 +01:00
Skylot
a71b3a71d8
fix: better code styling for if-else blocks ( #1455 )
2022-04-26 20:18:06 +01:00
Skylot
1832f2aee3
feat: allow to load custom input ( #1457 )
2022-04-21 13:21:13 +01:00
Skylot
b66293a2f7
fix: handle wildcard in invoke type resolver ( #1238 )
2022-04-18 16:27:35 +01:00
Skylot
b57001d4a7
fix: use correct reference for replaced bridge constructor ( #1441 )
2022-04-10 15:48:36 +01:00
Skylot
d8306cb1c0
feat: add 'simple' decompilation mode
2022-03-23 18:16:54 +03:00
Jan S
909cf0a576
fix: various minor improvements (PR #1418 )
...
* chore: better variable naming for getInstance calls
* chore: rebalance preferences window and fix empty plugins section directly after jadx-gui start
* chore: do not ask for project save if nothing had been changed
* use parallel mode for gradle
* minor improvements for app debugging
* apply CodeQL suggestion to prevent log injection
* handle IntelliJ Idea warnings
* replace not-ASCII chars in LogUtils.escape
Co-authored-by: Skylot <skylot@gmail.com >
2022-03-23 15:13:53 +00:00
Skylot
cb03532b76
fix: allow implicit type cast for array operations ( #1407 )
2022-03-14 18:47:55 +00:00
Skylot
c93e9eea14
fix: improve class names collision detection ( #1406 )
2022-03-13 12:08:03 +00:00
Skylot
94fb91cec6
feat: add options for java-convert plugin
2022-03-02 15:40:32 +00:00
Skylot
5f3c8816a3
fix: allow zero skips for restore new filled array
2022-02-26 17:29:00 +00:00
Skylot
6016b902c7
test: fix usage of Eclipse compiler
2022-02-26 17:29:00 +00:00
Skylot
5852da1e3d
feat: support MethodParameters attribute ( #1260 )
2022-02-26 10:28:21 +00:00
Skylot
502fd069be
test: for source auto check use compiled classes instead runtime
2022-02-26 10:28:20 +00:00
Skylot
3b781e41ad
test: allow to pass additional compiler options
2022-02-24 20:52:34 +00:00
Skylot
4d4d67f0b4
fix: remove shadowed catch handlers ( #1377 )
2022-02-16 19:31:19 +00:00
Skylot
1a2e702b25
fix: inline nested anonymous classes ( #1379 )
2022-02-14 17:30:22 +00:00
xxjy
7a5a2fcd84
fix: nested try catches with overlap try blocks ( #1374 )(PR #1375 )
...
* fix: nested try catch decompilation failed (#1374 )
* add tests and sort handlers
Co-authored-by: Skylot <skylot@gmail.com >
2022-02-09 20:55:15 +00:00
nitram84
e229874195
fix: check if targetSdkVersion is missing in gradle export ( #1367 )(PR #1370 )
2022-02-07 10:39:09 +00:00
Skylot
473b6e31e9
fix: support multi-entry loops (simple case) ( #1320 )
2022-02-06 18:36:33 +00:00
Skylot
3c05b05196
fix: check names from Kotlin metadata before use ( #1364 )
2022-02-05 21:49:36 +00:00
Skylot
bd3e62617e
fix: correct inline for enums in j$.time.temporal
2022-01-31 11:49:59 +00:00
Skylot
00b48473a0
test: add internal option to disable file save
2022-01-31 10:27:20 +00:00
Skylot
84facb13d0
fix: don't inline named variables ( #1338 )
2022-01-28 18:33:38 +00:00
Skylot
96f90e18e8
fix: improve exception handlers attach
2022-01-26 15:43:40 +00:00
Skylot
bd4509f1a7
fix: update field usage on const replace ( #1348 )
2022-01-24 18:22:43 +00:00
Skylot
b8c84886a8
fix: correct use of class names for inner types ( #1340 )
2022-01-24 14:11:40 +00:00
Skylot
45021389bc
fix: correct method arg name if unused
2022-01-24 13:38:49 +00:00
Skylot
19827fca20
fix: support full class name in inner generic types ( #1340 )
2022-01-22 18:49:31 +00:00
Skylot
a7c63c2eb3
fix: handle method override with several bases ( #1234 )
2022-01-18 18:27:09 +00:00
Skylot
9ac9c05265
fix: simplify cascading casts ( #1336 )
2022-01-15 16:31:18 +00:00
Skylot
b7daf79b26
fix: add explicit type for non-int constants ( #1336 )
2022-01-15 14:11:44 +00:00
Skylot
72381ad8f3
fix: correct literal negate for double and float ( #1334 )
2022-01-13 14:00:53 +00:00
Skylot
7576f9cd5e
fix: wrap negative literals before cast ( #1327 )
2022-01-12 17:31:40 +03:00
Skylot
46b5725d98
refactor(test): replace inputs with test profiles
2022-01-12 17:31:37 +03:00
Skylot
c7795bfc48
fix: improve anonymous class inline ( #523 )
2021-12-26 13:06:49 +00:00
Skylot
99c70872c1
fix: use debug line numbers only at fixed offsets ( #1315 )
2021-12-22 22:55:14 +03:00
Skylot
4557d05256
fix: use correct type for anonymous class instance ( #597 )
2021-12-21 17:47:52 +00:00
Skylot
01f47282ed
fix: forbid 'printStackTrace()' usage
2021-12-18 19:24:36 +00:00
Skylot
63f7ce20a4
fix: add merged condition blocks for loop region ( #1307 )
2021-12-14 14:25:59 +00:00
Skylot
f37c23db7a
fix: use correct top block for try blocks with same start ( #1304 )
2021-12-13 18:14:27 +00:00
Skylot
d2bde0be21
fix: invoke in nested anonymous classes ( #1305 )
2021-12-13 00:12:30 +03:00
Skylot
0f00fb9a27
fix: handle move-result after invoke-custom with string concat
2021-12-11 16:22:27 +00:00
Skylot
56683ac409
fix: improve try/catch bounds detection ( #1303 )
2021-12-09 17:34:53 +00:00
Skylot
947b621733
feat: add option to use dx/d8 for convert java bytecode ( #1299 )
2021-12-03 15:05:28 +00:00