From 6f8f840b57beae536a7d1c8eec2e0dee7200339d Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 10 Nov 2024 12:36:17 +0100 Subject: [PATCH] Move build instructions down --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f4270728..02e2726d 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ A high-performance Windows process emulator that operates at the syscall level, Built in C++ and powered by the Unicorn Engine. -## -> [!NOTE] -> 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 :) - ## Key Features * __Syscall-Level Emulation__: Instead of reimplementing Windows APIs, the emulator operates at the syscall level, allowing it to leverage existing system DLLs @@ -27,6 +23,20 @@ Built in C++ and powered by the Unicorn Engine. Perfect for security research, malware analysis, and DRM research where fine-grained control over process execution is required. +## +> [!NOTE] +> 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=wY9Q0DhodOQ) + +Click here for the slides. + ## Building Make sure to clone the repo including all submodules. @@ -77,13 +87,3 @@ With Ninja, execute the CTest command in the ninja build folder (e.g. `build/rel ```bash ctest ``` - -## Preview - -![Preview](./docs/images/preview.jpg) - -## YouTube Overview - -[![YouTube video](./docs/images/yt.jpg)](https://www.youtube.com/watch?v=wY9Q0DhodOQ) - -Click here for the slides.