fkie-cad / fact_extractor

Standalone Utility for FACT-like extraction
GNU General Public License v3.0
81 stars 31 forks source link

added unpacking of device tree blobs to u-boot unpacker #88

Closed jstucke closed 2 years ago

jstucke commented 2 years ago

u-boot boot images may contain device tree blobs. Currently, we ignore them. With extract-dtb they can be easily unpacked, though.

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (08d0a3b) into master (03ff426) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   89.72%   89.77%   +0.04%     
==========================================
  Files         124      124              
  Lines        3777     3794      +17     
==========================================
+ Hits         3389     3406      +17     
  Misses        388      388              
Impacted Files Coverage Δ
...ct_extractor/plugins/unpacking/uboot/code/uboot.py 100.00% <100.00%> (ø)
.../plugins/unpacking/uboot/test/test_plugin_uboot.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03ff426...08d0a3b. Read the comment docs.