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.

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

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

# -*- projects -*-

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.

ida

Repository Languages Description
IDAFind Python Have you ever wondered: what if IDA had great Ctrl+F search support for Pseudocode windows? No longer!

k8s

Repository Languages Description
azure-fake-device-code-webserver JavaScript Azure Device Code login fake web-server to use when testing kubelogin.exe

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
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.8k 175

  2. metalbear-co/minhook-detours-rs metalbear-co/minhook-detours-rs Public

    Rustic wrapper of minhook-detours-sys bindings.

    Rust 4

  3. metalbear-co/mirrord-vscode metalbear-co/mirrord-vscode Public

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

    TypeScript 10 16

  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 13

  5. IDAFind IDAFind Public

    Have you ever wondered: what if IDA had great Ctrl+F search support for Pseudocode windows? No longer!

    Python 35 5

  6. azure-fake-device-code-webserver azure-fake-device-code-webserver Public

    Azure Device Code login fake web-server to use when testing kubelogin.exe

    JavaScript 1