10 open-source projects similar to redasmorg/redasm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redasm alternative.
BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It utilizes statistical sampling and warm-up iterations to determine the stability and precise execution speed of specific methods. The project provides a JIT disassembly viewer to inspect processor disassembly and analyze how the compiler executes code paths. It includes a memory allocation profiler that tracks managed and native memory traffic to identify efficiency bottlenecks. Additionally, a runtime performance comparator allows the same benchmarks to be executed across differ
Powerful Disassembler Library For x86/AMD64
SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Zydis is an x86 and x86-64 binary analysis library that functions as an instruction disassembler and machine code encoder. It translates binary machine code into structured instruction metadata and converts assembly instructions back into binary representations. The library provides capabilities for decoding machine code to identify processor operations and extensions, as well as formatting those decoded structures into human-readable assembly strings. It also allows for the inspection of detailed technical metadata and attributes associated with specific processor instructions.