code-obfuscation
There are 25 repositories under code-obfuscation topic.
KiFilterFiberContext/microsoft-warbird
Reimplementation of Microsoft's Warbird obuscator
vbatools/MacroToolsVBA
Macro Tools VBA - add-in, tool for automating the development of macros in the Visual Basic Editor (VBE) MS Excel and Word
AlSch092/SimpleCodeVirtualizer
A simple compile-time code virtualization class in C++
hovewoof/My-Simple-Crackme
This project demonstrating multiple protection and anti-analysis techniques, including self-modifying code.
KrishnanSG/codeenigma
A lightweight, open-source tool for Python code obfuscation. CodeEnigma helps protect your logic from reverse engineering and unauthorized access, making it a practical alternative to PyArmor for securely distributing your Python applications.
Khaos2022/Khaos-master
Official repo for paper "Khaos: The Impact of Inter-procedural Code Obfuscation on Binary Diffing Techniques".
n0nexist/VVObf
best php obfuscator (up to php 7.4)
caferkara/PHP-Advanced-Obfuscator
Obfuscate and protect your PHP source code with a multi-layered encoding tool — secure your scripts from being edited, copied, or reverse engineered.
alphabetanetcom/python-binary-optimization-compiler
The Python Binary Optimization Compiler Script is a powerful command-line tool designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, offering significant speed improvements and enhanced security.
Infinitode/CodeSafe
An open-source Python library for code encryption, decryption, and safe evaluation using Python's built-in AST module, complete with allowed functions, variables, built-in imports, timeouts, and blocked access to attributes.
shuwang127/PatchOversampling
Oversampling operations on security/non-security patches. This method is described in the paper "PatchDB: A Large-Scale Security Patch Dataset", which appears in 2021 51st Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN 2021), Taipei, June 21-24, 2021, pp. 149-160.
varppi/DCO-Dynamic-Code-Obfuscator
Dynamic code Obfuscator
0501guptanitin/nextjs-webpack-obfuscator
Next.js code obfuscation setup using webpack-obfuscator – secure and protect your production builds.
bylickilabs/Obfucator
This tool provides a simple but effective way to obfuscate Python source code. It renames variables, removes comments and whitespace, and optionally wraps the code in Base64 encoding to hinder reverse engineering and source readability.
therealOri/PyDelta-PythonObfuscator
PyDelta is a Python script designed to obfuscate Python source code, making it more difficult to understand and reverse-engineer.
9DXD/code_rizzler
Python Code Rizzler turns your Python code into an obfuscated yet functional form using a binary-to-underscore encoding scheme. Built with Tkinter, it offers a simple interface to input, transform, and run code—all in one place.
alphabetanetcom/python-binary-optimization-compiler-windows-standalone
The Standalone Windows Executable Version of Python Binary Optimization Compiler is a dedicated Windows application designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, achieving significant speed improvements and enhanced security.
EunBinChoi/computer-security-for-cat-raising-game-master
Computer security algorithms are used in the cat-raising game project such as authentication of user action, RSA, white list, code obfuscation, CBC, IP validity, etc.
Security-UniVR/PLC-Obfuscation
Command line tool for automatic modification of IEC 61131–3 ST scripts in order to obfuscate the PLC memory layout.
TheMn/spaghetti-code-contest
Our 1st place winning submissions for the 2023 & 2025 Spaghetti Code Contest, featuring highly obfuscated C++ programs.
mukeshkushwahae/code-encryption-into-string
Encode your HTML, CSS, and JavaScript into encrypted-style strings with our free online tool. Obfuscate your source code to prevent easy copying and improve basic protection.
NewYaroslav/obfy
A tiny C++ obfuscation framework
oxunem/UM-KM-StringCrypt
Header-only constexpr string encryption for C++17+, supporting both User and Kernel Mode, with no CRT or STL dependencies.