Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e74de3b

Browse files
committed
Make README visually more appealing
1 parent 2fbfc40 commit e74de3b

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

‎README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Java Decompiler
1+
<div align="center">
2+
<h1>Java Decompiler</h1>
3+
<h4 align="center">
4+
Have your decompilers ready when you need them most.
5+
</h4>
6+
<p>Java Decompiler combines the strength of four popular Java decompilers.</p>
7+
</div>
28

3-
## About
9+
<p align="center">
10+
<a href="https://hub.docker.com/r/eikendev/java-decompiler"><img alt="Docker pulls" src="https://img.shields.io/docker/pulls/eikendev/java-decompiler"/></a>&nbsp;
11+
<a href="https://github.com/eikendev/java-decompiler/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/eikendev/java-decompiler"/></a>&nbsp;
12+
</p>
413

5-
This Docker image is equipped with four Java decompilers:
6-
- [CFR](https://www.benf.org/other/cfr/)
7-
- [Fernflower](https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine)
8-
- [Krakatau](https://github.com/Storyyeller/Krakatau)
9-
- [Procyon](https://github.com/mstrobel/procyon)
10-
11-
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+
## 📄&nbsp;Usage
1615

1716
First, create a directory `./infiles` that contains all your JAR and APK files you want to decompile.
1817

@@ -34,3 +33,15 @@ docker run \
3433
```
3534

3635
If you want to use [Podman](https://podman.io/), simply switch `docker` to `podman` at the start of the command.
36+
37+
## 💡&nbsp;Background
38+
39+
This Docker image is equipped with four Java decompilers:
40+
- [CFR](https://www.benf.org/other/cfr/)
41+
- [Fernflower](https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine)
42+
- [Krakatau](https://github.com/Storyyeller/Krakatau)
43+
- [Procyon](https://github.com/mstrobel/procyon)
44+
45+
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /