Welcome to 3rdEra,

This is the headquarters for a few of my projects:
  • Signature Toolkit — a reverse engineering tool to generate code signatures.
  • DLL Reaver — .dll scraping utility for fast aggregation of libraries loaded by an application.
  • Icon Explorer — a WebGL UI demo for viewing icons.
  • Sol Framework — a multi-threaded Lua framework for Web Scraping.

Icon Explorer

Written in:

C++ and OpenGL for Emscripten+WebGL

Icon Explorer pushes performance boundaries by rendering 60,558 unique images without breaking a sweat.

LANG TOOLS WARNING
JavaScript WebGL 1GB GPU MEM
C++ Emscripten Recommended

DLL Reaver

Saves all DLLs loaded by an executable.

GLAX - Web Game

Glax game engine is built from the ground up for massive multiplayer browser games.

It features networked physics, hardware rendering (WebGL with pixi.js), low-latency networking, and its own protocol and backend WebSocket server written in C++.