MCPcopy Create free account
hub / github.com/SamuelTulach/RwxMeme

github.com/SamuelTulach/RwxMeme @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
137 symbols 157 edges 20 files 4 documented · 3% updated 2y ago★ 231

Browse by type

Functions 94 Types & classes 43
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RwxMeme

Injector abusing RWX regions

About

This injector abuses the fact that some signed (read whitelisted by anticheat) DLLs have RWX (read, write, execute) sections. Since those sections are writable, running simple integrity checks towards them does not make sense, so we can simply map our own DLL into those sections.

In order for this to work on protected processes, another meme is used (EPROCESS->PreviousMode overwritten with vulnerable driver).

Usage

Compile or download the project. Pass the process name, window title and DLL path as process arguments (run without them to get more details). Don't forget that the signed DLL will be visible in the process.

Core symbols most depended-on inside this repo

Shape

Method 84
Class 33
Enum 10
Function 10

Languages

C++100%

Modules by API surface

RwxMeme/RwxMeme/src/driver/intel_driver.cpp40 symbols
RwxMeme/RwxMeme/src/utils/xor.h24 symbols
RwxMeme/RwxMeme/src/driver/intel_driver.h12 symbols
RwxMeme/RwxMeme/src/utils/console.cpp11 symbols
RwxMeme/RwxMeme/src/driver/memory.cpp11 symbols
RwxMeme/RwxMeme/src/driver/nt.h9 symbols
RwxMeme/RwxMeme/src/driver/utils.cpp8 symbols
RwxMeme/RwxMeme/src/driver/memory.h5 symbols
RwxMeme/RwxMeme/src/utils/executable.h3 symbols
RwxMeme/RwxMeme/src/utils/executable.cpp3 symbols
RwxMeme/RwxMeme/src/driver/magic.cpp3 symbols
RwxMeme/RwxMeme/src/utils/vmprotect.h2 symbols

For agents

$ claude mcp add RwxMeme \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page