uefi_retool
v1.2.0
Uma ferramenta para engenharia reversa de firmware da UEFI.
Uso:
ida_plugin/uefi_analyser.py script e ida_plugin/uefi_analyser diretório para plugins IDA Diretórioconfig.jsonPE_DIR é um diretório que contém todas as imagens executáveis do firmware da UEFIDUMP_DIR é um diretório que contém todos os componentes do sistema de arquivos de firmwareLOGS_DIR é um diretório para logsIDA_PATH e IDA64_PATH são caminhos para arquivos executáveis da IDA Propip install -r requirements.txtpython uefi_retool.py para exibir a mensagem de ajudapython 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.
Exemplo:
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.
Exemplo:
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.
Exemplo:
python uefi_retool.py get-pp -w 6 test_fw/fw-tp-x1-carbon-5th.bintools/update_edk2_guids.py é um script que atualiza a lista do Protocolo GUIDS do projeto edk2 Plugin IDA para análise UEFI