Skip to content
View Konloch's full-sized avatar
🧑‍🔧
Working on BCV
🧑‍🔧
Working on BCV

Block or report Konloch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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

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

Random Projects / Experiments / CLI

Details
Image JVM-Sandbox - Override Java Classes during Runtime.
Image ObfSRC - Obfuscate Java source code through unicode escaping.
Image Malbolge.c4J - Malbolge '98 interpreter ported over to Java.
Image Gematria - Java library / CLI tool for calculating the Gematria value of strings.
Image InjectedCalculator - "Missing code, so it injects what its missing".

Java Libraries (Zero Dependency)

Details
Image DiskLib - Easy to use Disk Writer & Disk Reader with built in GZIP support.
Image Vortex-IO - Easy to use low-level non-blocking socket server API.
Image HTTPRequest - Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.
Image HTTPdLib - Minimalistic embeddable HTTP server.
Image TaskManager - An easy to use task manager / task queue.
Image DSLBuilder - Domain specific language builder with it's own runtime.
Image DynVarMap - Easy and straight forward way to manage attribute-like runtime variables for Java.
Image HeadlessIRC - Tiny library for implementing your own NIO IRC Client / Bot / Crawler / Logger.

Tiny Java Libraries (Zero Dependency)

Details
Image StringVars - Adds support for recursive String variables such as %var%.
Image IterateINI - Adds support for iterating over the key-value pairs of any INI file.
Image FastStringUtils - Collection of very fast String utility functions.
Image ColorUtils - A small collection of utility functions to deal with coloring on Java.
Image 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 15.4k 1.2k

  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 57 12

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