disassemble
JIT disassembler
Disassembles machine code generated by Racket's JIT compiler
Disassembler for Racket
79 stars
6 watching
14 forks
Language: Scheme
last commit: over 1 year ago
Linked from 1 awesome list
disassemblerracket
Related projects:
Repository | Description | Stars |
---|---|---|
das-labor/panopticon | A cross-platform disassembler for reverse engineering written in Rust. | 1,433 |
vmt/udis86 | A disassembler library for x86 and x86-64 instruction set architectures | 1,019 |
liorst4/uxn-disassembler | Disassembles UXN virtual machine roms into textual representation | 6 |
wisk/medusa | An interactive disassembler for reverse-engineering and analyzing binary code | 1,041 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
arachnid/evmdis | An EVM bytecode disassembler that performs static analysis to provide a higher-level abstraction of the bytecode. | 546 |
rajkumardusad/jitcompiler | An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. | 74 |
kubkon/zig-dis-x86_64 | A disassembler and encoder library for x86_64 machine code written in Zig. | 35 |
soegaard/6502 | An emulator and toolset for the 6502 CPU | 9 |
racketscript/racketscript | Compiles Racket source code to JavaScript ES6 modules | 712 |
idapython/src | Tools and scripts for interacting with the IDA Pro disassembler | 1,420 |
sdiehl/tinyjit | A Haskell-based implementation of a JIT compiler for generating x86-64 machine code from an intermediate language composed of Haskell operations. | 183 |
pret/pokeyellow | Disassembling Pokémon Yellow's ROM to reverse-engineer its game logic and layout. | 717 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 396 |
shritesh/zigfmt-web | A compilation tool for formatting Zig source code into WebAssembly format | 43 |