wcc
Binary compiler
A collection of compilation tools for performing binary modifications on ELF binaries.
The Witchcraft Compiler Collection
2k stars
81 watching
107 forks
Language: C
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 17 |
wsdt/almostbinary | A platform-independent compiler and runtime for an esoteric programming language designed for binary enthusiasts. | 8 |
projectevergreen/wcc | A Web Components compiler designed to produce raw HTML from standards-compliant components. | 93 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,248 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
tyfkda/xcc | A standalone compiler/assembler/linker/libc for multiple architectures | 279 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 53 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 243 |
wyhaines/defined.cr | Provides macros and facilities to check constants and make code conditionally compileable at runtime | 17 |
drh/lcc | A compiler designed to be highly retargetable for compiling C code. | 2,038 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 295 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |