Skip to content
View Warpten's full-sized avatar

Organizations

@TrinityCore
Block or Report

Block or report Warpten

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Warpten/README.md

Hi there 👋

I'm a (mostly) self-taught software developer; my actual degree is a MSc in Theoretical Chemistry. I started writing my first programs when I was 12. Nowadays, I regularly develop in C++, C#, Java, TypeScript, and have started picking up Rust. Here are some of my public projects that you may find of interest, including some I have contributed to.

C++

  1. TrinityCore is an open-source cross-platform MMORPG server framework. It uses Boost, MariaDB, Grafana, InfluxDB, CMake, and OpenSSL.
  2. tactmon is a C++20 library providing monitoring tools for Blizzard CDNs and product versions, leveraging Boost (namely, Asio and Beast), with a Discord bot and HTTP server frontend backed up by an instance of PostgreSQL to allow proxyfied download of specific files off of Blizzard's CDNs. Development is ongoing.
  3. Dread is an IDA Pro plugin designed to help static analysis of Metroid Dread. It uses IDA's own APIs as well as Clang (specifically, Clang's AST matchers) to analyze pseudocode and derive information that is then used to produce C header files, or automate reverse engineering. Development is on halt.
  4. hzdnptr is an injectable DLL designed to patch offending assembly in Horizon Zero Dawn's early PC releases (*((volatile int*)0) = 0xDEADCA7; to be exact), which triggering during play and caused the game to crash. It uses Boost, minhook, fmt, Zydis and spdlog.
  5. snippetspp is an umbrella repository where I push code I use in some of my projects (some of which are not on GitHub). One in particular is a simple single-header command parser. None of the pieces of code here have been production-tested.
  6. vk_jenkins is an experiment in writing compute shaders to bruteforce Jenkins hashes, using Vulkan.

C#

  1. DBClientFiles.NET is a library designed to parse DBC, DB2 and derivate file formats from World of Warcraft's game client, with a focus on speed and memory efficiency, by leveraging System.Linq.Expressions to generate code at runtime. It is a newer version of DBFilesClient.NET. Development is on halt.
  2. ADBC is very similar to the above, except that it interfaces with World of Warcraft's actual archive files, and provides a fully featured GUI with support for foreign keys, export to CSV, and visualization of textures referenced by DBC files. It is now outdated, due to changes to Blizzard's internal data formats and file relationships.
  3. WowSniffExplorer is an attempt at creating a GUI to process and analyze network dumps of World of Warcraft's protocol. It is a continuation of WowPacketParser, but got superceded by other solutions such as WowDatabaseEditor.
  4. MeshViewer is a .NET application able to render serverside geometry at the location of the player in World of Warcraft, by externally reading process memory. It uses OpenTK

Pinned

  1. DBClientFiles.NET DBClientFiles.NET Public

    The new version of DBFilesClient.NET.

    C# 11 5

  2. TrinityCore/TrinityCore TrinityCore/TrinityCore Public

    TrinityCore Open Source MMO Framework (master = 10.2.7.54847, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.54261, cata classic = 4.4.0.54027)

    C++ 9.2k 6k

  3. DBFilesClient.NET DBFilesClient.NET Public archive

    Deprecated: See DBClientFiles.NET

    C# 13 12

  4. MeshViewer MeshViewer Public

    C# 12 11

  5. hzdnptr hzdnptr Public archive

    Horizon Zero Dawn: Nullptr Edition

    C 10

  6. WowSniffExplorer WowSniffExplorer Public

    WPP with a GUI

    C# 5 3