Projects STRLCPY obfus.h Commits 9733e90d
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 4 lines
    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 9   
    9 10  ## Usage
    10 11   
    skipped 44 lines
    55 56   
    56 57  ## Version
    57 58  The obfuscator was written with support for **Tiny C** of any version (even `0.9.24`). However, for best results, you should use the latest version of the compiler. It opens up more possibilities for confusion
     59 + 
Please wait...
Page is in error, reload to recover