fasmi
F# disassembler
A tool that translates F# code into assembly code and disassembles it to an intermediate language
F# -> ASM disassembler
184 stars
8 watching
9 forks
Language: F#
last commit: 12 months ago
Linked from 1 awesome list
assemblerdisassemblerdotnetdotnet-toolfsharpjitmsil
Related projects:
Repository | Description | Stars |
---|---|---|
das-labor/panopticon | A cross-platform disassembler for reverse engineering written in Rust. | 1,433 |
daid/ffa-disassembly | A disassembler for analyzing low-level assembly code generated by game engines and emulators. | 17 |
dotnet/fsharp | The F# compiler, core library, and tools provide a platform for building functional programs in a statically typed language. | 3,926 |
arachnid/evmdis | An EVM bytecode disassembler that performs static analysis to provide a higher-level abstraction of the bytecode. | 546 |
wisk/medusa | An interactive disassembler for reverse-engineering and analyzing binary code | 1,041 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 396 |
vmt/udis86 | A disassembler library for x86 and x86-64 instruction set architectures | 1,019 |
microsoft/fsharplu | A collection of lightweight utilities and wrappers for F# development, covering string manipulation, logging, file operations, security, async processing, and more. | 358 |
fsharp/emacs-fsharp-mode | Provides support and tools for the F# programming language within the Emacs text editor. | 208 |
kubkon/zig-dis-x86_64 | A disassembler and encoder library for x86_64 machine code written in Zig. | 35 |
mandiant/dncil | A Python library to disassemble Common Intermediate Language (CIL) instructions. | 158 |
froydnj/chipz | A Common Lisp library for decompressing compressed data from various algorithms | 17 |
tarmil/fsharp.systemtextjson | A library providing support for F# types to serialize to System.Text.Json | 329 |
fsprojects/fantomas | Automatically formats F# source code to improve readability and consistency | 773 |
falood/exsync | A tool that automates code recompilation when the underlying file system changes | 161 |