-
Please correct me if im doing wrong..
file structure
-system
--framework
---arm64
----boot.oat
--app
---Gallery2
----oat
-----arm64
------Gallery2.odex
Executing-
java -jar baksmali.jar …
-
**Describe the bug**
During decompilation, the xmlns:app attribute of the FrameLayout root element turns into xmlns:ru.
Xml from the original apk obtained via JADX:
```xml
…
-
When renaming classes in an APK that has obfuscated names, I occasionally find myself mistakenly renaming something in a way that creates a conflict (e.g. rename a class to CharSequence which is an in…
-
**Checks before report**
- check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki
- search existing issues by exception message
**Describe error**
-…
-
I'm dealing with resource ID error and wanted to view in jadx to see which ID caused the problem, but the thing is it shows as decimal, i must view as Smali to see the hexdecimal of ID. I know it's ea…
-
Is it possible to provide a command line parameter, or a configuration file to set the path of jadx and dex2jar, because system packages are usually relatively old, and some distributions cannot be in…
-
jadx version: 1.2.0
2021-03-30 20:03:20.900 java[60506:5244594] +[AWTView keyboardInputSourceChanged:]: unrecognized selector sent to class 0x129ae63e0
2021-03-30 20:03:20.901 java[60506:5244594] …
-
```
INFO - output directory: framework-res-14
INFO - loading ...
INFO - Loaded classes: 0, methods: 0, instructions: 0
ERROR - Failed to parse '.arsc' file
jadx.core.utils.exceptions.JadxExcep…
-
ERROR: Failed to parse '.arsc' file
jadx.core.utils.exceptions.JadxException: Error decode: resources.arsc
at jadx.api.ResourcesLoader.decodeStream(ResourcesLoader.java:78)
at jadx.core.dex.nodes…
-
Hi! I am doing some research based on Jadx, and I found a bug related to object type variables!
When assigning object type variables, Jadx may generate code that does not accurately reflect the ori…