Skip to content
View marenace380's full-sized avatar
  • Joined Jul 6, 2026

Block or report marenace380

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




 Who Am I

interface Developer {
  name: string;
  roles: string[];
  languages: string[];
  currentlyLearning: string;
  funFact: string;
}

const me: Developer = {
  name: "marenace380",
  roles: [
    "Full Stack Developer",
    "Cheat Engineer",
    "Web Architect",
    "Reverse Engineer"
  ],
  languages: [
    "C++", "C#", "Python",
    "JavaScript", "TypeScript",
    "Rust", "Lua"
  ],
  currentlyLearning: "Kernel Exploits & Rust",
  funFact: "I debug in my dreams"
};

 What I Do

Game Engineering

  • Memory manipulation & pattern scanning
  • DLL injection & hooking frameworks
  • Driver development (KMDF/WDM)
  • ImGui overlay rendering
  • Anti-cheat research & bypass

Web Development

  • React / Next.js single-page apps
  • REST & GraphQL API design
  • Real-time systems with WebSockets
  • Cloud deployment & CI/CD
  • Database architecture (SQL + NoSQL)

Security Research

  • Binary analysis & exploit development
  • Vulnerability assessment
  • Kernel-mode programming

Tech Stack


Languages

Frameworks & Tools

DevOps & Cloud

Game Hacking & RE


GitHub Stats







Activity



Contribution Snake


Snake animation

Featured Projects



Random Dev Quote

Let's Connect




Pinned Loading

  1. moondownloader moondownloader Public

    Forked from LeyckerS/moondownloader

    Lightning-fast bulk file downloader for datanodes.to & fuckingfast.co - 253 MB/s on 2.5 Gbps fiber. Playwright extraction + aiohttp async engine.

    Python 1

  2. plugins plugins Public

    Forked from homebridge/plugins

    Information and resources for Homebridge plugins.

    TypeScript