Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
uefi_retool — UEFI 펌웨어 리버스 엔지니어링을 위한 도구 | Kitploit
도구/GitHubGitHub/yeggor/uefi_retool
Embedded Systems SecurityReverse EngineeringHardware SecurityHardware & IoT SecurityBinary AnalysisFirmware AnalysisArchived
GitHubyeggor/uefi_retool

uefi_retool

UEFI 펌웨어 리버스 엔지니어링을 위한 도구

저장소 보기
369571년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

uefi_retool

UEFI 펌웨어 리버스 엔지니어링을 위한 도구입니다.

uefi_retool 스크립트를 사용한 UEFI 펌웨어 분석

사용법:

  • ida_plugin/uefi_analyser.py 스크립트와 ida_plugin/uefi_analyser 디렉토리를 IDA 플러그인 디렉토리로 복사하세요.
  • config.json 파일을 편집하세요.
    • PE_DIR은 UEFI 펌웨어의 모든 실행 가능 이미지가 포함된 디렉토리입니다.
    • DUMP_DIR은 펌웨어 파일 시스템의 모든 구성 요소가 포함된 디렉토리입니다.
    • LOGS_DIR은 로그를 위한 디렉토리입니다.
    • IDA_PATH와 IDA64_PATH는 IDA Pro 실행 파일의 경로입니다.
  • pip install -r requirements.txt를 실행하세요.
  • 도움말 메시지를 표시하려면 python uefi_retool.py 명령을 실행하세요.

명령어

root@kitploit:~
python uefi_retool.py
root@kitploit:~
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.

get-images

root@kitploit:~
python uefi_retool.py get-images --help
root@kitploit:~
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.

예시:

root@kitploit:~
python uefi_retool.py get-images test_fw/fw-tp-x1-carbon-5th.bin

get-info

root@kitploit:~
python uefi_retool.py get-info --help
root@kitploit:~
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.

예시:

root@kitploit:~
python uefi_retool.py get-info -w 6 test_fw/fw-tp-x1-carbon-5th.bin

get-pp

root@kitploit:~
python uefi_retool.py get-pp --help
root@kitploit:~
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.

예시:

root@kitploit:~
python uefi_retool.py get-pp -w 6 test_fw/fw-tp-x1-carbon-5th.bin

추가 도구

  • tools/update_edk2_guids.py는 edk2 프로젝트에서 프로토콜 GUID 목록을 업데이트하는 스크립트입니다.

IDA 플러그인

UEFI 분석을 위한 IDA 플러그인

유사 작업

  • ida-efiutils
  • EFISwissKnife
  • ghidra-firmware-utils
도구 다운로드