fkie-cad / fact_extractor

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

Linux Kernel extraction, ELF output #70

Closed Caesurus closed 3 years ago

Caesurus commented 3 years ago

If a linux kernel is extracted, attempt to output usable ELF format that is easily importable in Binary Ninja/IDA/Ghidra. Uses https://github.com/marin-m/vmlinux-to-elf to accomplish this. Original extracted file is maintained alongside the .elf file.

In anticipation of questions:

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (efcebd8) into master (f79bb99) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   89.39%   89.41%   +0.01%     
==========================================
  Files         124      124              
  Lines        3659     3664       +5     
==========================================
+ Hits         3271     3276       +5     
  Misses        388      388              
Impacted Files Coverage Δ
.../plugins/unpacking/linuxkernel/code/linuxkernel.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 f79bb99...efcebd8. Read the comment docs.