Skip to content
View VOIDMAIN18's full-sized avatar
🤒
Out sick
🤒
Out sick

Block or report VOIDMAIN18

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VOIDMAIN18/README.md

Void Main

Currently learning C++ and exploring low-level programming to understand how software works under the hood.

Interested in:

  • System Programming
  • Windows API
  • Reverse Engineering
  • Memory Internals

Right now I'm building WinSloth — a fast Windows file search tool focused on speed, simplicity, and learning how desktop software works at a deeper level.

My goal is to become skilled in low-level development and gain a strong understanding of operating systems, memory, and system architecture.

Popular repositories Loading

  1. terminal-aim-cpp terminal-aim-cpp Public

    A terminal-based target shooting game written in modern C++. Practice memory indexing, arrays, loops, and random number generation.

    C++ 1

  2. HexToBytes-Converter HexToBytes-Converter Public

    A fast and lightweight C++ CLI tool that converts Hex values ↔ Bytes with colored terminal output. Built using stringstream and smart input handling. Beginner-friendly systems programming project d…

    C++ 1

  3. AOB-INJECTOR AOB-INJECTOR Public

    A Beginner-Friendly Guide to Windows Memory Manipulation Welcome! This project is a simple, educational tool designed to show how Array of Bytes (AoB) searching and replacing works using the Window…

    C++ 1

  4. PC-Checker-Bluestacks PC-Checker-Bluestacks Public

    This is a PC Checker fully developed in C++. The user interface is built using ImGui. The tool is designed to detect and flag suspicious executable files that use Windows APIs or request potentiall…

    C++ 1

  5. WinSloth WinSloth Public

    A lightweight Windows search tool built in C++ for fast file, folder, and application discovery using WinAPI and ImGui.

    C++ 1

  6. cpp-number-guessing-game cpp-number-guessing-game Public

    🎯 A console-based number guessing game built using modern C++ while learning programming fundamentals from learncpp.com. 🚀 This project is part of my C++ learning journey — currently progressing th…

    C++