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
acdaa95854
test(cli): add multiple input test ( #936 )
2020-11-03 17:27:15 +00:00
Skylot
278c5f6142
feat(gui): allow to load multiple files, button for add files ( #936 )
2020-11-02 18:40:55 +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
Alisson Lauffer
7353790ed1
fix(gui): only show renaming option for JClass, JField and JMethod (PR #1001 )
2020-10-29 20:23:36 +03:00
Skylot
e09e8e5823
chore: resolve some issues reported by sonar and lgtm
2020-10-28 14:16:50 +00:00
Skylot
92773417b3
perf(gui): reduce updates count for memory usage bar ( #1000 )
...
- disabled by default
- update only if label changed
- skip updates if app window becomes inactive
2020-10-27 12:15:04 +00:00
Skylot
12dc4fde8a
fix(gui): clear jumps history on file close
2020-10-27 11:54:11 +03: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
Skylot
c94c204da2
chore: fix travis badge link
2020-10-25 22:37:46 +03: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
Alisson Lauffer
9f684937c6
feat(gui): rename classes and fields by popup menu in tree panel (PR #993 )
2020-10-20 12:26:15 +03:00
Coin
ff6665c716
fix(gui): use correct charset when writing mapping file (PR #992 )
2020-10-17 18:51:08 +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
0f6e942c5b
build: remove check stage in gitlab build
2020-10-01 21:55:51 +01:00
Skylot
c0a81978bf
fix(gui): allow to rename packages ( #987 )
2020-10-01 21:39:23 +01:00
Skylot
b76c882210
fix(gui): fix rename dialog pack ( #972 )
2020-09-28 19:27:48 +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
Skylot
408201b69b
fix: restore enum for java 15
2020-09-17 20:13:36 +03:00
Skylot
e024628d46
chore: fix directory search for smali tests
2020-09-17 19:53:18 +03:00
Skylot
6428f29373
fix: don't add @Override for static methods ( #976 )
2020-09-17 16:47:44 +03:00
Skylot
cfaa6ab6df
fix: don't add @Override if super method is private ( #976 )
2020-09-17 16:39:55 +03:00
Skylot
91ee7565ac
fix: resolved regression in Kotlin metadata parser
2020-09-14 19:09:54 +01:00
Skylot
1bbcac2ab3
fix: handle xor on boolean ( #921 )
2020-09-13 22:06:04 +01:00
Skylot
60b2353afe
fix: adjust types for arithmetic instructions ( #921 )
2020-09-11 21:31:10 +03:00
Skylot
50cfa4c971
chore: improve error reporting in tests
2020-09-11 21:31:10 +03:00
Skylot
691bf8faca
fix: checks for casts in field access, move method inline to visitor ( #962 )
...
Signed-off-by: Skylot <skylot@gmail.com >
2020-09-07 17:29:39 +01:00
Skylot
89b4ae6a6f
fix: correct type and data merge for filled-array instruction
2020-08-23 15:31:46 +01:00
Skylot
605a67932f
chore: remove unused array allocation
2020-08-22 15:33:43 +01:00
Jan S
1774dc74e3
feat(deobf): improve deobfuscated class names by including class properties and info about super class respectively implemented interfaces (PR #969 )
2020-08-21 19:18:41 +03:00
Skylot
2d641bf049
fix: don't trust type info in signature, check before apply ( #858 )
2020-08-17 22:05:13 +01:00
Skylot
94a06d9b6f
feat(gui): on mouse hover highlight identifiers with enabled actions (like 'find usage' or 'rename')
2020-08-17 17:38:48 +01:00
Skylot
a485942731
docs: add jadx logo to readme
2020-08-16 13:24:09 +01:00
Skylot
2c1b3b2480
Merge branch 'jpstotz-copyprefs' into master
2020-08-16 15:14:10 +03:00
Skylot
f1f7c70aee
chore(gui): fix locales test
2020-08-16 13:13:50 +01:00