Skylot
fef3e21c70
fix: resolve type vars from outer class ( #1192 )
2021-06-19 13:44:15 +01:00
Skylot
f3d76c433a
fix: prevent StackOverflowError in MarkFinallyVisitor ( #1191 )
2021-06-18 17:34:21 +01:00
nitram84
31d5715723
fix: prevent duplicated override annotations and minor optimization ( #1188 )(PR #1190 )
...
* Handle explicit override annotations
* Skip override checks for private methods
2021-06-18 00:40:31 +03:00
Skylot
0541748e5f
fix: resolve type variables from super types ( #870 )
2021-06-04 19:31:47 +01:00
Skylot
cf1d9e8372
fix: allow to reuse enum fields in static fields ( #1019 )
2021-06-01 20:57:48 +01:00
Skylot
b096d8869e
fix: support branched object construction ( #1019 )
2021-06-01 15:58:08 +01:00
Skylot
2acc14b04a
fix: resolve generic type vars for instance field get instruction ( #918 )
2021-05-30 10:18:35 +01:00
Skylot
1f1efb0e17
fix: allow local variables have name same as instance fields ( #1183 )
2021-05-29 20:18:49 +01:00
Skylot
c52c659b94
fix: correct inline flag for variables used in anonymous classes ( #1154 )
2021-04-18 19:10:59 +01:00
skylot
4e5fac4b88
feat(gui): add code comments ( #359 ) (PR #1127 )
...
* feat(gui): add code comments (#359 )
* refactor: replace instanceof search with method dispatch in RegionGen
* fix: various bug fixes and improvements for code comments
* fix(gui): support multiline code comments
* fix: resolve code differences after class reload
* fix(gui): add search for comments, allow search in active tab only
* fix: correct search for inner classes
* fix(gui): run full index on search dialog open
2021-03-04 17:45:48 +03:00
Skylot
7a14aaa17e
fix: resolve variable name shadowing in anonymous classes ( #1124 )
2021-03-02 18:43:52 +00:00
Skylot
3a69ac23c0
fix: restore enums with removed fields ( #926 )
2021-02-23 16:59:33 +00:00
Skylot
b873c6ae4d
refactor: use interface for CodeWriter
...
Details:
- add simple and annotated code writers to allow
skip code annotations processing in jadx-cli and other places
- add annotated code info to use only than needed
- allow to set provider for codewriter in JadxArgs
- add JadxArgs argument to constructor to allow change output
- add cli option to insert debug line numbers as code comments
(example for previous change)
2021-02-21 17:34:33 +03: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
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
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
Skylot
3dfaec5033
feat: initial support for 'invoke-custom' instruction ( #384 )
2021-01-14 20:15:23 +00:00
Skylot
8dd76420c8
fix(deobf): complete disable rename if all rename options unchecked ( #1076 )
2021-01-02 22:22:45 +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
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
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
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
Jonas Konrad
5c75f249c7
fix: do not count nop instructions when considering methods for fallback mode printing ( #1038 ) (PR #1039 )
2020-12-01 13:39:48 +03:00
Jonas Konrad
faa205a486
fix: process exception handler when handler block is start of a new try block (PR #1036 )
2020-11-30 15:46:18 +03:00
Skylot
edbe6015f6
fix(res): unescape new line symbol in string resources ( #1030 )
2020-11-23 16:35:05 +00:00
Skylot
7396c7595f
fix: resolve type variables in invoke from arg types
2020-11-22 18:41:38 +00:00
Skylot
eada4b0fc3
fix: don't add 'default' for static methods in interfaces
2020-11-21 23:04:55 +03:00
Skylot
4bc6007a4d
fix: error loading resource map file from bundled jar ( #1020 )
2020-11-19 16:09:12 +03:00
Skylot
98d8015015
refactor: split field init attribute
2020-11-16 21:09:38 +00:00
Skylot
42a44f210d
feat: concat constant strings ( #1014 )
2020-11-16 19:29:08 +03:00
Skylot
5f659c8de7
fix: don't apply again already resolved types ( #1012 )
2020-11-10 13:31:49 +00:00
Skylot
0deafb768b
fix: correct merge code variables across PHI instructions ( #930 )
2020-11-09 20:46:44 +00:00
Skylot
009939f866
fix: prevent endless loop in method signature parsing ( #1007 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-11-05 17:23:37 +00:00
Skylot
71bf2aa59f
fix: don't apply const split if not needed
2020-11-04 20:21:24 +00:00
Skylot
714b935474
fix: improve checks for boolean to int conversion ( #921 )
2020-11-04 19:23:57 +00:00
Skylot
8ca3cd3155
fix: don't use static vars of mutable LiteralArg class ( #1005 )
2020-11-01 15:56:29 +00:00
Skylot
2b7d7ce2cf
fix: additional casts at use place to help type inference ( #1002 )
2020-10-31 16:00:57 +00:00
sergey-wowwow
71617a1c70
feat(res): fix duplicate entries and deobfuscate file names in XML resources (PR #995 )
...
* Fixes dublicates entries in XML resources
* can't use binary search on this list
* add entry config to name comparator, preserve renames by id, improve performance
* Deobf resource files
* Add break
* Changes ResourceFile
Co-authored-by: sergey-wowwow <bugi@MacBook-Pro.local >
Co-authored-by: Skylot <skylot@gmail.com >
2020-10-25 22:18:41 +03:00
Skylot
aa8fd3c861
fix: added another enum restore pattern ( #926 )
2020-10-02 18:38:08 +01:00
Skylot
14cbfbc5a4
fix: rerun signature parser on class reload ( #981 )
2020-09-28 16:19:52 +01:00
Skylot
73ca2e0fa4
fix: move class unload to synchronized block ( #977 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-09-27 18:23:23 +01:00
Skylot
4e4c7f7d7b
fix: more visibility checks for @Override ( #984 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-09-24 17:44:29 +01:00