-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brandon Miller
committed
Jan 1, 2022
1 parent
29e1741
commit 57b32d8
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
# bn-kconfig-recover | ||
|
||
![demo bn-kconfig-recover](bn-kconfig-recover.gif) | ||
|
||
## Description | ||
|
||
Binary Ninja plugin that analyzes Linux kernel binaries to automate recovery of kernel build configuration (kconfig) | ||
settings. | ||
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 | ||
``` | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.