Skip to content
View hypervis0r's full-sized avatar
💣
0wned
💣
0wned

Organizations

@ph4s3tw0 @BackChannel-Chat-Client
Block or Report

Block or report hypervis0r

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

Hey, I'm Hypervisor

I write half-finished projects in C/C++

i cant stop abandoning projects send help

hypervis0r

  • I’m currently working on low level stuff

  • I’m currently learning High-Performance Computing, Low-Level Systems Development, Computer Graphics

  • I write articles at https://www.phasetw0.com/

  • Ask me about C, Windows API, Networking

  • How to reach me - hypervis0r@phasetw0.com or @hypervisor on Discord

  • I do music development, and 3D modeling (ish)

hypervis0r

 hypervis0r

Languages and Tools:

c cplusplus git linux photoshop python

Cool stuff I've made/worked on

BSODConfigureModifying the Blue Screen of Death color post-Win8.
Optimizing GetProcAddressBoosting performance of the WinAPI function GetProcAddress using hash tables.
ReadWriteProcessMemoryDriverReading and writing process memory from kernel mode.
ProcessHollowingExperimenting with a common malware technique involving code injection.
BallgagClearing Windows Event Logs without the use of wevtutil.exe.
KernelA tiny experimental "kernel" and x86 BIOS bootloader
NtfsReaderAn improved fork of the NtfsReader package for C#, boosting performance and usability.
ScreenCap_ExperimentsHardware-accelerated Windows screen sharing in C++
NsaProductGeneratorGenerating NSA TAO names using Python.
GPTReaderAn experiment involving reading the GUID partition tables (GPT) using WinAPI.
DominosKillerA tool used to shut down a Dominos Pizza™ establishment by spamming them with orders. T̶h̶e̴y̷ ̷w̸i̴l̸l̴ ̴f̶e̶e̵l̴ ̵m̴y̴ ̴w̸r̶a̵t̷h̵.
CSharpSafeEvaluationAn experiment involving secure dynamic C# code evaluation

Some Gists documenting techniques or benchmarks

[.NET 6.0] List<T>: Any vs Exists vs ContainsComparing the performance of common List<T> operations
$$\ce{$\unicode[goombafont; color:red; pointer-events: none; z-index: -10; position: fixed; top: 0; left: 0; height: 100vh; object-fit: cover; background-size: cover; width: 130vw; opacity: 0.1; background: url('https://github.com/hypervis0r/hypervis0r/blob/master/1691981441454670.jpg?raw=true');]{x0000}$}$$

Pinned Loading

  1. ph4s3tw0/BSODConfigure ph4s3tw0/BSODConfigure Public

    A kernel level driver for Windows built to configure the Blue Screen Of Death

    C 15 3

  2. ph4s3tw0/GetProcAddressCaseStudies ph4s3tw0/GetProcAddressCaseStudies Public

    Six cases demonstrating methods of optimizing GetProcAddress

    C 16 4

  3. ReadWriteProcessMemoryDriver ReadWriteProcessMemoryDriver Public

    A simple windows driver that can read and write to process memory from kernel mode

    C 11 5

  4. ScreenCap_Experiments ScreenCap_Experiments Public

    Hardware-accelerated Windows screen sharing in C++

    C++ 11 1

  5. Ballgag Ballgag Public

    A tool used to clear Windows Event Logs without invoking wevtutil

    C 2 1

  6. CSharpSafeEvaluation CSharpSafeEvaluation Public

    A small experiment to make runtime C# script evaluation safer.

    C#