DanielWillett / StackCleanerLinks
Stack trace formatter for dotnet written and formatted in C#.
☆20Updated 11 months ago
Alternatives and similar repositories for StackCleaner
Users that are interested in StackCleaner are comparing it to the libraries listed below
Sorting:
- A fully managed .NET library for interception of binary functions.☆38Updated 3 years ago
- GoTo dnSpy for Visual Studio 2022☆72Updated 3 months ago
- A sample project for writing and executing assembly in C#.☆31Updated 4 years ago
- A fast and lightweight .Net library for reading and writing .class files.☆37Updated 2 years ago
- Low-level utilities and tools for working with the CLR and memory.☆12Updated 4 years ago
- A library to modify MSIL and native code at runtime☆133Updated last year
- ☆14Updated 4 years ago
- A hook proof of concept with no native dependencies. Hook both .NET methods (even framework methods) and Native methods entirely in .NET.☆83Updated 7 years ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated 4 years ago
- A modern and open source .NET obfuscation engine for everyone.☆23Updated last year
- A simple tool for converting strings to unmanaged methods using AsmResolver.☆57Updated 2 years ago
- Like compiler explorer, but for .NET JIT.☆31Updated 5 years ago
- A set of tools to work with CIL in .NET applications☆28Updated 8 months ago
- Managed, high performance, fully featured memory manipulation library written in C#, providing a very easy to use API.☆88Updated 2 months ago
- MSIL Reader☆36Updated 3 years ago
- Run C# code at compile time.☆40Updated 5 years ago
- Allocate managed objects in a object pool, backed by native memory buffer.☆27Updated 8 years ago
- Virtual machine written in C #. It allows you to perform / emulate the compiled .net code (IL). The code is executed instruction by instr…