Skylot
67def6319e
feat(cli): add option to change deobfuscation map file ( #1117 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2021-02-13 14:22:22 +00:00
Choiman1559
c56d9ac7ce
fix(gui): updated korean translation (PR #1118 )
2021-02-13 15:49:42 +03:00
Skylot
e6588c4307
fix(gui): correct font save with '-' in name ( #1116 )
2021-02-12 17:17:41 +00:00
Skylot
712389ab24
build: add windows artifact, use nightly.link for download unstable build ( #1113 )
2021-02-06 12:43:49 +00:00
Skylot
5f1be38490
build: upload unstable binaries as build artifact ( #1113 )
2021-02-05 21:33:04 +00:00
Skylot
7982592c6e
build: remove Travis and Bintray, disable codecov and sonarqube ( #1113 )
2021-02-04 12:14:39 +00:00
Skylot
69574918b5
fix: allow constructor invoke as lambda
2021-02-02 18:27:36 +00:00
Skylot
f6783e8f5e
fix: implement 'copy' and 'isSame' methods in InvokeCustomNode
2021-02-02 16:27:45 +00:00
Skylot
913b00a4d4
build: setup simple test build using Github Actions
2021-02-01 19:37:19 +00:00
Skylot
22fa132110
fix: support instance invoke for 'invoke-custom' instruction ( #384 )
2021-02-01 19:02:31 +00:00
Skylot
5a30fc0300
fix: improve const inlining in finally blocks ( #917 )
2021-01-30 19:44:38 +03:00
LBJ-the-GOAT
c774ffc979
feat(gui): search in resource files ( #347 ) ( #1032 ) (PR #1108 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-30 19:34:20 +03:00
Skylot
c93e7fb9cd
fix: detect loaded class duplication ( #1107 )
2021-01-29 11:31:00 +00:00
Surendrajat
3437888964
fix(gui): use common keyboard shortcuts for navigation ( #1085 ) (PR #1106 )
2021-01-27 21:37:13 +03:00
Surendrajat
b314e0bdda
fix(gui): improve color schemes ( #1101 ) (PR #1105 )
...
* do not use hardcoded color for highlighting
* add a new theme: druid
2021-01-27 21:02:16 +03:00
LBJ-the-GOAT
2bdde6a528
fix(gui): fix variable usage & caret position after rename ( #1099 ) (PR #1103 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-27 19:23:07 +03:00
LBJ-the-GOAT
c61cb80a8b
feat(gui): rename local variables ( #1023 ) ( #1084 ) (PR #1098 )
...
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-27 14:58:57 +03:00
Fi5t
4217aab933
fix: new gradle export ( #1095 ) (PR #1097 )
...
* Update export of gradle project
* Fix hardcoded index
* Add versionCode and versionName to the export template
2021-01-26 21:31:12 +03:00
LBJ-the-GOAT
ffb2956d90
fix(gui): fix caret positions of search/usage/goto decl, add search to popup menu ( #1093 ) (PR #1094 )
...
* fix caret positions of search/usage/goto decl to matched place & add menu items for search
* Remove static field for main window
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-25 14:49:21 +03:00
Skylot
9744547fab
fix(gui): correct line numbers with enabled line wrap ( #1092 )
2021-01-24 16:10:37 +00:00
Choiman1559
b580d1cf5b
fix(gui): update korean translation (PR #1091 )
2021-01-23 20:24:09 +03:00
LBJ-the-GOAT
855c7b608e
feat(gui): add shortcuts to TabbedPanel and enhance JumpPosition ( #1085 ) (PR #1090 )
...
* Add shortcuts to TabbedPanel & enhance JumpPosition
* Update jadx-gui/src/main/java/jadx/gui/ui/codearea/RenameAction.java
Co-authored-by: tobias <tobias.hotmail.com>
2021-01-23 14:20:08 +03:00
Shatyuka
707ed9a828
fix(gui): codearea popup menu always disabled in macos ( #1052 ) (PR #1086 )
2021-01-18 19:03:32 +03:00
alienhe
a3ea514521
fix: elemSize=0 fill_array_data_payload insn obfuscation (PR #1082 )
...
Co-authored-by: hexun <hexun@fenbi.com >
2021-01-15 12:10:33 +03:00
Skylot
3dfaec5033
feat: initial support for 'invoke-custom' instruction ( #384 )
2021-01-14 20:15:23 +00:00
Skylot
778106c41b
chore: update gradle and java dependencies
2021-01-14 19:58:01 +00:00
Skylot
c47e9cdde4
fix: allow to load Spring Boot jar ( #1066 )
2021-01-04 20:31:17 +03:00
Skylot
8dd76420c8
fix(deobf): complete disable rename if all rename options unchecked ( #1076 )
2021-01-02 22:22:45 +03:00
Skylot
dfe026ac2d
test(gui): fix localization test
2021-01-01 18:04:42 +03:00
Choiman1559
f0849d0ed1
feat(gui): added Korean translation (PR #1074 )
...
* Added korean translation properties
* Added korean translation
* Update Messages_ko_KR.properties
* Update NLS.java
2021-01-01 18:00:10 +03:00
Skylot
b7ca898b77
perf: improve processing of override related methods ( #1072 )
2020-12-31 13:33:18 +03:00
green9317
1b8b377f90
feat(gui): allow use regex in the search dialog (PR #1069 )
...
* Implements the option to use Regex on the Search Dialog
* Updated the way search works to pass a search settings class with options set rather than method arguments
* Fixing style issues
* Updating Style Fix
* Cleaning code
* Updating code to combine SearchSettings and Search Impl as well as efficiency improvements.
* Fixing bug caused from moving code in the searchImpl class
* Fixing a minor bug
* adding style fixes
2020-12-29 22:12:20 +03:00
Skylot
7227f1ac78
fix: don't skip method instructions in fallback mode ( #1063 )
2020-12-24 12:58:15 +00:00
Jan S
23f088105e
fix(gui): synchronized conditional usageList remove method added (PR #1065 )
2020-12-24 15:42:52 +03:00
Skylot
3bbb6b1058
fix: rename all related overridden methods in deobf map file ( #1058 )
2020-12-21 14:47:57 +00:00
Skylot
3a4895b21c
test: check code after reload
2020-12-21 17:38:29 +03:00
Jan S
4e6afe9b64
fix(gui): do not show empty rename dialog if user chooses not to change DeobfuscationForceSave settings (PR #1061 )
2020-12-21 16:23:37 +03:00
Alisson Lauffer
dd4c20249f
fix(gui): increase settings vertical scroll increment (PR #1059 )
2020-12-21 15:14:19 +03:00
AdamN
b54b2d47e9
fix(res): use lowercase for resource filename and only use underscore for compatibility with newer android studio ( #1043 , PR #1057 )
2020-12-20 19:14:09 +03:00
Skylot
64fb587d0f
fix(gui): improve rename for overridden methods
2020-12-19 18:07:51 +03:00
Skylot
2ca3c65300
fix(deobf): don't rename unresolved or classpath overridden methods
...
Change details:
- use common code for process override methods in deobfuscator (move OverrideMethodVisitor to pre-decompile stage)
- add all public methods to jadx class set to allow search of override base method
- add don't rename flag if override hierarchy have unresolved methods
2020-12-19 18:07:51 +03:00
Jan S
549f346d5e
fix: prevent NullPointerException and ConcurrentModificationException when renaming something (PR #1055 )
2020-12-18 17:12:32 +03:00
Jonas Konrad
80a879bddf
fix: properly transform array creation with constant field length to filled-array (PR #1054 )
2020-12-16 19:12:11 +03:00
Skylot
13c17a000a
fix: force code inline after new array creation resugar ( #1048 )
2020-12-12 20:12:42 +00:00
Jonas Konrad
96dea75bc8
fix: preserve original method details in inlined invocation (PR #1049 )
2020-12-12 22:08:50 +03:00
Skylot
035fce6191
fix: improve error reporting for instruction decode failure ( #1046 )
2020-12-11 22:06:08 +03:00
Jonas Konrad
2f5dd171d0
fix: do not remove method start block when it is referenced from dead code (PR #1044 )
2020-12-09 23:19:21 +03:00
Skylot
e7598d4340
fix: don't add region on exit block ( #1040 )
2020-12-03 21:45:21 +03:00
Skylot
76d0a39a0f
fix: handle empty loop body ( #1040 )
2020-12-03 21:45:21 +03:00
Jonas Konrad
3f25f072c6
fix: properly traverse methods with synchronize blocks that have no clear exit (PR #1041 )
2020-12-03 17:15:49 +03:00