Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 621 Bytes

bn-kconfig-recover Python Lint

demo bn-kconfig-recover

Description

Binary Ninja plugin that analyzes Linux kernel binaries to automate recovery of the build configuration (.config)

Usage

usage: bn_kconfig_recover.py [-h] [-d] bndb kconfig

positional arguments:
  bndb         File path to kernel ELF or Binary Ninja database
  kconfig      File path to save recovered kernel configuration

optional arguments:
  -h, --help   show this help message and exit
  -d, --debug  Enable debug logging