snowua
snowua
# Summary When using the UserSpeaking event, the handler is only called a single time per user in the instance of the VoiceNextConnection. Never handled more than once per user....
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...
**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...
**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...
**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...