33-day longest streak
Emulator Apprentice, Game Developer, Java Hacker, FOSS Enthusiast & Reverse Engineer. This is a collection of my Open Source Works. These are projects I've developed throughout the years, to date.…
Emulator Apprentice, Game Developer, Java Hacker, FOSS Enthusiast & Reverse Engineer.
This is a collection of my Open Source Works. These are projects I've developed throughout the years, to date. I'm currently working on releasing more from the vault.<!--- TOOLS -->
Standalone Software
BytecodeViewer - Java Reverse Engineering Suite for static analysis.
OpenIRCd - High performant Java IRC daemon.
<!--- EXPERIMENTS -->
Random Projects / Experiments / CLI
JVM-Sandbox - Override Java Classes during Runtime.
ObfSRC - Obfuscate Java source code through unicode escaping.
Malbolge.c4J - Malbolge '98 interpreter ported over to Java.
Gematria - Java library / CLI tool for calculating the Gematria value of strings.
InjectedCalculator - "Missing code, so it injects what its missing".
<!--- LIBRARIES -->
Java Libraries (Zero Dependency)
DiskLib - Easy to use Disk Writer & Disk Reader with built in GZIP support.
Vortex-IO - Easy to use low-level non-blocking socket server API.
HTTPRequest - Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.
HTTPdLib - Minimalistic embeddable HTTP server.
TaskManager - An easy to use task manager / task queue.
DSLBuilder - Domain specific language builder with it's own runtime.
DynVarMap - Easy and straight forward way to manage attribute-like runtime variables for Java.
HeadlessIRC - Tiny library for implementing your own NIO IRC Client / Bot / Crawler / Logger.
<!--- TINY LIBRARIES -->
Tiny Java Libraries (Zero Dependency)
StringVars - Adds support for recursive String variables such as %var%.
IterateINI - Adds support for iterating over the key-value pairs of any INI file.
FastStringUtils - Collection of very fast String utility functions.
ColorUtils - A small collection of utility functions to deal with coloring on Java.
Constants - Very small zero dependency Java library packed with constants.
-
bytecode-viewer ★ PINNED
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Java ★ 16k 3mo agoExplain → -
JVM-Sandbox ★ PINNED
Utilize Java Agents and ASM to modify then override Java SE classes. (In this case blocking java.lang.Runtime.exec)
Java ★ 57 3y agoExplain → -
HTTPRequest ★ PINNED
HTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.
Java ★ 24 3y agoExplain → -
DiskLib ★ PINNED
DiskLib is an easy to use zero dependency Disk Writer & Disk Reader with built in GZIP support for Java.
Java ★ 9 3y agoExplain → -
JVM-Command
Overrides the standard JRE classes using Java agents to allow us to do intensive debugging on the Java application.
★ 22 10y agoExplain → -
OpenIRCd
OpenIRCd is an easy to use zero dependency non-blocking IRC daemon written in Java.
Java ★ 13 3y agoExplain → -
ObfSRC
ObfSRC is an experimental way to obfuscate Java source code through unicode escaping.
Java ★ 11 3y agoExplain → -
Jaxon
Native Java SDK built on top of SJC, compiling Java to native code without bytecode or virtual machines.
Java ★ 11 1y agoExplain → -
Antivirus
Work In Progress
Java ★ 10 2y agoExplain → -
DSLBuilder
Zero dependency Java library for creating domain specific languages.
Java ★ 8 3y agoExplain → -
CFIDE
Java Classfile IDE
Java ★ 8 11y agoExplain → -
Class-File-Searcher
Dump Classfiles & Strings from arbitrary data
Java ★ 7 1y agoExplain → -
TaskManager
TaskManager is an easy to use zero dependency task manager / task queue.
Java ★ 7 2y agoExplain → -
Java-Cheat-Framework
A WIP project. Check the README for the full explanation.
★ 6 10y agoExplain → -
dex2jar ⑂
Tools to work with android .dex and java .class files
Java ★ 6 3y agoExplain → -
SafeYAML
Drop in replacement for Snake YAML 1.33, this is a fork of the latest changes. The default constructors have been changed to no longer allow remote execution during deserialization.
Java ★ 5 3y agoExplain → -
Vortex-IO
Vortex IO is an easy-to-use high performance non-blocking zero dependency socket server API for Java.
Java ★ 5 2y agoExplain → -
HTTPdLib
A very small high performance non-blocking HTTP webserver library written in Java
Java ★ 5 2y agoExplain → -
IterateINI
Zero dependency pure Java library to support iterating over the key-value pairs of any INI file.
Java ★ 5 3y agoExplain → -
fernflower ⑂
FernFlower Java decompiler (subtree split of https://github.com/JetBrains/intellij-community /plugins/java-decompiler/engine)
Java ★ 4 11y agoExplain → -
Konloch
Github Profile
★ 4 2y agoExplain → -
Malbolge.c4J
Malbolge '98 interpreter ported over to Java.
Java ★ 4 2y agoExplain → -
Yara-Antivirus
Dynamic file scanning powered by Yara
Java ★ 4 2y agoExplain → -
DynVarMap
DynVarMap is zero dependency easy and straight forward way to manage attribute-like runtime variables for Java.
Java ★ 4 3y agoExplain → -
FastStringUtils
FastStringUtils is an easy-to-use zero dependency collection of very fast String utility functions for Java.
Java ★ 4 3y agoExplain → -
ColorUtils
A small collection of utility functions to deal with coloring on Java.
Java ★ 4 3y agoExplain → -
Constants
Very small zero dependency Java library packed with constants.
Java ★ 4 3y agoExplain → -
StringVars
StringVars is a zero dependency pure Java solution to add support for recursive String variables, such as $var$ or %var%.
Java ★ 4 3y agoExplain → -
Traditional-Antivirus
File signature scanning antivirus
Java ★ 3 2y agoExplain → -
Gematria
Java library / CLI tool for calculating the Gematria value of strings.
Java ★ 2 2y agoExplain → -
C-Style-Python
Javaonic Python - similiar to bython
Java ★ 2 2y agoExplain → -
HeadlessIRC
Zero dependency pure Java library for implementing your own NIO IRC Client / Bot / Crawler / Logger.
Java ★ 2 2y agoExplain → -
InjectedCalculator
"Missing code, so it injects what its missing"
Java ★ 2 2y agoExplain → -
Jackie
Rewrite of Chirs McKinstry's Jackie
Java ★ 1 2y agoExplain → -
GitWatch4J
GitWatch service written in Java
Java ★ 1 1y agoExplain → -
Experimental-Antivirus
Attempts to trick malware using techniques from NavyTitanium/Fake-Sandbox-Artifacts
Java ★ 1 2y agoExplain → -
EchoServer
Example implementation of a non-blocking RFC-862 compliant echo server.
Java ★ 1 2y agoExplain → -
LWJGL-Audio-Example
Example LWJGL audio implementation with Sound Bank
Java ★ 0 2y agoExplain →
No repos match these filters.