Skip to content

Commit

Permalink
added bs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvpr committed Jun 5, 2022
1 parent 065e684 commit a63a585
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -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 <stdlib.h>
#include <stdio.h>

Expand Down

0 comments on commit a63a585

Please sign in to comment.