Skip to content

Commit

Permalink
Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Oct 20, 2024
1 parent d8179bb commit 1ef4cdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 1ef4cdc

Please sign in to comment.