efi_dxe_emulator
1.0.0
EFI DXE 模拟器
基于Unicorn的EFI DXE二进制模拟器
版权所有 © 2016-2019 佩德罗·维拉卡。版权所有。
[email protected] - https://reverse.put.as
版权所有 © 2020 阿萨夫卡尔斯巴德。版权所有。
这是 Pedro Vilaca 开发的 EFI DXE 阶段二进制模拟器的以 Windows 为中心的端口。
有关更多详细信息,请参阅 README_ORIG。
> git clone https://github.com/Microsoft/vcpkg.git
> cd vcpkg
PS> .bootstrap-vcpkg.bat
PS> .vcpkg integrate install
PS> .vcpkg install capstone[x86] getopt-win32 inih linenoise-ng mman unicorn fast-cpp-csv-parser
注意:对于 64 位版本,只需将后缀:x64-windows
附加到每个包名称(例如capstone:x64-windows
)。
efi_dxe_emulator.sln
并从 IDE 构建它。