Skip to content
View cristeigabriela's full-sized avatar
🌙
🌙

Organizations

@cavalcade-cc @SystemMonitorTools

Block or report cristeigabriela

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
cristeigabriela/README.md

☆ programming since 2013 | reverse engineer, software engineer | PowerShell profile

# -*- projects -*-

currently learning

Repository Languages Description
rust_async_exercises Rust I'm learning async Rust for my new job, and as a result, I'm doing some exercise programs to practice it.

rust

Repository Language Description
minhook-detours-rs Rust Rustic wrapper of minhook-detours-sys bindings. Rust Windows hooking library supporting x86, x86_64, ARM64.
minhook-detours-sys Rust Raw Rust bindings to minhook-detours. minhook-detours is a MinHook API wrapper over SlimDetours.

reverse-engineering

Repository Languages Description
persia Rust Incomplete DLL Portable Executable loader/"manual mapper" written in Rust. Misses some features.
TeamSCALEFORM/scaleform C, C++, JavaScript Efficient replica of old "Scaleform" CS:GO in-game HUD design, (ab)using Panorama
re-sysinternals-suite C++ (inactive) Code from process of reversing Sysinternals Suite for educational purposes, videos available for every application reverse engineered in the folder's README
memscan C, C++ Smart memory scanning for Windows C++ binaries
SAMPHack C++ Unfinished SA:MP cheat with thread-safe rendering and some other nice functionality, likely not gonna be updated
ALPCLogger C# A dirty fork of zodiacon's ALPCLogger, with module names for stacktrace, and stacktrace filtering

concurrency

Repository Languages Description
threadpool.c C Massively concurrent, educational threadpool for C on Windows, using my own perfect_stack.h (tested with 200 threads over 8 cores and 32000 concurrently pushed tasks), includes full technical explication
perfect_stack.h C The perfect, single-header, atomic lock-free stack library for C on Windows. The way C was meant to be written
guards.hpp C++ Modern C++ mutex/shared_mutex guard for T, similar to Rust

windows

Repository Languages Description
HCMetadataViewer C# Viewer for Hexacorn's WinAPI metadata - sort of like a local MSDN! (2013 data included)
powershell-scripts PowerShell Scripts I use both at work, and outside, generally paired with tools such as WinDbg, Registry Finder, ...
small-apps C++ Wouldn't be necessary if other, proper applications already did this

linux

Repository Languages Description
zoomer C Linux screenshot and zoom-in tool with many utilities

c++ utils

Repository Languages Description
STB C++ Constant-evaluated conversion library, from IDA-style pattern string, to array

# -*- pseudo-blog -*-

posts


for other work, you may check my "Repositories" tab.
for any inquiries relating to any of my work, CV or offers, contact me through the e-mail linked to my GitHub account, or LinkedIn.

Pinned Loading

  1. metalbear-co/mirrord metalbear-co/mirrord Public

    Connect your local process and your cloud environment, and run local code in cloud conditions.

    Rust 4.5k 140

  2. minhook-detours-rs minhook-detours-rs Public

    Rustic wrapper of minhook-detours-sys bindings.

    Rust 3

  3. re-sysinternals-suite re-sysinternals-suite Public

    Code from process of reversing Sysinternals Suite for educational purposes, with videos to associate them

    C++ 48 4

  4. TeamSCALEFORM/scaleform TeamSCALEFORM/scaleform Public archive

    A cross-platform, hackable and future-proof reimplementation of In-Game Scaleform HUD in CS:GO using Panorama. Written using C, C++ and JS.

    C++ 88 12

  5. threadpool.c threadpool.c Public

    Massively concurrent, educational threadpool for C on Windows, using perfect_stack.h

    C 1

  6. STB STB Public

    Compile-time conversion library, from IDA-style string to array (supports wildcarding).

    C++ 36 4