The “kovid-obfusctaion-passes” project is a comprehensive collection of LLVM and GCC plugins designed to implement code obfuscation techniques.
These tools aim to obscure code, making it harder to reverse engineer or tamper with, while maintaining the program’s original functionality.
As an open-source initiative, it provides security researchers and developers with a platform to study and counteract obfuscation strategies.
To use these plugins:
llvm-19-dev
, clang-19
) and GCC (gcc-12-plugin-dev
).clang-19 test.c -O2 -fpass-plugin=/path/to/libKoviDRenameCodeLLVMPlugin.so -c
These obfuscation passes are valuable for:
The project plans to expand support for Windows environments and introduce more advanced obfuscation techniques.
Additionally, tools like “kovid-deobfuscator” are being developed to counteract these obfuscation methods, promoting a balanced approach to software security research.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…