Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
uefi_retool — UEFI फर्मवेयर रिवर्स इंजीनियरिंग के लिए एक उपकरण | Kitploit
उपकरण/GitHubGitHub/yeggor/uefi_retool
एम्बेडेड सिस्टम सुरक्षारिवर्स इंजीनियरिंगहार्डवेयर सुरक्षाहार्डवेयर और IoT सुरक्षाबाइनरी विश्लेषणफर्मवेयर विश्लेषणArchived
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 प्रोजेक्ट से प्रोटोकॉल GUIDs सूची को अपडेट करती है

IDA प्लगइन

UEFI विश्लेषण के लिए IDA प्लगइन

समान कार्य

  • ida-efiutils
  • EFISwissKnife
  • ghidra-firmware-utils
टूल डाउनलोड करें