Projects STRLCPY obfus.h Commits 010ad713
🤬
  • ■ ■ ■ ■
    README.md
    skipped 27 lines
    28 28  > or use it with compiler args:
    29 29  >
    30 30  > ```
    31  -> tcc "app.c" -w -D no_cflow -D no_antidebug
     31 +> tcc "app.c" -w -D no_cflow -D antidebug_v2
    32 32  > ```
    33 33   
    34 34  ⚠️ When compiling an application with obfuscation, use the `-w` argument to suppress warnings. Otherwise, the console will display numerous intimidating logs that have no impact on the final result. There's no need to be alarmed by them.
    skipped 28 lines
Please wait...
Page is in error, reload to recover