/EagleVM

Native code virtualizer for x64 binaries

Primary LanguageC++GNU General Public License v3.0GPL-3.0

EagleVM

Playground for generating virtual machine protected x64 assembly.

You can read about how the project works in my blog

EagleVM: Part 1 WIP

Project Breakdown

EagleVM

Main protection application that virtualizes code.

EagleVM.Core

Static library used by EagleVM that provides all virtualization and analysis functionality.

EagleVM.Sandbox

Project for future testing on full binaries.

EagleVM.Stub

This is a DLL which is used in a project that needs to be protected. The EagleVM protector application searches for the usages of the stub imports to hollow the marked code sections and create virtualized code.

Contributing

You can reach out to me on Discord @writecr3 for question related to contributing. I try to keep the issues well organized and marked for potential contributions. If you want to contribute and don't know where to get started or do not fully understand the project structure, reach out.

Thank You To

  • r0da
  • xeroxz
  • mrexodia
  • Iizerd
  • And everyone else along the way that helped :)

Resources