-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README added; c-style char array improved; makefile improved
- Loading branch information
Showing
5 changed files
with
38 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# vpr-extract | ||
This project aims to provide a tool for the extraction of the | ||
text section of an executable | ||
|
||
## Build instructions | ||
```bash | ||
git clone https://github.com/0xvpr/vpr-extract | ||
cd vpr-extract | ||
make | ||
# sudo make install # uncomment if you want it available globally (only recommended for LINUX/WSL/MSYS environments) | ||
``` | ||
|
||
## Example Usage | ||
```bash | ||
vpr-extract path/to/file1 -s -o out.txt | ||
``` | ||
|
||
## Testing (Needs improvement) | ||
```bash | ||
chmod +x ./run-test.sh | ||
``` |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.