Projects STRLCPY obfus.h Commits 028f9f7a
🤬
  • ■ ■ ■ ■
    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 Almost 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.
    skipped 52 lines
Please wait...
Page is in error, reload to recover