Update README.md

This commit is contained in:
DosX
2026-05-20 21:32:23 +03:00
committed by GitHub
parent c41987d224
commit 75ca62882f
+1
View File
@@ -185,6 +185,7 @@ You can use [special script](include-updater/obfh-update.cmd) for Windows to get
## 🦎 Security Audits and the Community
* **[Defeating a Heavily Obfuscated Binary](https://vxcall.github.io/posts/defeating-a-heavily-obfuscated-binary/)** - Black-box analysis of internal obfus.h security mechanisms and it deobfuscation. All vulnerabilities have now been patched.
* **[ObfusHunter](https://github.com/hACKCASCAC/ObfusHunter)** - A utility for scanning files protected by obfus.h
## 📖 Summarize
The code of a program (and its original original logic) protected using **[obfus.h](https://github.com/DosX-dev/obfus.h/blob/main/include/obfus.h)** is almost **impossible to recover (deobfuscate)**. However, using this obfuscator does not guarantee complete protection against all types of threats. **It's important to develop and maintain internal program security systems.**