-
look at this pic: http://img02.taobaocdn.com/imgextra/i2/176977352/TB2UNtfcFXXXXXBXpXXXXXXXXXX_!!176977352.png
It is contains in a jar file, jd-gui can decompiler it, but jd-eclipse can not.
-
```
What steps will reproduce the problem?
1. Decompiled Mms.apk
2. Modified smiley codes in res/values/arrays.xml
3.
What is the expected output? What do you see instead?
/sdcard/Decompiler/Mms_src/…
-
```
What steps will reproduce the problem?
1. Decompiled Mms.apk
2. Modified smiley codes in res/values/arrays.xml
3.
What is the expected output? What do you see instead?
/sdcard/Decompiler/Mms_src/…
-
```
What steps will reproduce the problem?
1. Decompiled Mms.apk
2. Modified smiley codes in res/values/arrays.xml
3.
What is the expected output? What do you see instead?
/sdcard/Decompiler/Mms_src/…
-
### Environment
```
OS : Linux ubuntu 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Commit : 3054d61f703d609995798f872fc86b462617c294
Ve…
-
---
**Describe the bug.**
In ail_simplifier.py [`_fold_call_exprs`](https://github.com/angr/angr/blob/bcd8f3a95c9858297b2fdc2697cbb5c2ef256f23/angr/analyses/decompiler/ail_simplifier.py#L180…
-
Add a decompiler for android xml like layouts or manifest
-
For example, in Motorola there is opcode: `ror.w`.
It has the following implementation:
```cpp
regdnw=(regdnwcntreg);
```
Compare it with the decompiler output:
```cpp
// ror.w b,D0w
// a…
-
* Want to have more tests for the decompiler
* Want to minimize the impact of generated code formatting/variable names/etc on the code logic validation
* Want to avoid complex comparison logic
* Wa…
-
[md5sum.gz](https://github.com/angr/angr/files/8346218/md5sum.gz)
I observe the following problems when decompiling this binary:
main (0x402710):
- multiple calls to vex intrinsics
- multiple …