Skip to content

v0.1.0

Choose a tag to compare

@PdB333 PdB333 released this 14 Jul 22:54
· 103 commits to master since this release

Cortex v0.1.0

Injectable DLL exposing a local HTTP API (127.0.0.1) for reading/writing a
process's memory, scanning, disassembling, setting breakpoints, patching
code, running static analysis (CFG, xrefs, vtables), and driving it all
from an AI — with an ImGui overlay for human/AI prompts.

Assets

  • cortex_core_x86.dll / cortex_core_x64.dll — use with injector.exe
  • cortex_x86.asi / cortex_x64.asi — drop into a game's ASI/scripts folder if it already has an ASI loader

⚠️ File bitness must match the target process (x86 for a 32-bit game, x64 for a 64-bit game).

Installation

See the README for both loading methods (injector or ASI loader) and full API documentation.