Binary Ninja plugin that analyzes Linux kernel binaries to automate recovery of the build configuration (.config
)
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