-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
53 lines (47 loc) · 1.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<title>JByteCustom</title>
<body>
<h1 class="title"><span class="rainbow">JByteCustom</span></h1>
<div>
<h2>A <b><i>sophisticated</i></b> Java Decompiler.</h2>
</div>
<hr class="header" style="margin: -3px; padding-top: -90px; margin-bottom: -30px;">
<h3>Features: </h3>
<ul style="color: white;">
<li>Fast Decompiling</li>
<li>Koffee Disassembler</li>
<li>Up-to-date Libraries</li>
<li>Up-to-date Decompilers</li>
<li>Single class extraction/decompiling</li>
<li>Discord RPC</li>
<li>JDK8 based, faster than JDK7</li>
</ul>
<h3>Partners:</h3>
<ul>
<li><a href="https://github.com/Col-E/Recaf">Recaf</a> & <a href="https://discord.gg/Bya5HaA">Members</a> <span class="heart">♥</span></li>
<li>Java & Kotlin ☕</li>
<li>Duke <span class="heart">♥</span></li>
</ul>
<h3>Decompilers:</h3>
<ul>
<li><a href="https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler/engine">FernFlower</a> <span class="">❀</span></li>
<li><a href="https://www.benf.org/other/cfr/">CFR</a></li>
<li><a href="https://github.com/mstrobel/procyon">Procyon</a></li>
<li><a href="https://github.com/">Koffee Disassembler</a></li>
<li><a href="https://github.com/Storyyeller/Krakatau">Krakatau</a></li>
</ul>
<h3>Notable People:</h3>
<ul>
<li><a href="https://github.com/synnkfps">SynnK</a> (me)</li>
<li><a href="https://github.com/JohnShiozo">JohnShiozo</a> (joaoshiozo)</li>
<li><a href="https://github.com/GraxCode">GraxCode</a> (Michael Brunner)</li>
<li><a href="https://github.com/xBrownieCodezV2">xBrownieCodez</a></li>
</ul>
</body>
<header>
<hr class="header">
<p class="header" style="margin-top: -50px"><span class="title">JByteCustom</span> © 2022 - Java based Freeware</p>
</header>
</html>