Ahmed Ashour
|
9645f33c7b
|
fix: bitwise or/and with non-boolean (#628) (PR #629)
|
2019-04-24 19:31:49 +03:00 |
|
Skylot
|
f283ef4342
|
fix: improve class renaming and add checks for class alias usage (#532)
|
2019-04-22 21:31:27 +03:00 |
|
Skylot
|
41abbb12a0
|
fix: resolve check cast exception in string constructor simplify
|
2019-04-22 16:55:47 +03:00 |
|
Skylot
|
89b80900f0
|
fix: produce more deterministic code
|
2019-04-22 16:55:47 +03:00 |
|
Skylot
|
f1539d2e37
|
fix: resolve NPE due to not yet processed class (#595)
|
2019-04-22 16:55:47 +03:00 |
|
Skylot
|
616752759b
|
chore: fix some issues reported by sonar
|
2019-04-21 16:34:31 +03:00 |
|
sergey-wowwow
|
c74b7f20a5
|
fix: generates XML key names if empty (#394) (PR #615)
|
2019-04-21 14:26:07 +03:00 |
|
Ahmed Ashour
|
9d22b3caa8
|
fix(gui): sort classes by case insensitivity (PR #613)
|
2019-04-20 20:03:27 +03:00 |
|
Ahmed Ashour
|
f8039733cc
|
feat(gui): save tree expansions in project (PR #605)
|
2019-04-20 20:02:00 +03:00 |
|
Ahmed Ashour
|
c134329ce9
|
fix: cast of int-to-(number) when int is boolean (#596) (PR #602)
|
2019-04-20 19:29:41 +03:00 |
|
Ahmed Ashour
|
632cc3ec16
|
fix: add primitive cast in ternary for byte and short (PR #601)
|
2019-04-15 18:09:01 +03:00 |
|
Ahmed Ashour
|
bcfed5b362
|
fix: generics constructor types (PR #594)
|
2019-04-14 22:01:08 +03:00 |
|
Skylot
|
4cb9f23a7d
|
fix: inline anonymous classes with not default constructor (#450)
|
2019-04-14 19:02:42 +03:00 |
|
Ahmed Ashour
|
b1b49e6195
|
fix: remove declaration of unused variable (PR #590)
|
2019-04-14 14:29:38 +03:00 |
|
Ahmed Ashour
|
d23f4ac16a
|
feat: support smali files (#391) (PR #588)
|
2019-04-14 12:05:07 +03:00 |
|
Ahmed Ashour
|
01da127c4e
|
fix: remove generics cast when object types match (#591) (PR #592)
|
2019-04-14 11:39:27 +03:00 |
|
Ahmed Ashour
|
395cae439e
|
fix: handle NPE for methods with removed instructions (#342) (PR #583)
|
2019-04-12 18:12:38 +03:00 |
|
Ahmed Ashour
|
eb77aa51b2
|
fix: conditions in ternary if (#449) (PR #558)
|
2019-04-12 18:11:22 +03:00 |
|
Ahmed Ashour
|
74a72a5ce0
|
feat: add options to configure "renaming" (#570) (PR #582)
|
2019-04-12 18:08:50 +03:00 |
|
Ahmed Ashour
|
a1bfdc6323
|
fix: remove static field redundant array type when initialized (PR #580)
|
2019-04-11 13:07:14 +03:00 |
|
Ahmed Ashour
|
ab4721a8b3
|
fix: don't rename R class in deobfuscation (#572) (PR #573)
|
2019-04-09 17:39:59 +03:00 |
|
Ahmed Ashour
|
23c05bb5f6
|
fix: search in resource classes by original name, not by alias (#562) (PR #571)
|
2019-04-09 17:36:51 +03:00 |
|
Ahmed Ashour
|
fe41174be8
|
feat: add generic method information to .jcst (PR #564)
|
2019-04-09 17:35:34 +03:00 |
|
Ahmed Ashour
|
513766d45b
|
fix: remove field redundant array type when initialized (PR #567)
|
2019-04-08 17:21:07 +03:00 |
|
Ahmed Ashour
|
79ccaadaff
|
fix: handle big .jar files (using multi-dex option) (#390) (PR #568)
|
2019-04-08 17:20:04 +03:00 |
|
Ahmed Ashour
|
ecaa87e7ae
|
fix: remove redundant array type when initialized with declaration (PR #566)
|
2019-04-08 13:07:34 +03:00 |
|
Ahmed Ashour
|
7b18d3a3a8
|
fix: ignore not generated insns in CodeShrinker visitor (PR #560)
|
2019-04-08 13:04:45 +03:00 |
|
Ahmed Ashour
|
058e4c9fd7
|
fix: remove redundant wrapping for same arith operations (PR #559)
|
2019-04-04 15:22:05 +03:00 |
|
Ahmed Ashour
|
9d257cd115
|
fix(res): ignore resource entry with -1 key (#556) (PR #557)
|
2019-04-03 12:11:33 +03:00 |
|
Ahmed Ashour
|
bae7f1b09c
|
fix: field increment (PR #550)
|
2019-04-02 12:10:44 +03:00 |
|
Ahmed Ashour
|
e6e8f6367e
|
fix: variable usage with enhanced for loop (#535) (PR #547)
|
2019-04-01 21:07:28 +03:00 |
|
Ahmed Ashour
|
207ce6cbbe
|
chore: fix "unused" warnings (PR #549)
|
2019-04-01 15:19:09 +03:00 |
|
Ahmed Ashour
|
a6f935ed68
|
fix: close resource (PR #546)
|
2019-03-31 21:33:45 +03:00 |
|
Ahmed Ashour
|
ec66476ac6
|
fix: better String constructor from byte and char arrays (#530) (PR #533)
|
2019-03-31 20:17:14 +03:00 |
|
Skylot
|
008216d599
|
fix: don't cast overloaded methods with generics from other class (#448)
|
2019-03-30 20:50:12 +03:00 |
|
Ahmed Ashour
|
b5344f4577
|
fix: redundant byte and short cast (#538) (PR #539)
|
2019-03-29 11:33:39 +03:00 |
|
Ahmed Ashour
|
6fc7c7a462
|
chore: don't create unneeded StringBuilder (PR #541)
|
2019-03-29 11:23:42 +03:00 |
|
Ahmed Ashour
|
98dbd48890
|
chore: better logging (#528)
|
2019-03-28 14:27:48 +03:00 |
|
Ahmed Ashour
|
55fc498359
|
refactor: use Path instead of File (PR #527)
|
2019-03-27 20:40:13 +03:00 |
|
Skylot
|
7cdb0318b1
|
style: resolve some sonar warnings
|
2019-03-27 14:07:16 +03:00 |
|
Skylot
|
17d8516d3b
|
fix: made correct instructions remove in new filled array replacement (#461)
|
2019-03-27 13:30:01 +03:00 |
|
Ahmed Ashour
|
b78349aef7
|
fix: handle boolean condition with bitwise OR and AND (#202) (PR #522)
|
2019-03-27 11:41:56 +03:00 |
|
Skylot
|
b446bf275c
|
refactor: move filesystem case sensitivity value to JadxArgs
|
2019-03-26 23:12:17 +03:00 |
|
Skylot
|
1bb53329b5
|
fix: use alias as a base for class rename if file system is case sensitive (#474)
|
2019-03-26 19:13:40 +03:00 |
|
Skylot
|
e026345a45
|
feat: new implementation for type inference approach and variable declaration
BREAKING CHANGE: some parts of jadx was rewritten from scratch
- type inference
- variable declaration
- `finish` block extraction
|
2019-03-26 16:16:54 +03:00 |
|
Skylot
|
3492ec3517
|
fix: change exception to soft warning for getType in RegisterArg
|
2019-03-26 15:44:32 +03:00 |
|
Ahmed Ashour
|
eb2a1734d3
|
fix: xor with boolean (#409) (PR #516)
|
2019-03-26 15:29:39 +03:00 |
|
skylot
|
aa8a7c03c3
|
style: enforce strict style rules with editorconfig (PR #510)
|
2019-03-26 14:21:47 +03:00 |
|
Skylot
|
29d3ce15a8
|
fix: rename parameters in annotations (#504)
|
2019-03-24 16:59:55 +03:00 |
|
Skylot
|
84cb6b9569
|
Merge branch 'master' into type-inference-wip
# Conflicts:
# jadx-core/src/main/java/jadx/core/codegen/NameGen.java
# jadx-core/src/main/java/jadx/core/dex/attributes/AttributeStorage.java
# jadx-core/src/main/java/jadx/core/dex/attributes/nodes/PhiListAttr.java
# jadx-core/src/main/java/jadx/core/dex/instructions/IndexInsnNode.java
# jadx-core/src/main/java/jadx/core/dex/instructions/InsnDecoder.java
# jadx-core/src/main/java/jadx/core/dex/instructions/args/ArgType.java
# jadx-core/src/main/java/jadx/core/dex/instructions/args/RegisterArg.java
# jadx-core/src/main/java/jadx/core/dex/instructions/args/SSAVar.java
# jadx-core/src/main/java/jadx/core/dex/regions/conditions/IfRegion.java
# jadx-core/src/main/java/jadx/core/dex/visitors/ModVisitor.java
# jadx-core/src/main/java/jadx/core/dex/visitors/blocksmaker/helpers/BlocksPair.java
# jadx-core/src/main/java/jadx/core/dex/visitors/blocksmaker/helpers/BlocksRemoveInfo.java
# jadx-core/src/main/java/jadx/core/dex/visitors/debuginfo/LocalVar.java
# jadx-core/src/main/java/jadx/core/dex/visitors/regions/ProcessVariables.java
# jadx-core/src/main/java/jadx/core/dex/visitors/shrink/CodeShrinkVisitor.java
# jadx-core/src/main/java/jadx/core/xmlgen/entry/EntryConfig.java
|
2019-03-24 12:38:20 +03:00 |
|