8000 Update README.md · DosX-dev/obfus.h@568b6fd · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DosX-dev authored Jan 31, 2025
1 parent 0d0ab2a commit 568b6fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This will automatically obfuscate your code during compilation, ensuring protect
> #define FAKE_SIGNS 1 // Adds fake signatures of various protectors or packers
>
> // Disabling default features
> #define NO_OBF 1 // Don't obfuscate (for debugging)
> #define NO_CFLOW 1 // Don't use Control-Flow obfuscation
> #define NO_ANTIDEBUG 1 // Don't build in debugging protection
> ```
Expand Down Expand Up @@ -123,6 +124,7 @@ If you need advanced protection against skilled reversers, use `CFLOW_V2` and `A
#define FAKE_SIGNS 1 // [+] Fake signatures
#define ANTIDEBUG_V2 1 // [+] AntiDebug v2
#define NO_OBF 0 // [-] Don't obfuscate (disable all)
#define NO_CFLOW 0 // [-] Disable ControlFlow
#define NO_ANTIDEBUG 0 // [-] Disable AntiDebug
Expand Down Expand Up @@ -199,4 +201,4 @@ Thanks to everyone who helped in the development of this project. I appreciate i
* 👨🏼‍💻 **[@horsicq](https://github.com/horsicq)** *(for help with the code and advices)*
* 🐺 **[@ac3ss0r](https://github.com/ac3ss0r)** *(for cool ideas and their solutions)*
And **thanks to you** 🤝 for paying attention to this project!
And **thanks to you** 🤝 for paying attention to this project!

0 comments on commit 568b6fd

Please sign in to comment.
0