Skip to content

Commit bd8025b

Browse files
committed
Let's just start ripping off Krakatau LOL
1 parent 0743291 commit bd8025b

File tree

483 files changed

+263
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+263
-185
lines changed

out/production/bytecode-viewer/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Class-Path: . BytecodeViewer 2.9.9-preview2_lib/byteanalysis-1.0.jar B
88
preview2_lib/jgraphx.jar BytecodeViewer 2.9.9-preview2_lib/rsyntaxtex
99
tarea.jar BytecodeViewer 2.9.9-preview2_lib/smali-2.0.3-obf-patched.j
1010
ar BytecodeViewer 2.9.9-preview2_lib/baksmali-2.0.3.jar BytecodeViewe
11-
r 2.9.9-preview2_lib/fernflower2015.jar BytecodeViewer 2.9.9-preview2
11+
r 2.9.9-preview2_lib/fernflower-2017.jar BytecodeViewer 2.9.9-preview2
1212
_lib/commons-compiler.jar BytecodeViewer 2.9.9-preview2_lib/apktool_2
1313
.0.0rc4_obf.jar BytecodeViewer 2.9.9-preview2_lib/dex2jar_2.0_obf.jar
1414
BytecodeViewer 2.9.9-preview2_lib/jd-gui-1.0.0-RC4.jar BytecodeViewe
15-
r 2.9.9-preview2_lib/procyon-decompiler-0.5.29.jar BytecodeViewer 2.9
16-
.9-preview2_lib/cfr_0_101.jar BytecodeViewer 2.9.9-preview2_lib/commo
15+
r 2.9.9-preview2_lib/procyon-decompiler-0.5.30.jar BytecodeViewer 2.9
16+
.9-preview2_lib/cfr_0_125.jar BytecodeViewer 2.9.9-preview2_lib/commo
1717
ns-net-3.1.jar BytecodeViewer 2.9.9-preview2_lib/janino.jar
1818
Main-Class: the.bytecode.club.bytecodeviewer.BytecodeViewer
1919

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

out/production/bytecode-viewer/org/apache/commons/cli/overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
-->
1717
<body>
1818

19-
<p>Commons CLI -- version 1.3</p>
19+
<p>Commons CLI -- version 1.3</p>
2020

21-
<p>The commons-cli package aides in parsing command-line arguments.</p>
21+
<p>The commons-cli package aides in parsing command-line arguments.</p>
2222

23-
<p>Allow command-line arguments to be parsed against a descriptor of
23+
<p>Allow command-line arguments to be parsed against a descriptor of
2424
valid options (long and short), potentially with arguments.</p>
2525

26-
<p>command-line arguments may be of the typical <code>String[]</code>
27-
form, but also may be a <code>java.util.List</code>. Indexes allow
28-
for parsing only a portion of the command-line. Also, functionality
26+
<p>command-line arguments may be of the typical <code>String[]</code>
27+
form, but also may be a <code>java.util.List</code>. Indexes allow
28+
for parsing only a portion of the command-line. Also, functionality
2929
for parsing the command-line in phases is built in, allowing for
3030
'cvs-style' command-lines, where some global options are specified
3131
before a 'command' argument, and command-specific options are
@@ -38,6 +38,6 @@
3838
</code>
3939

4040

41-
<p>The homepage for the project is
41+
<p>The homepage for the project is
4242
<a href="http://commons.apache.org">Apache Commons/</a>
4343
</body>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

out/production/bytecode-viewer/org/apache/commons/codec/binary/package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<html>
18-
<body>
19-
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
20-
</body>
18+
<body>
19+
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
20+
</body>
2121
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

out/production/bytecode-viewer/org/apache/commons/codec/digest/package.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
limitations under the License.
1616
-->
1717
<html>
18-
<body>
19-
Simplifies common {@link java.security.MessageDigest} tasks and
20-
includes a libc crypt(3) compatible crypt method that supports DES,
21-
MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
22-
specific "$apr1$" variant.
23-
</body>
18+
<body>
19+
Simplifies common {@link java.security.MessageDigest} tasks and
20+
includes a libc crypt(3) compatible crypt method that supports DES,
21+
MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
22+
specific "$apr1$" variant.
23+
</body>
2424
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

out/production/bytecode-viewer/org/apache/commons/codec/language/bm/package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<html>
18-
<body>
19-
Implementation details of the Beider-Morse codec.
20-
</body>
18+
<body>
19+
Implementation details of the Beider-Morse codec.
20+
</body>
2121
</html>

out/production/bytecode-viewer/org/apache/commons/codec/language/package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<html>
18-
<body>
19-
Language and phonetic encoders.
20-
</body>
18+
<body>
19+
Language and phonetic encoders.
20+
</body>
2121
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

out/production/bytecode-viewer/org/apache/commons/codec/net/package.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
limitations under the License.
1616
-->
1717
<html>
18-
<body>
19-
<p>
20-
Network related encoding and decoding.
21-
</p>
22-
</body>
18+
<body>
19+
<p>
20+
Network related encoding and decoding.
21+
</p>
22+
</body>
2323
</html>

out/production/bytecode-viewer/org/apache/commons/codec/overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<html>
1919
<body>
2020
<p>
21-
This document is the API specification for the Apache Commons Codec Library, version 1.3.
21+
This document is the API specification for the Apache Commons Codec Library, version 1.3.
2222
</p>
2323
<p>
24-
This library requires a JRE version of 1.2.2 or greater.
25-
The hypertext links originating from this document point to Sun's version 1.3 API as the 1.2.2 API documentation
26-
is no longer on-line.
24+
This library requires a JRE version of 1.2.2 or greater.
25+
The hypertext links originating from this document point to Sun's version 1.3 API as the 1.2.2 API documentation
26+
is no longer on-line.
2727
</p>
2828
</body>
2929
</html>

out/production/bytecode-viewer/org/apache/commons/codec/package.html

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -16,85 +16,85 @@
1616
-->
1717
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1818
<html>
19-
<head>
20-
</head>
21-
<body>
22-
<p>Interfaces and classes used by
19+
<head>
20+
</head>
21+
<body>
22+
<p>Interfaces and classes used by
2323
the various implementations in the sub-packages.</p>
2424

25-
<p>Definitive implementations of commonly used encoders and decoders.</p>
25+
<p>Definitive implementations of commonly used encoders and decoders.</p>
2626

27-
<p>Codec is currently comprised of a modest set of utilities and a
27+
<p>Codec is currently comprised of a modest set of utilities and a
2828
simple framework for String encoding and decoding in three categories:
2929
Binary Encoders, Language Encoders, and Network Encoders. </p>
3030

31-
<h4><a name="Common Encoders">Binary Encoders</a></h4>
31+
<h4><a name="Common Encoders">Binary Encoders</a></h4>
3232

33-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
34-
<tbody>
35-
<tr>
36-
<td>
33+
<table border="1" width="100%" cellspacing="2" cellpadding="3">
34+
<tbody>
35+
<tr>
36+
<td>
3737
<a href="binary/Base64.html">
38-
org.apache.commons.codec.binary.Base64</a>
39-
</td>
40-
<td>
41-
Provides Base64 content-transfer-encoding as defined in
42-
<a href="http://www.ietf.org/rfc/rfc2045.txt"> RFC 2045</a>
43-
</td>
44-
<td>Production</td>
45-
</tr>
46-
<tr>
47-
<td>
48-
<a href="binary/Hex.html">
49-
org.apache.commons.codec.binary.Hex</a>
50-
</td>
51-
<td>
38+
org.apache.commons.codec.binary.Base64</a>
39+
</td>
40+
<td>
41+
Provides Base64 content-transfer-encoding as defined in
42+
<a href="http://www.ietf.org/rfc/rfc2045.txt"> RFC 2045</a>
43+
</td>
44+
<td>Production</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
<a href="binary/Hex.html">
49+
org.apache.commons.codec.binary.Hex</a>
50+
</td>
51+
<td>
5252
Converts an array of bytes into an array of characters
53-
representing the hexadecimal values of each byte in order
54-
</td>
55-
<td>Production</td>
56-
</tr>
57-
</tbody>
58-
</table>
59-
<h4>
60-
<a name="Language Encoders">Language Encoders</a>
61-
</h4>
62-
<p>
63-
Codec contains a number of commonly used language and phonetic
64-
encoders
65-
</p>
66-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
67-
<tbody>
68-
<tr>
69-
<td>
53+
representing the hexadecimal values of each byte in order
54+
</td>
55+
<td>Production</td>
56+
</tr>
57+
</tbody>
58+
</table>
59+
<h4>
60+
<a name="Language Encoders">Language Encoders</a>
61+
</h4>
62+
<p>
63+
Codec contains a number of commonly used language and phonetic
64+
encoders
65+
</p>
66+
<table border="1" width="100%" cellspacing="2" cellpadding="3">
67+
<tbody>
68+
<tr>
69+
<td>
7070
<a href="#">org.apache.commons.codec.language.Soundex</a>
71-
</td>
72-
<td>Implementation of the Soundex algorithm.</td>
73-
<td>Production</td>
74-
</tr>
75-
<tr>
76-
<td>
71+
</td>
72+
<td>Implementation of the Soundex algorithm.</td>
73+
<td>Production</td>
74+
</tr>
75+
<tr>
76+
<td>
7777
<a href="#">org.apache.commons.codec.language.Metaphone</a>
78-
</td>
79-
<td>Implementation of the Metaphone algorithm.</td>
80-
<td>Production</td>
81-
</tr>
82-
</tbody>
83-
</table>
84-
<h4><a name="Network_Encoders">Network Encoders</a></h4>
85-
<h4> </h4>
86-
<p> Codec contains network related encoders </p>
87-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
88-
<tbody>
89-
<tr>
90-
<td>
78+
</td>
79+
<td>Implementation of the Metaphone algorithm.</td>
80+
<td>Production</td>
81+
</tr>
82+
</tbody>
83+
</table>
84+
<h4><a name="Network_Encoders">Network Encoders</a></h4>
85+
<h4></h4>
86+
<p> Codec contains network related encoders </p>
87+
<table border="1" width="100%" cellspacing="2" cellpadding="3">
88+
<tbody>
89+
<tr>
90+
<td>
9191
<a href="#">org.apache.commons.codec.net.URLCodec</a>
92-
</td>
93-
<td>Implements the 'www-form-urlencoded' encoding scheme.</td>
94-
<td>Production</td>
95-
</tr>
96-
</tbody>
97-
</table>
98-
<br>
99-
</body>
92+
</td>
93+
<td>Implements the 'www-form-urlencoded' encoding scheme.</td>
94+
<td>Production</td>
95+
</tr>
96+
</tbody>
97+
</table>
98+
<br>
99+
</body>
100100
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)