EagleVM icon indicating copy to clipboard operation
EagleVM copied to clipboard

Native code virtualizer for x64 binaries

Results 5 EagleVM issues
Sort by recently updated
recently updated
newest added

EagleVM.Core should have some global logging sink instance which could be setup from a project such as EagleVM (main) which would provide sinks to where the log will be output...

enhancement
good first issue

**Describe the solution you'd like** This solution should work with the current implementation of "call_vm_handler". Currently call_vm_handler is defined like this: ```cpp void base_handler_entry::call_vm_handler(function_container& container, code_label* jump_label) ``` However, this...

enhancement

**Is your feature request related to a problem? Please describe.** Protected modules currently require EagleVMStub.dll to be present despite not requiring any of its exported functions. **Describe the solution you'd...

enhancement

**Describe the solution you'd like** I would like the EagleVM.Sandbox project to contain a CTF that takes advantage of the virtualization features provided by EagleVM. This could be a license...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** I would like to be able to apply EagleVM without depending my app on Stub.dll **Describe the solution you'd like**...