sabinokaku - Minimal framework for injecting .NET into processes

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sabinokaku

    Minimal .NET Runtime Injection Framework in Rust

  • Reloaded.Core.Bootstrap

    Tiny Visual C++ library/example that allows you to inject CoreCLR (the .NET Core Runtime) into the current unmanaged process and execute a .NET library.

  • I found Reloaded.Core.Boostrap but I wanted to avoid the entire packaging mess with C++, and happily enough netcorehost looked mature enough at least to start up the CLR and shunt it off to .NET-land where most of the hooking logic can live. To make things a bit easier on myself, I also wrote up a very small config format to make it easier to use; it should just work after injecting the prebuilt DLL via the myriad different ways to do so on Windows.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts