-
Hi, running apkleaks through the docker image using the command below
`docker run -it --platform=linux/x86_64 --rm -v /tmp/apks:/tmp dwisiswant0/apkleaks:latest -f /tmp/base.apk`
ends up with the fo…
-
So, I get an error saying `AndroidManifest.xml not found` with the below. I can run `jadx` against the APK successfully. What is happening?
```
❯ python3 APKDeepLens.py -apk Example.apk …
-
### Describe your idea
Hello,
I am working on a Jadx plugin and I require extraction of method code alone. Similar to the `((JavaClass) node).getCode()` a `((JavaMethod) node).getCode()` or addition…
-
https://github.com/n0099/tbclient.protobuf/blob/926f0a2f365fcefe3d705598418fe52d541a0b88/proto/UserPost/DataReq.proto#L30-L33
缺了个
```proto
CommonReq common = 27;
```
我最近在重构项目将会从你的repo里面引用一些prot…
-
Hey @louis49 , How did you figure out the protocol specification for android TV. Where did you find documentation? I tried a lot but could not find it anywhere.
It's really awesome and helped me a…
-
### Issue details
When I use jadx to decompile some apks, I find that the AndroidMainFest.xml cannot be parsed correctly, and when I perform dynamic debugging of the apk, jadx prompts not found app p…
-
sorry i dont understand this instruction
"Download [Jadx](https://github.com/skylot/jadx), unzip it somewhere, and modify the configuration item smali2java.decompiler.jadx.path to point to the path…
-
### `brew doctor` output
```shell
Your system is ready to brew.
```
### Verification
- [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reprod…
-
### Issue details
![Screenshot 2024-11-16 143744](https://github.com/user-attachments/assets/b168588d-1eda-411b-a833-d7753c0d5b40)
Can somebody help me work a way around this?
### Jadx version
1.5…
-
Hi! this is a great tool! I wonder if you have considered to add some readonly preview panel with the java equivalent of the smali using jadx for example. I imagine it is very helpful (I saw an extens…