hyper-reV
memory introspection and reverse engineering hypervisor powered by leveraging Hyper-V
File Explorer
Download Latest Version (.zip)- ia32.hpp
- apic.cpp
- apic.h
- apic_def.h
- apic_intrin.h
- amd_def.h
- arch.cpp
- arch.h
- crt.cpp
- crt.h
- hypercall.cpp
- hypercall.h
- interrupt_entry.asm
- interrupts.cpp
- interrupts.h
- logs.cpp
- logs.h
- heap_manager.cpp
- heap_manager.h
- memory_manager.cpp
- memory_manager.h
- cr3.cpp
- cr3.h
- deep_copy.cpp
- deep_copy.h
- intel_invept.asm
- pte.cpp
- pte.h
- amd_page_split.cpp
- amd_page_split.h
- hook.cpp
- hook.h
- hook_entry.cpp
- hook_entry.h
- violation.cpp
- violation.h
- slat.cpp
- slat.h
- slat_def.h
- virtual_address.h
- arch_config.h
- main.cpp
- hyperv-attachment.vcxproj
- hyperv-attachment.vcxproj.filters
- amd_slat_violation.png
- boot_process.png
- intel_slat_violation.png
- hypercall_def.h
- memory_operation.h
- trap_frame.h
- BaseCacheMaintenanceLib.vcxproj
- BaseCpuLib.vcxproj
- BaseCryptLib.vcxproj
- BaseDebugPrintErrorLevelLib.vcxproj
- BaseLib.vcxproj
- vshacks.h
- vshacks.nasm
- BaseMemoryLib.vcxproj
- BasePrintLib.vcxproj
- BaseSynchronizationLib.vcxproj
- GlueLib.vcxproj
- guid.c
- initlib.c
- pcd.c
- IntrinsicLib.vcxproj
- nasm.props
- nasm.targets
- nasm.xml
- OpensslLib.vcxproj
- UefiApplicationEntryPoint.vcxproj
- UefiBootServicesTableLib.vcxproj
- UefiDebugLibConOut.vcxproj
- UefiDevicePathLibDevicePathProtocol.vcxproj
- UefiDriverEntryPoint.vcxproj
- UefiFileHandleLib.vcxproj
- UefiHiiLib.vcxproj
- UefiHiiServicesLib.vcxproj
- UefiLib.vcxproj
- UefiMemoryAllocationLib.vcxproj
- UefiMemoryLib.vcxproj
- UefiRuntimeLib.vcxproj
- UefiRuntimeServicesTableLib.vcxproj
- UefiShellLib.vcxproj
- UefiSortLib.vcxproj
- EDK-II.sln
- edk2.default.props
- edk2.props
- src
- ia32_compact.h
- openssl
- bootmgfw.c
- bootmgfw.h
- disk.c
- disk.h
- hooks.c
- hooks.h
- hvloader.c
- hvloader.h
- hyperv_attachment.c
- hyperv_attachment.h
- image.c
- image.h
- memory_manager.c
- memory_manager.h
- ntdef.h
- relocation_entry.h
- virtual_address.h
- winload.c
- winload.h
- main.c
- uefi-boot.vcxproj
- uefi.default.props
- uefi.props
- data_directory.cpp
- data_directory.hpp
- dos_header.cpp
- dos_header.hpp
- export_directory.cpp
- export_directory.hpp
- file.cpp
- file.hpp
- file_header.hpp
- image.cpp
- image.hpp
- imports_directory.cpp
- imports_directory.hpp
- nt_headers.cpp
- nt_headers.hpp
- optional_header.hpp
- relocations_directory.cpp
- relocations_directory.hpp
- section_header.cpp
- section_header.hpp
- assembler.h
- commands.cpp
- commands.h
- hook.cpp
- hook.h
- hook_disassembly.cpp
- hook_disassembly.h
- kernel_detour_holder.cpp
- kernel_detour_holder.h
- hypercall.cpp
- hypercall.h
- vmexit.asm
- logs.cpp
- logs.h
- script.cpp
- script.h
- system.cpp
- system.h
- system_def.h
- main.cpp
- usermode.vcxproj
- usermode.vcxproj.filters
- vcpkg.json
- .gitattributes
- .gitignore
- .gitmodules
- hyper-reV.sln
- LICENSE
- load-hyper-reV.bat
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/noahware/hyper-reV
Downloads the entire project code from GitHub to your computer.
cd hyper-reV
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
