Skip to content
View 936erpl's full-sized avatar
🔎
Focused on some projects
🔎
Focused on some projects

Block or report 936erpl

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.

Content in all repositories owned by your account will be closed.
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
936erpl/readme.md

936erpl

reverse engineering • systems • security • questionable decisions

Building things that probably shouldn't work, then spending 14 hours figuring out why they do.

Discord Website Email


whoami

I'm a developer interested in reverse engineering, low-level programming, security research and generally making complicated things more complicated than they need to be.

I like taking things apart, figuring out how they work, and occasionally putting them back together in a slightly worse state.

Most of my projects start with:

"I wonder if this is possible."

and end with:

"damn, that does in fact work somehow."

Currently interested in

  • Reverse engineering & binary analysis
  • Windows internals
  • C / C++
  • Python tooling & automation
  • Malware analysis & PoCs
  • Software protection & obfuscation
  • Game / application internals
  • API & infrastructure development
  • Building tools nobody asked for
  • And womens.

stack

Languages

C C++ Python JavaScript TypeScript

Web / Runtime

React Node.js HTML5 CSS3

Tooling

Git CMake Docker Windows

Reverse Engineering

IDA Pro Ghidra x64dbg


projects

Windows security research / UAC bypass research project.

To make it short, its becoming Terry A. Davis on your computer.


Research PoC exploring Windows GDI internals and techniques commonly encountered during malware analysis.

To make it a bit short, its a lot of color on your screen and your pc go boom boom.


Using Discord's Custom Rich Presence to show that you are a professional engineer in IDA.

To make it very short, its just visuals on Discord.


github stats



philosophy

if (it works)
{
    don't touch it;
}

if (it doesn't work)
{
    blame Windows;
}

if (Windows isn't involved)
{
    blame the compiler;
}

I don't necessarily write good software.

I write software that eventually becomes someone else's problem.


random facts

  • I enjoy reverse engineering things I probably shouldn't have opened in the first place.
  • I make projects that take significantly longer than they should.
  • I have a questionable relationship with documentation.
  • printf() has solved more problems than it reasonably should have.
  • I occasionally remember that Git has a commit history.
  • I like women.
  • I probably should have stopped coding three hours ago.

contact

Discord Website Email


Profile Views

thanks for stopping by

probably working on something unnecessary right now.

Pinned Loading

  1. pyinstxtractor-v2 pyinstxtractor-v2 Public

    Automaticly unpack every pyinstaller compiled executables - Unpack PyInstaller archives without hardcoded magic bytes. Works with custom/modified PyInstaller builds by validating the cookie structu…

    Python 3 1

  2. IDA-RPC IDA-RPC Public

    Forked from reversedcodes/IDA-RPC

    IDA Discord RPC is a plugin for IDA that displays your current activity as Discord Rich Presence. It enhances your Discord profile with real-time information about what you're working on inside IDA.

    C++ 1

  3. uac uac Public

    User Account Control Super Cool Bypass to get administrator (still working !)

    Python 1

  4. ida-pro-mcp ida-pro-mcp Public

    Forked from mrexodia/ida-pro-mcp

    Adapted to IDA PRO 9.4 new functionnalities - AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

    Python