NtRays
Description
Hex-Rays microcode plugin for automated simplification of Windows Kernel decompilation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
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.
Lifting of SYSCALL instructions with the ability to select Nt* signatures.
How to compile
Windows with Visual Studio 2022
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -A x64 .. -DIDA_SDK_DIR=idasdk90 -DHEXRAYS_SDK_DIR=C:\Program Files\IDA Professional 9.0\plugins\hexrays_sdk
cmake --build . --config Release
Linux
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DIDA_SDK_DIR=idasdk90 -DHEXRAYS_SDK_DIR=/root/idapro-9.0/plugins/hexrays_sdk/
make
macOS
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DIDA_SDK_DIR=./idasdk90 -DHEXRAYS_SDK_DIR=./idasdk90
make
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.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11