Skip to main content

Tools for analyzing UEFI firmware using radare2/rizin

Project description

License: GPL v3 uefi_r2 CI uefi_r2 pypi

uefi_r2

Tools for analyzing UEFI firmware using radare2/rizin

Dependencies

rizin

commit: d5f1aea5953fb7cbc59d219d7fa13d20390089f7

Installation

Install with pip:

$ python -m pip install uefi-r2

Install manually:

$ git clone https://github.com/binarly-io/uefi_r2.git && cd uefi_r2
$ python setup.py install

Example

With script

./uefi_r2_analyzer.py analyze-image {image_path} -o out.json
./uefi_r2_analyzer.py scan --rule {rule_path} {image_path}

From code

UefiAnalyzer

Basic usage examples:

from uefi_r2.uefi_analyzer import UefiAnalyzer

...
uefi_analyzer = UefiAnalyzer(image_path=image_path)
print(uefi_analyzer.get_summary())
uefi_analyzer.close()
from uefi_r2.uefi_analyzer import UefiAnalyzer

...
with UefiAnalyzer(image_path=image_path) as uefi_analyzer:
    print(uefi_analyzer.get_summary())

On Linux platforms, you can pass blob for analysis instead of file:

from uefi_r2.uefi_analyzer import UefiAnalyzer

...
with UefiAnalyzer(blob=data) as uefi_analyzer:
    print(uefi_analyzer.get_summary())

UefiScanner

from uefi_r2.uefi_analyzer import UefiAnalyzer
from uefi_r2.uefi_scanner import UefiRule, UefiScanner

...
uefi_analyzer = UefiAnalyzer(image_path)
uefi_rule = UefiRule(rule)
scanner = UefiScanner(uefi_analyzer, uefi_rule)
result = scanner.result

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uefi_r2-1.1.2.tar.gz (111.0 kB view details)

Uploaded Source

Built Distribution

uefi_r2-1.1.2-py3-none-any.whl (127.2 kB view details)

Uploaded Python 3

File details

Details for the file uefi_r2-1.1.2.tar.gz.

File metadata

  • Download URL: uefi_r2-1.1.2.tar.gz
  • Upload date:
  • Size: 111.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for uefi_r2-1.1.2.tar.gz
Algorithm Hash digest
SHA256 71101d12889fa2f5594f8a1b15b6d0f6230ecc3cb0c5cb51b0c129cecd93fd45
MD5 469e63a19a4e05aefb69b9fb0e159962
BLAKE2b-256 8039d75dae46d320c4be58b511a25a57130e31b8812d6197e0239e53f0bd3256

See more details on using hashes here.

File details

Details for the file uefi_r2-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: uefi_r2-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 127.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.2

File hashes

Hashes for uefi_r2-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c7287a2f25a894ec65f016b43d105cb4197014a58a0fe9fa54a3280e084fa085
MD5 74bc794bb5f1ed2ca835e70792636d96
BLAKE2b-256 2d6753f9108059734d22cbd283c46d2b84cb885858ca2c3b2a7583659c608fe3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page