Skip to content

Commit

Permalink
Fix path in README for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Apr 6, 2024
1 parent 48da661 commit cef6cc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This folder contains various tools that can be used in conjunction with sqlelf.

## [docker2sqlelf](./docker2sqlelf)
## [docker2sqlelf](./docker2sqlelf.py)

This script can be given a Docker image name and produce a single sqlite file, using the sqlelf schema, containing
all ELF libraries and binaries found within the image.

```console
$ ./tools/docker2sqlelf debian:stable-20240211
./tools/docker2sqlelf debian:stable-20240211
```

A lot of interesting analysis becomes possible when you have a single sqlite file to work with.
Expand Down Expand Up @@ -50,4 +50,4 @@ GLIBC_2.31 stable
GLIBC_2.32 stable
GLIBC_2.35 stable
GLIBC_ABI_DT_RELR stable
```
```

0 comments on commit cef6cc0

Please sign in to comment.