Skip to content

Commit

Permalink
README added; c-style char array improved; makefile improved
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvpr committed Jun 5, 2022
1 parent ed87ab4 commit e4b9b6b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 346 deletions.
21 changes: 21 additions & 0 deletions README.md
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 modified bin/vpr-extract
Binary file not shown.
Binary file modified build/main.o
Binary file not shown.
Loading

0 comments on commit e4b9b6b

Please sign in to comment.