Skip to content
View Konloch's full-sized avatar
🧑‍🔧
Working on upcoming FOSS
🧑‍🔧
Working on upcoming FOSS
Block or Report

Block or report Konloch

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Konloch/README.md

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.

Standalone Software

BytecodeViewer - Java Reverse Engineering Suite for static analysis.
OpenIRCd - High performant Java IRC daemon.

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".

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 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.

Pinned Loading

  1. bytecode-viewer bytecode-viewer Public

    A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

    Java 14.5k 1.1k

  2. JVM-Sandbox JVM-Sandbox Public

    Utilize Java Agents and ASM to modify then override Java SE classes. (In this case blocking java.lang.Runtime.exec)

    Java 54 11

  3. HTTPRequest HTTPRequest Public

    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 21 14

  4. DiskLib DiskLib Public

    DiskLib is an easy to use zero dependency Disk Writer & Disk Reader with built in GZIP support for Java.

    Java 9