From a63a585f81b7727854b7222eb4e6bc5a7cb89f7a Mon Sep 17 00:00:00 2001 From: 0xvpr Date: Sun, 5 Jun 2022 04:23:47 -0400 Subject: [PATCH] added bs --- README.md | 2 +- src/main.c | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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