A collection of out-of-tree LLVM passes for teaching and learning
翻译 - LLVM通过的集合(带有测试和构建脚本)
ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).
LLVM plugin to transparently apply stack spoofing and indirect syscalls to Windows x64 native calls at compile time.
Domain-Specific Fuzzing with Waypoints
A step-by-step tutorial for building an LLVM sample pass
#安全#Tutorial on how to write the dumbest obfuscator I could think of.
LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs. Originally imple...
LLVM PASS by SsageParuders.Port to llvm_14.06 with New PM.Support for Android-ndk-r25(LTS).
Specialized version of the LLVM compiler with the ADIN code transformer pass
Source-code based coverage for eBPF programs actually running in the Linux kernel
out-of-tree llvm obfuscation pass plugin (dynamically loadable by rustc). || rust toolchain with obfuscation llvm pass.
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Transform LLVM pass for Compile-time Hooking of Memory Operations
An LLVM pass that can generate CDFG and map the target loops onto a parameterizable CGRA.