Update README with sandbox execution warning

Added a warning about sandbox execution limitations.
This commit is contained in:
Maurice Heumann
2025-12-22 07:55:55 +01:00
committed by GitHub
parent 1708212af9
commit 0a74ef584f

View File

@@ -16,6 +16,11 @@ Built in C++ and powered by the [Unicorn Engine](https://github.com/unicorn-engi
Try it out: <a href="https://sogen.dev">sogen.dev</a>
<hr>
> [!WARNING]
> Sogen tries to sandbox the execution. However, as it's still early in development, it's hard to guarantee perfect isolation. Caution is advised when analyzing malware.
## Key Features
* 🔄 __Syscall-Level Emulation__