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 建置它。