All Projects → Fcd → Similar Projects or Alternatives

829 Open source projects that are alternatives of or similar to Fcd

EmbedSanitizer
EmbedSantizer is a runtime race detection tool which extends ThreadSanitizer to detect data races in 32-bit ARM applications.
Stars: ✭ 16 (-97.43%)
Mutual labels:  llvm, clang
open-ops
Open Optimizing Parallelizing System
Stars: ✭ 21 (-96.62%)
Mutual labels:  llvm, clang
SynapseOS
SynapseOS - модульная операционная система на языке C.
Stars: ✭ 93 (-85.05%)
Mutual labels:  clang, elf
codebrowser
Woboq CodeBrowser
Stars: ✭ 985 (+58.36%)
Mutual labels:  llvm, clang
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (-5.14%)
Mutual labels:  x86-64, elf
vuo
A realtime visual programming language for interactive media.
Stars: ✭ 103 (-83.44%)
Mutual labels:  llvm, clang
Chromium Clang
Chromium browser compiled with the Clang/LLVM compiler.
Stars: ✭ 77 (-87.62%)
Mutual labels:  llvm, clang
CMLFS
Clang-Built Musl Linux From Scratch
Stars: ✭ 51 (-91.8%)
Mutual labels:  llvm, clang
stack-guard
A toy implementation of 'Stack Guard' on top of the LLVM compiler toolchain
Stars: ✭ 21 (-96.62%)
Mutual labels:  llvm, clang
arch-packages
Arch Linux performance important packages
Stars: ✭ 27 (-95.66%)
Mutual labels:  llvm, clang
Rellic
Rellic produces goto-free C output from LLVM bitcode
Stars: ✭ 234 (-62.38%)
Mutual labels:  llvm, decompiler
Clang Power Tools
Bringing clang-tidy magic to Visual Studio C++ developers.
Stars: ✭ 285 (-54.18%)
Mutual labels:  llvm, clang
Checkedc
Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, a…
Stars: ✭ 2,692 (+332.8%)
Mutual labels:  llvm, clang
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (-84.24%)
Mutual labels:  x86-64, decompiler
TON-Compiler
Clang compiler for Free TON Virtual Machine
Stars: ✭ 56 (-91%)
Mutual labels:  llvm, clang
FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
Stars: ✭ 26 (-95.82%)
Mutual labels:  llvm, clang
adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (-91.32%)
Mutual labels:  llvm, clang
systemc-compiler
This tool translates synthesizable SystemC code to synthesizable SystemVerilog.
Stars: ✭ 128 (-79.42%)
Mutual labels:  llvm, clang
MetaCG
MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.
Stars: ✭ 21 (-96.62%)
Mutual labels:  llvm, clang
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (-96.3%)
Mutual labels:  clang, elf
opencilk-project
Monorepo for the OpenCilk compiler, forked from llvm/llvm-project. See the OpenCilk/infrastructure repository for build and installation instructions.
Stars: ✭ 42 (-93.25%)
Mutual labels:  llvm, clang
nolimix86
LLVM-based x86 emulator with support for unlimited virtual registers, used before the register allocation pass
Stars: ✭ 19 (-96.95%)
Mutual labels:  x86-64, llvm
lsif-clang
Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
Stars: ✭ 28 (-95.5%)
Mutual labels:  llvm, clang
mutator
mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development
Stars: ✭ 62 (-90.03%)
Mutual labels:  clang, elf
Olifant
A simple programming language targeting LLVM
Stars: ✭ 58 (-90.68%)
Mutual labels:  llvm, clang
Cmake Scripts
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
Stars: ✭ 202 (-67.52%)
Mutual labels:  llvm, clang
Clangkit
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
Stars: ✭ 330 (-46.95%)
Mutual labels:  llvm, clang
Clang Expand
🐉 A clang tool for happy refactoring without source-code gymnastics
Stars: ✭ 182 (-70.74%)
Mutual labels:  llvm, clang
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (-32.8%)
Mutual labels:  llvm, clang
Constexpr Everything
Rewrite C++ code to automatically apply `constexpr` where possible
Stars: ✭ 178 (-71.38%)
Mutual labels:  llvm, clang
clangbuilder
Building Clang ♡ Utility and Environment
Stars: ✭ 101 (-83.76%)
Mutual labels:  llvm, clang
linux
Linux kernel source tree
Stars: ✭ 234 (-62.38%)
Mutual labels:  llvm, clang
ghidra2dwarf
🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
Stars: ✭ 135 (-78.3%)
Mutual labels:  decompiler, elf
Dstep
A tool for converting C and Objective-C headers to D modules
Stars: ✭ 177 (-71.54%)
Mutual labels:  llvm, clang
sycl
SYCL for Vitis: Experimental fusion of triSYCL with Intel SYCL oneAPI DPC++ up-streaming effort into Clang/LLVM
Stars: ✭ 80 (-87.14%)
Mutual labels:  llvm, clang
flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (-94.86%)
Mutual labels:  llvm, clang
los
Los是一个c/c++语言编译型的虚拟机。它使用llvm/clang作为其前端,losld做后端对源代码进行编译,生成los指令文件。Los is a c/c++-compiled virtual machine. It uses llvm/clang as its front end, losld does the backend to compile the source code, and generates the los directive file.
Stars: ✭ 46 (-92.6%)
Mutual labels:  llvm, clang
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
Stars: ✭ 147 (-76.37%)
Mutual labels:  llvm, clang
Bytecoder
Rich Domain Model for JVM Bytecode and Framework to interpret and transpile it.
Stars: ✭ 401 (-35.53%)
Mutual labels:  llvm, decompiler
OS-CFI
Origin-sensitive Control Flow Integrity (OS-CFI) - USENIX Security 2019
Stars: ✭ 27 (-95.66%)
Mutual labels:  llvm, clang
pranaOS
A unix operating system written from scratch in c that gives support for arm, x86
Stars: ✭ 138 (-77.81%)
Mutual labels:  x86-64, clang
Webassembly Examples
From Simple To Complex. A complete collection of webassembly examples.
Stars: ✭ 177 (-71.54%)
Mutual labels:  llvm, clang
proton-clang-build
A set of scripts to build optimized LLVM and binutils toolchains. See https://github.com/kdrag0n/proton-clang for prebuilts.
Stars: ✭ 30 (-95.18%)
Mutual labels:  llvm, clang
anvill
anvill forges beautiful LLVM bitcode out of raw machine code
Stars: ✭ 228 (-63.34%)
Mutual labels:  llvm, decompiler
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (-86.66%)
Mutual labels:  llvm, clang
CastXMLSuperbuild
Build CastXML and its dependencies (LLVM/Clang)
Stars: ✭ 32 (-94.86%)
Mutual labels:  llvm, clang
hmg
💝 My personal Gentoo/Linux configuration backup files
Stars: ✭ 16 (-97.43%)
Mutual labels:  llvm, clang
wasm-toolchain
WebAssembly toolchain
Stars: ✭ 34 (-94.53%)
Mutual labels:  llvm, clang
SameTypeClangPlugin
自定义检查规范的 Clang 插件
Stars: ✭ 47 (-92.44%)
Mutual labels:  llvm, clang
CFI-LB
Adaptive Callsite-sensitive Control Flow Integrity - EuroS&P'19
Stars: ✭ 13 (-97.91%)
Mutual labels:  llvm, clang
clang-format-editor
Clang-Format Editor is a tool that helps you find the best Clang-Format Style for your C++, C#, Java, JavaScript, and Objective-C code.
Stars: ✭ 15 (-97.59%)
Mutual labels:  llvm, clang
symbol-collector
Clients and Server to collect system symbols.
Stars: ✭ 20 (-96.78%)
Mutual labels:  mach-o, elf
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-57.4%)
Mutual labels:  clang, decompiler
llvm-svn
Arch Linux PKGBUILD for LLVM, Clang et al. (latest SVN code)
Stars: ✭ 18 (-97.11%)
Mutual labels:  llvm, clang
Mcsema
Framework for lifting x86, amd64, aarch64, sparc32, and sparc64 program binaries to LLVM bitcode
Stars: ✭ 2,198 (+253.38%)
Mutual labels:  llvm, x86-64
Play with llvm
A book about LLVM & Clang(中文开源书:玩转 LLVM)
Stars: ✭ 175 (-71.86%)
Mutual labels:  llvm, clang
doc
Design documents related to the decompilation pipeline.
Stars: ✭ 23 (-96.3%)
Mutual labels:  llvm, decompiler
llvm-project-prepo
Fork of LLVM with modifications to support a program repository
Stars: ✭ 27 (-95.66%)
Mutual labels:  llvm, clang
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (-50.96%)
Mutual labels:  llvm, clang
Decomp
Components of a decompilation pipeline.
Stars: ✭ 343 (-44.86%)
Mutual labels:  llvm, decompiler
1-60 of 829 similar projects