diff --git a/README.md b/README.md index cab6ea2..5dd712c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vpr-extract This project aims to provide a tool for the extraction of the -text section of an executable +.text section of an executable ## Build instructions ```bash diff --git a/src/main.c b/src/main.c index e7eb7a9..1893605 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,12 @@ +/** + * Creator: VPR + * Created: June 5th, 2022 + * Updated: June 5th, 2022 + * + * Brief: + * Thin wrapper for objdump to provide a quick extraction of the .text section of an executable +**/ + #include #include