Let's just start ripping off Krakatau LOL

This commit is contained in:
ItzSomebody 2018-01-31 07:53:28 -08:00
parent 0743291b10
commit bd8025b29f
483 changed files with 263 additions and 185 deletions

View file

@ -8,12 +8,12 @@ Class-Path: . BytecodeViewer 2.9.9-preview2_lib/byteanalysis-1.0.jar B
preview2_lib/jgraphx.jar BytecodeViewer 2.9.9-preview2_lib/rsyntaxtex preview2_lib/jgraphx.jar BytecodeViewer 2.9.9-preview2_lib/rsyntaxtex
tarea.jar BytecodeViewer 2.9.9-preview2_lib/smali-2.0.3-obf-patched.j tarea.jar BytecodeViewer 2.9.9-preview2_lib/smali-2.0.3-obf-patched.j
ar BytecodeViewer 2.9.9-preview2_lib/baksmali-2.0.3.jar BytecodeViewe ar BytecodeViewer 2.9.9-preview2_lib/baksmali-2.0.3.jar BytecodeViewe
r 2.9.9-preview2_lib/fernflower2015.jar BytecodeViewer 2.9.9-preview2 r 2.9.9-preview2_lib/fernflower-2017.jar BytecodeViewer 2.9.9-preview2
_lib/commons-compiler.jar BytecodeViewer 2.9.9-preview2_lib/apktool_2 _lib/commons-compiler.jar BytecodeViewer 2.9.9-preview2_lib/apktool_2
.0.0rc4_obf.jar BytecodeViewer 2.9.9-preview2_lib/dex2jar_2.0_obf.jar .0.0rc4_obf.jar BytecodeViewer 2.9.9-preview2_lib/dex2jar_2.0_obf.jar
BytecodeViewer 2.9.9-preview2_lib/jd-gui-1.0.0-RC4.jar BytecodeViewe BytecodeViewer 2.9.9-preview2_lib/jd-gui-1.0.0-RC4.jar BytecodeViewe
r 2.9.9-preview2_lib/procyon-decompiler-0.5.29.jar BytecodeViewer 2.9 r 2.9.9-preview2_lib/procyon-decompiler-0.5.30.jar BytecodeViewer 2.9
.9-preview2_lib/cfr_0_101.jar BytecodeViewer 2.9.9-preview2_lib/commo .9-preview2_lib/cfr_0_125.jar BytecodeViewer 2.9.9-preview2_lib/commo
ns-net-3.1.jar BytecodeViewer 2.9.9-preview2_lib/janino.jar ns-net-3.1.jar BytecodeViewer 2.9.9-preview2_lib/janino.jar
Main-Class: the.bytecode.club.bytecodeviewer.BytecodeViewer Main-Class: the.bytecode.club.bytecodeviewer.BytecodeViewer

View file

@ -16,14 +16,14 @@ limitations under the License.
--> -->
<body> <body>
<p>Commons CLI -- version 1.3</p> <p>Commons CLI -- version 1.3</p>
<p>The commons-cli package aides in parsing command-line arguments.</p> <p>The commons-cli package aides in parsing command-line arguments.</p>
<p>Allow command-line arguments to be parsed against a descriptor of <p>Allow command-line arguments to be parsed against a descriptor of
valid options (long and short), potentially with arguments.</p> valid options (long and short), potentially with arguments.</p>
<p>command-line arguments may be of the typical <code>String[]</code> <p>command-line arguments may be of the typical <code>String[]</code>
form, but also may be a <code>java.util.List</code>. Indexes allow form, but also may be a <code>java.util.List</code>. Indexes allow
for parsing only a portion of the command-line. Also, functionality for parsing only a portion of the command-line. Also, functionality
for parsing the command-line in phases is built in, allowing for for parsing the command-line in phases is built in, allowing for
@ -38,6 +38,6 @@ limitations under the License.
</code> </code>
<p>The homepage for the project is <p>The homepage for the project is
<a href="http://commons.apache.org">Apache Commons/</a> <a href="http://commons.apache.org">Apache Commons/</a>
</body> </body>

View file

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<html> <html>
<body> <body>
Base64, Base32, Binary, and Hexadecimal String encoding and decoding. Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
</body> </body>
</html> </html>

View file

@ -15,10 +15,10 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<html> <html>
<body> <body>
Simplifies common {@link java.security.MessageDigest} tasks and Simplifies common {@link java.security.MessageDigest} tasks and
includes a libc crypt(3) compatible crypt method that supports DES, includes a libc crypt(3) compatible crypt method that supports DES,
MD5, SHA-256 and SHA-512 based algorithms as well as the Apache MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
specific "$apr1$" variant. specific "$apr1$" variant.
</body> </body>
</html> </html>

View file

@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<html> <html>
<body> <body>
Implementation details of the Beider-Morse codec. Implementation details of the Beider-Morse codec.
</body> </body>
</html> </html>

Some files were not shown because too many files have changed in this diff Show more