All Projects → Decimation → RazorSharp

Decimation / RazorSharp

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

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to RazorSharp

Node Cache
a node internal (in-memory) caching module
Stars: ✭ 1,660 (+5254.84%)
Mutual labels:  fast, memory
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+2987.1%)
Mutual labels:  fast, memory
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-6.45%)
Mutual labels:  memory, clr
Superstring
A fast and memory-optimized string library for C++
Stars: ✭ 252 (+712.9%)
Mutual labels:  fast, memory
betting
Fast and flexibly API wrapper for betfair
Stars: ✭ 45 (+45.16%)
Mutual labels:  fast
scif
scientific filesystem: a filesystem organization for scientific software and metadata
Stars: ✭ 30 (-3.23%)
Mutual labels:  metadata
fastHistory
A python tool connected to your terminal to store important commands, search them in a fast way and automatically paste them into your terminal
Stars: ✭ 24 (-22.58%)
Mutual labels:  fast
dualnback
In n-back task you need to remember n previous spatial or auditory stimuli. N-back is a memory test where n refers on how many previous stimuli must be remembered. Dual means that verbal auditory stimulus and spatial visual stimulus are presented at the same time and must be remembered separately.
Stars: ✭ 22 (-29.03%)
Mutual labels:  memory
BlockHashLoc
Recover files using lists of blocks hashes, bypassing the File System entirely
Stars: ✭ 45 (+45.16%)
Mutual labels:  metadata
hardware
Get CPU, Memory and Network informations of the running OS and its processes
Stars: ✭ 70 (+125.81%)
Mutual labels:  memory
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-41.94%)
Mutual labels:  metadata
android-gcc-toolchain
Enable you to use NDK's standalone toolchain easily, quickly and magically for cross-compile
Stars: ✭ 49 (+58.06%)
Mutual labels:  fast
SHARE
SHARE is building a free, open, data set about research and scholarly activities across their life cycle.
Stars: ✭ 93 (+200%)
Mutual labels:  metadata
scihub
Copernicus Sentinel Science Hub rolling archive downloader
Stars: ✭ 28 (-9.68%)
Mutual labels:  metadata
DotNET.jl
Julia ❤️ .NET
Stars: ✭ 75 (+141.94%)
Mutual labels:  clr
metabadger
Prevent SSRF attacks on AWS EC2 via automated upgrades to the more secure Instance Metadata Service v2 (IMDSv2).
Stars: ✭ 123 (+296.77%)
Mutual labels:  metadata
WeightedRandomSelector
Very fast C# class for weighted random picking.
Stars: ✭ 117 (+277.42%)
Mutual labels:  fast
memtester
Simple memory tester mirror from http://pyropus.ca/software/memtester/. Please note that I am not the author of Memtester
Stars: ✭ 84 (+170.97%)
Mutual labels:  memory
rfcs
An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
Stars: ✭ 73 (+135.48%)
Mutual labels:  metadata
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-32.26%)
Mutual labels:  clr

RazorSharp

nuget nuget dl

Icon

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

Notice

For a new and improved .NET 5 implementation, see Novus.

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

Some structures of RazorSharp must be set up to use certain features. Their respective type initializers and constructors should do this automatically, but this is still being tested as static initialization can be tricky.

Features

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

Compatibility

  • 64-bit (only partial 32-bit support)
  • Windows
  • .NET CLR
  • .NET Framework 4.7.2
  • Workstation GC

License

Icons made by Freepik

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].