Skylot
ed2a3c8458
fix: prevent NPE on 'ignore' deobf map file mode
2022-02-22 18:06:01 +00:00
Skylot
779f75cd52
fix(gui): prevent NPE on open preferences without loaded files ( #1385 )
2022-02-22 18:05:51 +00:00
Skylot
54683e3198
feat: plugin options, add verify checksum option for dex input ( #1385 )
2022-02-21 19:44:00 +00:00
Skylot
09335395f5
doc: update option description
v1.3.3
2022-02-20 16:51:36 +00:00
Skylot
57e3dd8f15
feat(cli): improve single file mode ( #1344 )( #1384 )
2022-02-20 15:04:59 +00:00
Skylot
a9bbadd602
feat: add option for deobfuscation map file handle mode ( #1351 )
2022-02-19 21:20:11 +03:00
skylot
2c570681f7
doc: add link to jadx-gui key bindings in readme
2022-02-18 20:26:39 +00:00
Skylot
25166970cc
feat(gui): ctrl+c copy node string in search window ( #293 )
2022-02-18 19:10:56 +00:00
Skylot
d3a0a56b8b
feat(gui): ctrl+c copy highlighted word in code view ( #1292 )
2022-02-18 19:10:34 +00:00
YenKoc
3c2c198a0e
feat(gui): add Xposed snippet copy action (PR #1383 )
...
* add xposedscript
* fix code style and minor issues
* some code style changes for Xposed snippets
* some code style changes for Frida snippets + a fix for multidimensional arrays in overload params
* hide frida and xposed when right-clicking on a null node
* small style fix
* fixed formatting violations
* fix minor issues
Co-authored-by: Skylot <skylot@gmail.com >
Co-authored-by: Orip <oriori1703@gmail.com >
2022-02-18 12:54:41 +00:00
Skylot
4d4d67f0b4
fix: remove shadowed catch handlers ( #1377 )
2022-02-16 19:31:19 +00:00
Skylot
97e8a34906
fix: prevent some NPE in try/catch/finally processing ( #1379 )
2022-02-15 12:29:30 +00:00
Skylot
82f3b57e83
perf: improve ternary mod on big methods ( #1379 )
2022-02-15 12:03:06 +00:00
Skylot
af2f14f807
fix: prevent endless loop in anonymous class analysis ( #1382 )
2022-02-14 23:23:02 +00:00
Skylot
fe248d7098
fix: check values in inner class annotation ( #1382 )
2022-02-14 18:25:54 +00:00
Skylot
1a2e702b25
fix: inline nested anonymous classes ( #1379 )
2022-02-14 17:30:22 +00:00
Skylot
1da20b8e7d
doc: update readme
2022-02-14 16:41:31 +00:00
Skylot
01f74ff706
chore: update gradle and dependencies
2022-02-13 19:08:49 +00:00
Skylot
89e95eb9ee
fix: correct code reload after rename ( #1378 )
2022-02-12 19:15:18 +00:00
Skylot
a61ebaaa00
fix: sum only sub dependencies in batches build ( #1376 )
2022-02-11 19:53:12 +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
Jan S
8d5554f1b5
fix(gui): frida context menu entry does nothing ( #1365 )(PR #1372 )
2022-02-08 12:47:49 +00:00
Ori Perry
873aabb471
fix: use raw class names in Frida action ( #1365 )(PR #1366 )
...
* Use raw_name instead of full_name for the names of class in generated frida snippet.
Also cleaned the code a bit
* Fixed getting method parameters from inlined methods
* fixed generating code for constructor overloads, more cleaning
* Fixed getting method parameters from inlined methods for real this time
* made the option for a frida snippet only appear if clicked on a relevant node
* added support for generating a frida snippet for fields
* apply spotless
* Update jadx-gui/src/main/java/jadx/gui/ui/codearea/FridaAction.java
Co-authored-by: skylot <118523+skylot@users.noreply.github.com >
* moved the overload check from NodeMethod to FridaAction
* added semicolons in the end of lines of the generated frida snippet
* fix code formatting
2022-02-07 21:50:01 +00:00
cyqw
4bed9dc358
fix(gui): results in usage search should be sorted by name (PR #1363 )
2022-02-07 15:39:57 +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
Jan S
b5ce460618
feat(deobf): do not deobfuscate known top level domains with 2 or 3 characters (PR #1369 )
2022-02-06 12:56:59 +00:00
Skylot
3c05b05196
fix: check names from Kotlin metadata before use ( #1364 )
2022-02-05 21:49:36 +00:00
Skylot
bdb2efdb6b
fix(res): remove static caching map for xml renames ( #1364 )
2022-02-05 20:23:44 +00:00
Skylot
a27ba3ff4b
fix(res): skip '.9.png' decode if patch data not found ( #1112 )
2022-02-05 17:45:08 +00:00
Skylot
4684207b54
fix: remove duplicate classes from decompilation batches ( #1361 )
2022-02-05 17:45:07 +00:00
Skylot
dd1be3039b
fix(gui): split decompile and index tasks for correct time counting ( #1361 )
2022-02-05 17:45:07 +00:00
Skylot
8b30b770cd
fix(gui): missing icons and html decorations in usage dialog
2022-02-05 13:36:26 +00:00
Yotam
47caa91e85
fix(cli): fix and add debug log messages in initialization phase (PR #1362 )
...
* Fix log level settings in the CLI
* Add log messages in initialization phase
2022-02-02 19:04:19 +00:00
Skylot
d71f3e09df
fix: prevent endless loop in path cross search ( #1360 )
2022-02-01 14:32:44 +00:00
Jan S
06c7415827
fix(res): improved decoding of flag attributes in binary XML files ( #1156 )(PR #1359 )
2022-01-31 18:00:50 +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
8ff18e63ee
chore: update dependencies
2022-01-25 18:51:43 +00:00
Skylot
381405ea99
fix: always use deep resolve for fields and methods ( #1357 )
2022-01-25 11:37:36 +00:00
Ahmet Bilal Can
ae5c00397a
feat(gui): add frida action to copy methods/classes as frida snippets ( #1355 )(PR #1356 )
...
* add frida action to copy methods/classes as frida snippets
* bug: call toString before comparing
2022-01-24 21:37:12 +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
Yotam
f674a29a64
fix(deobf): rename classes as anonymous only if they are a number (PR #1354 )
2022-01-23 21:16:05 +00:00
Yotam
0c9e3227d0
fix(deobf): collect missing renames for .jobf file ( #1350 )(PR #1353 )
2022-01-23 16:08:54 +00:00
cyqw
be7e1479a1
fix(gui): find usage for overridden methods ( #1349 )(PR #1352 )
2022-01-23 16:06:13 +00:00
Skylot
19827fca20
fix: support full class name in inner generic types ( #1340 )
2022-01-22 18:49:31 +00:00