Skip to content
forked from notpidgey/EagleVM

Native code virtualizer for x64 binaries

License

Notifications You must be signed in to change notification settings

joker88/EagleVM

 
 

Repository files navigation

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

About

Native code virtualizer for x64 binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 4.6%
  • C 0.5%