uefi_retool
v1.2.0
Alat untuk firmware uefi rekayasa terbalik.
Penggunaan:
ida_plugin/uefi_analyser.py Script dan ida_plugin/uefi_analyser Direktori ke Direktori Plugins IDAconfig.jsonPE_DIR adalah direktori yang berisi semua gambar yang dapat dieksekusi dari firmware UEFIDUMP_DIR adalah direktori yang berisi semua komponen dari sistem file firmwareLOGS_DIR adalah direktori untuk logIDA_PATH dan IDA64_PATH adalah jalur ke file yang dapat dieksekusi IDA Propip install -r requirements.txtpython uefi_retool.py untuk menampilkan pesan bantuanpython uefi_retool.py Usage: uefi_retool.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
get-images Get executable images from UEFI firmware.
get-info Analyze the entire UEFI firmware.
get-pp Get a list of proprietary protocols in the UEFI firmware.
python uefi_retool.py get-images --help Usage: uefi_retool.py get-images [OPTIONS] FIRMWARE_PATH
Get executable images from UEFI firmware. Images are stored in "modules"
directory.
Options:
--help Show this message and exit.
Contoh:
python uefi_retool.py get-images test_fw/fw-tp-x1-carbon-5th.binpython uefi_retool.py get-info --help Usage: uefi_retool.py get-info [OPTIONS] FIRMWARE_PATH
Analyze the entire UEFI firmware. The analysis result is saved to .json
file.
Options:
-w, --workers INTEGER Number of workers (8 by default).
--help Show this message and exit.
Contoh:
python uefi_retool.py get-info -w 6 test_fw/fw-tp-x1-carbon-5th.binpython uefi_retool.py get-pp --help Usage: uefi_retool.py get-pp [OPTIONS] FIRMWARE_PATH
Get a list of proprietary protocols in the UEFI firmware. The result is
saved to .json file.
Options:
-w, --workers INTEGER Number of workers (8 by default).
--help Show this message and exit.
Contoh:
python uefi_retool.py get-pp -w 6 test_fw/fw-tp-x1-carbon-5th.bintools/update_edk2_guids.py adalah skrip yang memperbarui daftar Guid Protokol dari proyek edk2 Plugin IDA untuk analisis UEFI