awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LongSoft avatar

LongSoft/UEFITool

0
View on GitHub↗
5,533 stele·739 fork-uri·C·BSD-2-Clause·6 vizualizări

UEFITool

UEFITool este un instrument de analiză și editor de imagini firmware conceput pentru parsarea, vizualizarea și modificarea imaginilor de firmware UEFI. Acesta funcționează ca un parser de specificații care convertește datele binare de firmware în formate structurate, bazate pe specificațiile standard de interfață ale platformei.

Instrumentul oferă o interfață vizuală pentru a analiza structura arborescentă și elementele interne de date ale imaginilor de firmware UEFI. Permite modificarea imaginilor de firmware pentru a ajusta mediile de boot ale sistemului și include capabilități de căutare a unor tipare specifice de date în interiorul imaginilor binare.

Software-ul acoperă o gamă largă de capabilități de gestionare a firmware-ului, inclusiv extragerea componentelor firmware în sistemul de fișiere pentru analiză externă și vizualizarea datelor brute de firmware pentru verificarea integrității interne.

Features

  • Firmware Image Editors - Provides capabilities to adjust the contents and structure of firmware images to customize boot environments.
  • Firmware Analysis Tools - Provides specialized utilities for extracting and analyzing device firmware images.
  • In-Place Binary Mutators - Implements byte-level modifications within binary firmware images without rewriting the entire file.
  • Specification Parsers - Converts binary firmware images into structured formats based on standard platform interface specifications.
  • Firmware Component Extractors - Provides the ability to map internal firmware structures to a directory hierarchy for external component analysis.
  • Firmware Image Extractors - Unpacks firmware images to retrieve low-level hardware data and internal components for analysis.
  • Firmware Image Parsers - Converts raw firmware data into a structured tree to verify and visualize internal elements.
  • Firmware Reverse Engineering - Decomposes binary firmware images into constituent files and data types for reverse engineering.
  • Firmware Image Parsers - Deconstructs binary firmware blobs into a hierarchical tree structure to represent nested UEFI image elements.
  • Platform Interface Specification Parsers - Processes firmware data according to Platform Interface standards to ensure correct interpretation of headers and tables.
  • UEFI Firmware Analysis Tools - Examines the internal structure and data elements of UEFI firmware images to understand system boot processes.
  • Binary Structure Visualizers - Parses and displays the internal binary structure of UEFI firmware images.
  • Pattern Search - Locates specific data sequences within firmware files to identify particular image elements.
  • Firmware Image Visualizers - Renders the structure of firmware images following platform interface specifications for visual inspection.
  • Firmware Patching - Applies modifications and patches to firmware images to customize the boot environment.
  • Firmware Image Visualizers - Provides a visual interface for analyzing the tree structure and internal data elements of UEFI images.
  • Binary Pattern Searching - Enables scanning of unstructured binary firmware data for specific byte sequences using patterns.
  • Reverse Engineering Tools - Views and edits UEFI firmware images.

Istoric stele

Graficul istoricului de stele pentru longsoft/uefitoolGraficul istoricului de stele pentru longsoft/uefitool

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face longsoft/uefitool?

UEFITool este un instrument de analiză și editor de imagini firmware conceput pentru parsarea, vizualizarea și modificarea imaginilor de firmware UEFI. Acesta funcționează ca un parser de specificații care convertește datele binare de firmware în formate structurate, bazate pe specificațiile standard de interfață ale platformei.

Care sunt principalele funcționalități ale longsoft/uefitool?

Principalele funcționalități ale longsoft/uefitool sunt: Firmware Image Editors, Firmware Analysis Tools, In-Place Binary Mutators, Specification Parsers, Firmware Component Extractors, Firmware Image Extractors, Firmware Image Parsers, Firmware Reverse Engineering.

Care sunt câteva alternative open-source pentru longsoft/uefitool?

Alternativele open-source pentru longsoft/uefitool includ: seemoo-lab/nexmon — Nexmon is a suite of operational tools designed for firmware patching, ROM extraction, frame injection, and enabling… brandonlw/psychson — Psychson is a toolset for modifying USB firmware binaries and flashing custom images to specific hardware controller… refirmlabs/binwalk — Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files… devttys0/binwalk — Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data… dekunukem/nintendo_switch_reverse_engineering — This project is a collection of research and tools for reverse engineering the hardware and communication protocols of… jaquadro/nbtexplorer — NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary…

Alternative open-source pentru UEFITool

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu UEFITool.
  • seemoo-lab/nexmonAvatar seemoo-lab

    seemoo-lab/nexmon

    2,750Vezi pe GitHub↗

    Nexmon is a suite of operational tools designed for firmware patching, ROM extraction, frame injection, and enabling monitor mode on wireless hardware. It provides utilities to modify wireless chip firmware to unlock low-level hardware capabilities not supported by official drivers. The project enables the activation of monitor mode for capturing raw network packets with radiotap headers and allows for the transmission of custom-crafted wireless frames. It includes tools for dumping the read-only memory of wireless chips to facilitate reverse engineering and analysis of hardware behavior. Th

    Cbroadcomfirmwareframework
    Vezi pe GitHub↗2,750
  • brandonlw/psychsonAvatar brandonlw

    brandonlw/Psychson

    4,178Vezi pe GitHub↗

    Psychson is a toolset for modifying USB firmware binaries and flashing custom images to specific hardware controller architectures. It provides utilities for dumping, patching, and flashing custom firmware specifically for Phison 2251-03 USB controllers. The software includes a payload injector for embedding HID keystroke scripts into USB firmware to automate inputs on a target machine. It also features a controller flasher for writing modified burner images directly to Phison-based USB hardware. The suite covers firmware management and hardware forensic analysis, including capabilities for

    C#
    Vezi pe GitHub↗4,178
  • refirmlabs/binwalkAvatar ReFirmLabs

    ReFirmLabs/binwalk

    14,045Vezi pe GitHub↗

    Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files and data types within binary firmware blobs. It functions as a binary file signature scanner and entropy analyzer to decompose firmware images into their constituent components. The tool distinguishes itself by combining signature-based pattern matching for known binary headers with entropy analysis. By calculating data randomness across file offsets, it can locate compressed or encrypted sections that do not possess known signatures. The project covers binary data forensics

    Rust
    Vezi pe GitHub↗14,045
  • devttys0/binwalkAvatar devttys0

    devttys0/binwalk

    14,048Vezi pe GitHub↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    Vezi pe GitHub↗14,048
Vezi toate cele 30 alternative pentru UEFITool→