Skylot
d8b39c2698
Merge branch 'master' into type-inference-wip
2019-01-16 22:29:39 +03:00
Skylot
618b014b3d
fix: rename method wrapped by synthetic only from same class ( #430 )
2019-01-16 22:27:50 +03:00
Skylot
4e990ae2b0
fix: safe SSA variables replacement in filled new array instruction ( #399 )
2019-01-16 19:03:47 +03:00
Skylot
41ee57a6f7
Merge branch 'master' into type-inference-wip
2019-01-15 14:18:31 +03:00
Jan S
72b2663949
fix: ArrayIndexOutOfBoundsException in string concatenation visitor ( #427 )
...
* fix: ArrayIndexOutOfBoundsException in string concatenation visitor
* fix: typo in comment
* fix: StringBuilder chain processing created wrong code
* test: simple JUnit test cases added for testing StringBuilder chain processing (chains that can be and that can't be simplified)
2019-01-12 21:12:28 +03:00
Skylot
727285e3df
chore: update dependencies and gradle
2019-01-12 19:07:37 +03:00
Donlon
fd3498add6
fix: show method alias in "method not decompiled" messages ( #410 )
2019-01-06 14:02:37 +03:00
Skylot
43de744c88
fix: don't reject type update for generics
2018-12-26 21:41:36 +03:00
Skylot
2dea6f55b5
fix: add more details for variable with type inference error
2018-12-25 18:28:35 +03:00
Skylot
76cf4f053f
Merge branch 'master' into type-inference-wip
2018-12-25 18:28:00 +03:00
Skylot
eadf046b2c
chore: show try/catch processing problems in code comments
2018-12-25 17:29:36 +03:00
Skylot
e9591efd7e
fix: search exception handler splitter block by offset if jump source unknown ( #406 )
2018-12-25 17:27:42 +03:00
Skylot
0f27eba1b1
fix: don't rename constructors and class init methods in deobfuscator ( #415 )
2018-12-22 13:03:06 +03:00
Skylot
a841d0ebe7
fix: use '$' for inner classes also in methods and fields ( #415 )
2018-12-22 13:02:27 +03:00
Skylot
6a1717a624
fix: use original call class for invoke inherited methods ( #413 )
2018-12-21 21:54:26 +03:00
Skylot
ee6508e93c
fix: use '$' as separator for inner classes in .jobf file ( #415 )
2018-12-21 20:22:24 +03:00
Skylot
e0624ce986
fix: use '$' as separator for inner classes in .jobf file ( #415 )
2018-12-21 19:44:25 +03:00
Skylot
995cf2ad42
fix: use types with generics for overloaded method casts ( #402 )
2018-12-08 20:54:55 +03:00
Skylot
b9fffa149b
fix: allow override type with wider one only from debug info ( #403 )
2018-12-06 17:55:38 +03:00
Skylot
37071dbaf3
fix: use soft checks for objects and arrays in 'if' type listener ( #401 )
2018-12-06 13:22:34 +03:00
Skylot
87c1231422
fix: show type inference errors as method comments
2018-12-06 13:22:18 +03:00
Skylot
d553157bb3
fix: hide debug type inference logs
2018-12-03 12:36:06 +03:00
Skylot
95f9ab035d
fix: inline constants in chained move instructions ( #399 )
2018-12-01 23:37:14 +03:00
Skylot
21e11c1d47
fix: implement new type inference approach
2018-12-01 23:37:04 +03:00
Skylot
6d59f77165
fix: process try/catch without move-exception instruction ( #395 )
2018-11-26 14:31:49 +03:00
Marcin Kamionowski
3a798cb21c
fix: return type lost after type inference ( #396 )
2018-11-23 20:01:50 +03:00
Skylot
1fc92d2a16
fix: instruction deep equals must check result
2018-11-16 19:04:38 +03:00
Skylot
850bd96976
fix: don't remove synthetic class with inner classes
2018-11-11 21:04:37 +03:00
Skylot
20b03aa755
fix: don't remove synthetic method if args count or name not same ( #361 )
2018-11-09 19:54:00 +03:00
Parth Bhatia
bedbf94b4a
fix: update dx to version 16 ( #369 )
2018-11-07 20:10:37 +03:00
Skylot
47917fd5c2
fix: resolve some sonar critical issues
2018-10-29 22:27:28 +03:00
Skylot
1d7bb43dfd
fix: correct code line number calculation
2018-10-29 18:43:22 +03:00
Skylot
a3464d7184
fix(gui): make link for full class names ( #378 )
2018-10-28 18:52:43 +03:00
Jan S
df9ae295db
feat: make the import class name clickable ( #378 )
2018-10-25 16:36:37 +03:00
Skylot
3815d30fc1
fix: force rename fields and methods with reserved names ( #364 )
2018-10-24 21:30:36 +03:00
Skylot
778b9bb851
fix: resolve lint errors in resource save methods
2018-10-24 21:30:36 +03:00
Sergey Toshin
57dd9e6146
Removes useless imports which prevented gradle build
2018-10-24 21:21:17 +03:00
sergey-wowwow
8eef4a9075
fix: saves all resources ( #375 )
2018-10-24 20:58:49 +03:00
sergey-wowwow
87f50ab513
fix: exports resources first ( #376 )
2018-10-24 20:56:32 +03:00
Skylot
9be62fb16e
fix: lower regions count limit ( #354 )
2018-09-08 17:45:04 +03:00
Skylot
f6f883b9d1
fix: change resource fields generations in R class ( #308 )
2018-09-08 14:33:33 +03:00
sergey-wowwow
5de4d0792f
fix: generates code of missing R class ( #353 )
2018-09-08 14:32:59 +03:00
Skylot
8c43e7f7ce
style: fix code formating
2018-09-08 10:22:06 +03:00
Skylot
bc3af8e64d
fix: resolve some sonar warnings
2018-09-08 10:12:40 +03:00
Skylot
7492889f4e
core: prevent endless region processing ( #340 )
2018-08-23 23:16:36 +03:00
Skylot
0c041120f6
core: show all decompilation errors in code comments ( #313 )
2018-08-23 23:16:36 +03:00
Skylot
ecbb53aaea
core: fixed 'this' attribute propagation for move insn ( #345 )
2018-08-22 21:38:43 +03:00
skylot
ffe739b7eb
Merge pull request #343 from Donlon/master
...
Solve unreplaced fields names when deobfuscation is on (#241 )
2018-08-22 11:59:04 +03:00
Donlon
bd05be6fb6
Delete some changes
2018-08-22 12:14:29 +08:00
JaviLukiOfficial
39899e4edc
-New language: Spanish
...
-Small typo corrected on a LOG.error String argument.
2018-08-21 15:33:22 +02:00