You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also includes [Enjarify](https://github.com/Storyyeller/enjarify) and [jadx](https://github.com/skylot/jadx) for the decompilation of APK files.
12
-
13
-
For more information on all these tools, check out [my related blog post](https://eiken.dev/blog/2021/02/how-to-break-your-jar-in-2021-decompilation-guide-for-jars-and-apks/).
14
-
15
-
## Usage
14
+
## 📄 Usage
16
15
17
16
First, create a directory `./infiles` that contains all your JAR and APK files you want to decompile.
18
17
@@ -34,3 +33,15 @@ docker run \
34
33
```
35
34
36
35
If you want to use [Podman](https://podman.io/), simply switch `docker` to `podman` at the start of the command.
36
+
37
+
## 💡 Background
38
+
39
+
This Docker image is equipped with four Java decompilers:
It also includes [Enjarify](https://github.com/Storyyeller/enjarify) and [jadx](https://github.com/skylot/jadx) for the decompilation of APK files.
46
+
47
+
For more information on all these tools, check out [my related blog post](https://eiken.dev/blog/2021/02/how-to-break-your-jar-in-2021-decompilation-guide-for-jars-and-apks/).
0 commit comments