feat: Break Decompilers and Disassemblers feature

- Ryujin can now break decompilers and disassemblers using a simple technique. This feature was inspired by a talk from BinjaDev at Off by One Conf. It will definitely be improved in the near future with more techniques.
This commit is contained in:
keowu
2025-07-16 21:09:22 -03:00
parent 508a204d21
commit dd22fc4aa9
3 changed files with 36 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
- Anti-Debug User + Kernel
- Troll Reversers(Exclusive)
- Anti-Dump
- Anti-Disassembly(Planned - **TODO**)
- Anti-Disassembly + Anti-Decompiler
- Custom Passes(Planned - **TODO**)
---