Projects STRLCPY obfus.h Commits 10a37017
🤬
  • ■ ■ ■ ■ ■
    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 + 
     4 +**[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. **Very reliable armor for your C programs!**
    4 5   
    5 6  - 🔍 **Function Call Obfuscation**: Confuse function calls to make your code less readable to unauthorized eyes.
    6 7  - 🛡️ **Anti-Debugging Techniques**: Built-in mechanisms to prevent code analysis during runtime.
    skipped 59 lines
Please wait...
Page is in error, reload to recover