diff --git a/tools/README.md b/tools/README.md index fe331a3..7b27d0b 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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. @@ -50,4 +50,4 @@ GLIBC_2.31 stable GLIBC_2.32 stable GLIBC_2.35 stable GLIBC_ABI_DT_RELR stable -``` \ No newline at end of file +```