wcc
Binary compiler
A collection of compilation tools for performing binary modifications on ELF binaries.
The Witchcraft Compiler Collection
2k stars
81 watching
108 forks
Language: C
last commit: about 1 month 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. | 16 |
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. | 90 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,250 |
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. | 703 |
tyfkda/xcc | A standalone compiler/assembler/linker/libc for multiple architectures | 264 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
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 | 238 |
wyhaines/defined.cr | Provides macros and facilities to check constants and make code conditionally compileable at runtime | 17 |
drh/lcc | A retargetable C compiler designed to be highly adaptable and flexible. | 2,026 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
ainfosec/crema | A compiler and runtime system for executing a minimalist programming language in sub-Turing Complete space. | 64 |