Skip to content

Commit

Permalink
Updated README with GIF and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Miller committed Jan 1, 2022
1 parent 29e1741 commit 57b32d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
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
```


Binary file added bn-kconfig-recover.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57b32d8

Please sign in to comment.