This commit is contained in:
momo5502
2024-10-20 10:08:40 +02:00
parent d8179bb814
commit 1ef4cdc8f1

View File

@@ -11,8 +11,6 @@ A high-performance Windows process emulator that operates at the syscall level,
Built in C++ and powered by the Unicorn Engine.
![Preview](./docs/images/preview.jpg)
## Key Features
* __Syscall-Level Emulation__: Instead of reimplementing Windows APIs, the emulator operates at the syscall level, allowing it to leverage existing system DLLs
@@ -29,6 +27,10 @@ Perfect for security research, malware analysis, and DRM research where fine-gra
The project is still in a very early, prototypy state. The code still needs a lot of cleanup and many features and syscalls need to be implemented. However, constant progress is being made :)
## Preview
![Preview](./docs/images/preview.jpg)
## YouTube Overview
[![YouTube video](./docs/images/yt.jpg)](https://www.youtube.com/watch?v=Y6NXwI7x7Og)