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
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
Jan S
3a6d645ea3
fix(res): do not rename resources names for building res-map.txt (PR #1035 )
...
fix: do not rename resources names for building res-map.txt
allow loading of resources.arsc from android.jar files
res-map.txt bases on resources.arsc from API 3, 4, 7-30 (taken from https://github.com/Sable/android-platforms )
2020-11-30 14:00:58 +03:00
Skylot
edbe6015f6
fix(res): unescape new line symbol in string resources ( #1030 )
2020-11-23 16:35:05 +00:00
bagipro
f642e11a7a
fix(res): fixes ns value (PR #1029 )
...
* Fixes ns value
* fix formatting
Co-authored-by: bagipro <bugi@MacBook-Pro.local >
Co-authored-by: Skylot <skylot@gmail.com >
2020-11-23 00:54:03 +03:00
Skylot
fdc87fe296
fix: update class set data to Android API 30
2020-11-22 18:43:49 +00:00
Skylot
7396c7595f
fix: resolve type variables in invoke from arg types
2020-11-22 18:41:38 +00:00
Skylot
d39849ad00
fix(res): update android resources to API 30
2020-11-21 23:24:18 +03:00
Skylot
d65ee902f7
fix: load android res map in getter
2020-11-21 20:24:11 +00:00
Skylot
eada4b0fc3
fix: don't add 'default' for static methods in interfaces
2020-11-21 23:04:55 +03:00
bagipro
6f9619126a
fix(res): rename invalid res keys (PR #1027 )
...
* Renames invalid res keys
* perf: store compiled resource name pattern for better performance
Co-authored-by: bagipro <bugi@MacBook-Pro.local >
Co-authored-by: Skylot <skylot@gmail.com >
2020-11-21 23:02:47 +03:00
Skylot
4bc6007a4d
fix: error loading resource map file from bundled jar ( #1020 )
2020-11-19 16:09:12 +03:00
Skylot
d3f5154c19
fix: use text file for store android resource mapping ( #1020 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-11-19 10:23:53 +00: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
29ff86b74f
fix: don't unload attributes added to class at initial load ( #1010 )
2020-11-15 17:54:42 +00:00
Skylot
82d4099541
fix(res): skip unused bytes in xml attributes parsing ( #1013 )
2020-11-11 16:46:26 +00:00
Skylot
5f659c8de7
fix: don't apply again already resolved types ( #1012 )
2020-11-10 13:31:49 +00:00
Skylot
e054ea6683
fix: adjust limits to skip processing of large methods ( #1012 )
2020-11-10 13:23:41 +00:00
Skylot
0deafb768b
fix: correct merge code variables across PHI instructions ( #930 )
2020-11-09 20:46:44 +00:00
Skylot
cd612b452c
chore: resolve some warnings reported by IntelliJ Idea
2020-11-07 15:44:57 +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
cd006ce78e
fix: improve resource type detection and remove deprecated method
2020-11-04 21:09:57 +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
2a2b83a695
fix: do not copy input files as resources to output folder
2020-11-03 18:08: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
Skylot
a22efc2eb6
fix: don't add cast for PHI insn ( #1002 )
2020-10-30 23:04:57 +03:00
bagipro
804c8eff91
fix(res): fixes deobfuscated resource text files saving (PR #1004 )
...
Co-authored-by: sergey-wowwow <bugi@MacBook-Pro.local >
2020-10-30 20:28:46 +03:00
Skylot
aec8ebe237
fix: reload request for correct class in method inline visitor ( #999 )
2020-10-29 21:41:35 +03:00
Skylot
e09e8e5823
chore: resolve some issues reported by sonar and lgtm
2020-10-28 14:16:50 +00:00
Skylot
d1e5186d4a
perf(res): speed up rename of deobfuscated resources
2020-10-26 12:28:41 +00:00
Skylot
d06ba95374
chore: remove unused static strings array
2020-10-26 11:15:25 +00:00
sergey-wowwow
f0e6c8ea8e
fix(res): put deobfuscated files to res/ folder (PR #995 )
2020-10-25 20:28:06 +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
e2b42804d5
fix: resolve several issues with package rename and class reload ( #987 )
2020-10-02 16:34:38 +01:00
Skylot
14cbfbc5a4
fix: rerun signature parser on class reload ( #981 )
2020-09-28 16:19:52 +01:00
skylot
9b1761f71f
fix: prevent zipbomb forged headers attacks ( #980 , PR #982 )
2020-09-27 21:10:30 +03: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
Skylot
33f2c3f220
fix: transform loop to for with branching at end
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-09-23 19:20:37 +01:00
Skylot
dcca0133fb
chore: update gradle and dependencies
2020-09-17 21:03:17 +03:00