Skip to content

gmh5225/awesome-llvm-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

524 Commits
 
 
 
 
 
 
 
 

Repository files navigation

awesome-llvm-securityAwesome

GitHub license

If you find that some links are not working, you can simply replace the username with gmh5225. 
Or you can send an issue for me.

Show respect to all the projects below, perfect works of art 🫡

How to contribute?

Skills for AI Agents

This repository provides skills that can be used with AI agents and coding assistants such as Cursor, OpenClaw, Claude Code, Codex CLI, and other compatible tools. Install skills to get specialized knowledge about game security topics.

View on learn-skills.dev

Installation:

npx skills add https://github.com/gmh5225/awesome-llvm-security --skill <skill-name>

Available Skills:

Skill Description
binary-lifting Binary lifting techniques - converting machine code to LLVM IR
compiler-development Compiler development using LLVM infrastructure
dynamic-instrumentation Dynamic binary instrumentation and runtime tracing
llvm-learning Learning resources and tutorials for LLVM/Clang
llvm-obfuscation LLVM-based code obfuscation techniques
llvm-optimization Optimization passes and performance tuning
llvm-security Security features, sanitizers, and hardening
llvm-tooling Clang plugins, LLDB extensions, and LibTooling
mlir-development MLIR and CIR development for domain-specific compilation
static-analysis Static analysis, dataflow analysis, and taint tracking

Example:

# Install LLVM obfuscation skill
npx skills add https://github.com/gmh5225/awesome-llvm-security --skill llvm-obfuscation

# Install multiple skills
npx skills add https://github.com/gmh5225/awesome-llvm-security --skill static-analysis
npx skills add https://github.com/gmh5225/awesome-llvm-security --skill binary-lifting

Guide

Papers

IDE Configuration

Toolchain

OLLVM

MSVC Warbird

LIFT

libcxx

libunwind

Android Kernel

trace

JIT

Rust Manipulation

Intermediate Representation

Monitor

eBPF

WASM

Dynamic Binary Instrumentation

Assembly Engine

Symbolic Execution

SMT solving

Runtime Check

Mathematics related

Memory Leak Detector

Sanitizer

Static Analysis

Clang Build Analysis

Crash Analysis

DirectX Shader Compiler

Virtual Machine

DIY Compiler

Out-of-tree LLVM pass

Clang Plugins

CIR

MLIR

Clangd/Language Server

LLD

LLDB

Transfer

Bundler

Security Features

MSVC Features

X86

Optimization

Testing Tools

LLVM Tutorial

Clang Tutorial

CPP Tutorial

Security Book

Compiler Book

Jobs

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors