From 1ef4cdc8f1224da05bd872aadb0a8281f3187ef9 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 20 Oct 2024 10:08:40 +0200 Subject: [PATCH] Switch --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce51edb..1fe6a5e 100644 --- a/README.md +++ b/README.md @@ -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)