Skip to content

Commit

Permalink
Move build instructions down
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Nov 10, 2024
1 parent 69fa297 commit 6f8f840
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <a href="https://docs.google.com/presentation/d/1pha4tFfDMpVzJ_ehJJ21SA_HAWkufQBVYQvh1IFhVls/edit">here</a> for the slides.

## Building

Make sure to clone the repo including all submodules.
Expand Down Expand Up @@ -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 <a href="https://docs.google.com/presentation/d/1pha4tFfDMpVzJ_ehJJ21SA_HAWkufQBVYQvh1IFhVls/edit">here</a> for the slides.

0 comments on commit 6f8f840

Please sign in to comment.