Projects STRLCPY obfus.h Commits 99ff8577
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  ![](obfus.h.png)
    2 2  # obfus.h
    3  -**[obfus.h](https://github.com/DosX-dev/obfus.h/blob/main/include/obfus.h)** is a macro-only library for compile-time obfuscating C applications, designed specifically for the **[Tiny C (tcc)](https://bellard.org/tcc/)**. It is tailored for Windows x86 and x64 platforms and supports all versions of the compiler.
     3 +**[obfus.h](https://github.com/DosX-dev/obfus.h/blob/main/include/obfus.h)** is a macro-only library for compile-time obfuscating C applications, designed specifically for the **[Tiny C (tcc)](https://bellard.org/tcc/)**. It is tailored for Windows x86 and x64 platforms and supports Almost all versions of the compiler.
    4 4   
    5 5  - 🔍 **Function Call Obfuscation**: Confuse function calls to make your code less readable to unauthorized eyes.
    6 6  - 🛡️ **Anti-Debugging Techniques**: Built-in mechanisms to prevent code analysis during runtime.
    7 7  - 🔄 **Control Flow Code Mutation**: Turns code into spaghetti, making it difficult to parse conditions and loops.
    8  -- �� **Complex Anti-Decompilation Techniques**: Makes many popular decompilers useless visually breaking their output.
     8 +- �� **Anti-Decompilation Techniques**: Makes many popular decompilers useless visually breaking their output.
    9 9   
    10 10  ## Usage
    11 11   
    skipped 47 lines
Please wait...
Page is in error, reload to recover