backengineeringbackengineeringOfficialยท10 Agent Skills Included

llvm-msvc

LLVM compiler development, obfuscation, and binary analysis expertise

Guides compiler work across LLVM optimization passes, code obfuscation, binary lifting, and static analysis. Covers MSVC-compatible Windows driver compilation, dynamic instrumentation, sanitizers, and MLIR dialect development. Eliminates guesswork when writing custom passes, hardening binaries, or reverse engineering machine code. Provides ready-made code patterns and tool references to complete compiler security tasks faster.
npx skills add backengineering/llvm-msvc --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install llvm-msvc?โ–ผ

Run `npx skills add backengineering/llvm-msvc --all -g -y` in your terminal to install all skills in this suite globally.

What is llvm-msvc used for?โ–ผ

It is an LLVM-based compiler compatible with MSVC syntax, supporting Windows and Android kernel drivers, naked functions, and custom obfuscation. The bundled skills help you write optimization passes, obfuscators, and analysis tools.

How to write a custom LLVM optimization pass?โ–ผ

The llvm-optimization skill provides complete pass templates using the new pass manager, including registration, analysis dependencies, and pattern rewriting examples.

Can these skills help with code obfuscation?โ–ผ

Yes. The llvm-obfuscation skill covers control flow flattening, string encryption, MBA expressions, and virtualization techniques with major OLLVM framework references.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’