MCPcopy Create free account
hub / github.com/can1357/NtRays

github.com/can1357/NtRays @v1.67

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.67 ↗ · + Follow
12 symbols 21 edges 1 files ⚖ BSD-2-Clause 3 documented · 25% updated 19mo agov1.67 · 2021-12-02★ 6785 open issues

Browse by type

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

NtRays

NtRays is a Hex-Rays microcode plugin for automated simplification of Windows Kernel decompilation.

Features

  • Cleanup of instrumentation and scheduler hinting code.

  • Lifting of multiple missing instructions.

  • Lifting of TrapFrame accesses and interrupt/syscall returns.

  • Inference of KUSER_SHARED_DATA segments.

  • Lifting of dynamic relocations for page tables and PFN database with LA57 support.

  • RSB flush lifting in ISRs.

  • Replacement of KTHREAD/KPROCESS with ETHREAD/EPROCESS in user types, local variables and arguments.

Installation

Simply drop the NtRays64.dll into the plugins folder. Note: IDA 7.6+ is required.

License

NtRays is licensed under BSD-3-Clause License.

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 7
Method 4
Class 1

Languages

C++100%

Modules by API surface

plugin.cpp12 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page