WinVisor is a hypervisor-based emulator designed to emulate Windows x64 user-mode executables.
It leverages the Windows Hypervisor Platform (WHP) API, introduced in Windows 10 (RS4), to create a virtualized environment for executing applications.
By utilizing WHP, WinVisor enables developers to emulate processes within a virtual CPU while maintaining compatibility with the host operating system.
To run an application under WinVisor, execute the following command:
WinVisor.exe <target_executable_path>
For example:
WinVisor.exe c:\windows\system32\ping.exe 8.8.8.8
Ensure that the “Windows Hypervisor Platform” is enabled in Windows Features if initialization errors occur.
notepad.exe
are only partially virtualized due to nested GUI-related syscalls.CognitoHunter is a specialized toolkit designed for security researchers and penetration testers to analyze and…
Axum is a high-performance, ergonomic, and modular web framework for Rust, designed to simplify the…
how2heap is a repository designed to teach and demonstrate various heap exploitation techniques. It provides…
Polars is a cutting-edge DataFrame library designed for high-speed data manipulation and analysis. Written in…
CVE-2024-12084 is a critical vulnerability in the widely-used Rsync tool, identified as a heap-based buffer…
The "uCodeDisasm" tool is a Python-based microcode disassembler designed to analyze and interpret the binary…