Skip to content

decay88/RazorSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RazorSharp

nuget nuget dl

Icon

Low-level utilities and tools for working with the CLR, CLR internal structures, and memory.

Goals

RazorSharp aims to provide functionality similar to that of ClrMD, WinDbg SOS, and Reflection but in a more detailed fashion while also exposing more underlying metadata and CLR functionality.

RazorSharp also allows for manipulation of the CLR and low-level operations with managed objects. Additionally, RazorSharp doesn't require attachment of a debugger to the process to acquire metadata. All metadata is acquired through memory or low-level functions.

Usage

RazorSharp must be set up to use certain features. The module initializer does this automatically.

Features

  • Calculating heap size of managed objects
  • Taking the address of managed objects
  • Pointer to managed types
  • Pinning unblittable objects

Compatibility

RazorSharp is tested on:

  • 64-bit or 32-bit
  • Windows only
  • .NET CLR only
  • Workstation GC

License

Icons made by Freepik

About

Low-level utilities and tools for working with the CLR and memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%