feat: Fixing typos on README.md

- Fixing some typos on README.md
This commit is contained in:
keowu
2025-07-04 09:33:11 -03:00
parent c678458745
commit 370e855413

View File

@@ -8,11 +8,11 @@
## Features ## Features
- Junk Code Insertion + Code Mutation - Junk Code Insertion + Code Mutation (Fully randomic without breaking the original logic)
- IAT Call Access Obfuscation - IAT Call Access Obfuscation(With obfuscated handlers access)
- Random Section naming - Random Section naming(Default name: Ryujin)
- Mathematical Operators Virtualization - Mathematical Operators Virtualization(aka: Ryūjin MiniVM)
- Obfuscated code Encryption - Obfuscated code Encryption(Using TeaDelKew Algorithm)
- Anti-Debug User + Kernel(Planned) - Anti-Debug User + Kernel(Planned)
- Anti-Dump(Planned) - Anti-Dump(Planned)
- Anti-Disassembly(Planned) - Anti-Disassembly(Planned)
@@ -24,7 +24,7 @@
Ryūjin was designed and developed for the study of obfuscators with Bin2Bin capabilities, making it a viable project for use by third parties as well as serious information security students. This includes: Commercial Developers, Indie Developers/Cheat Developers, Anti-Cheat Developers, Malware Developers, Malware Analysts, and Security Researchers. Ryūjin was designed and developed for the study of obfuscators with Bin2Bin capabilities, making it a viable project for use by third parties as well as serious information security students. This includes: Commercial Developers, Indie Developers/Cheat Developers, Anti-Cheat Developers, Malware Developers, Malware Analysts, and Security Researchers.
**Comparisons before and after applying it to a binary:** **A Simple Comparison on a "main" function. before and after applying Ryūjin:**
![Ryūjin Protector Demo](imgs/demo.png) ![Ryūjin Protector Demo](imgs/demo.png)