NtRays

(★ 678)

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

File Explorer

  • .gitattributes
  • .gitignore
  • .gitmodules
  • CMakeLists.txt
  • generate_nt_syscalls.py
  • HexSuite
  • LICENSE
  • linux-pe
  • nt_syscalls.cpp
  • nt_syscalls.hpp
  • nt_syscalls.inc
  • NtRays.sln
  • NtRays.vcxproj
  • NtRays.vcxproj.filters
  • NtRays.vcxproj.user
  • plugin.cpp
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cmake

View Details ▼

Cross-platform build automation system, that generates recipes for native build systems.

cmake {{path/to/project_directory}}

Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:

cmake --build {{path/to/build_directory}}

Use a generated recipe in a given directory to build artifacts:

cmake --install {{path/to/build_directory}} --strip

Install the build artifacts into `/usr/local/` and strip debugging symbols:

// repository documentation