Donlon
fd3498add6
fix: show method alias in "method not decompiled" messages ( #410 )
2019-01-06 14:02:37 +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
e0624ce986
fix: use '$' as separator for inner classes in .jobf file ( #415 )
2018-12-21 19:44:25 +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
Donlon
dc578f98e7
Fix deobfuscation issue
2018-08-21 17:10:20 +08:00
Skylot
d7ce41e724
core: don't remove synthetic methods with some logic beside casts ( #336 )
2018-08-20 23:05:17 +03:00
Skylot
eaaeb2c843
core: fix return block split after try/catch ( #295 )
2018-08-20 21:36:19 +03:00
Skylot
0ae7c1efbf
core: rename wrapped synthetic method ( #336 )
2018-08-19 19:15:31 +03:00
Skylot
a9251de1dd
deobf: prevents overlaping of class names and packages ( #335 )
2018-08-19 13:06:47 +03:00
Skylot
f9e7a29c08
core: fix sythetic constructor replacement ( #334 )
2018-08-16 23:30:53 +03:00
Skylot
6cb14a1c50
core: use flag for mark 'this' register
2018-08-16 22:55:30 +03:00
Skylot
ea9f933f9e
core: fix register arg hashCode method ( #321 , #328 )
2018-08-15 16:23:30 +03:00
Sergey Toshin
fad0091d87
Prevents generation of NSes second time in wrong place
2018-08-15 15:20:03 +03:00
Skylot
b861151f63
core: rollback finally block extraction if some blocks not removed ( #327 )
2018-08-04 22:32:00 +03:00
Skylot
feeafc407a
core: exclude inner classes from dependencies ( #318 )
2018-08-04 15:35:32 +03:00
Skylot
ea1c1eb803
core: fix insn move check for field assign ( #326 )
2018-08-04 14:32:27 +03:00
Skylot
b83e20b571
core: improve immutable list implementation
2018-08-01 15:07:05 +03:00
skylot
160ad64e67
Merge pull request #325 from FlXME/patch-3
...
Making the Classloader threadsafe
2018-07-30 11:41:38 +03:00
Felix Bergmann
a502581640
Making the Classloader threadsafe
2018-07-30 09:31:44 +02:00
Felix Bergmann
1ec041a48f
Directory Bug
...
The correct pattern to make a directory is: `if (!dir.mkdirs() && !dir.isDirectory()) { error }` mkdirs checks for exists so the exists check is redundant.
2018-07-30 00:09:54 +02:00
Skylot
2433a7e89c
core: fix exception handler jumps ( #320 )
2018-07-28 22:26:56 +03:00
Skylot
6e358d3eab
core: use own immutable list
2018-07-28 22:26:56 +03:00