Skip to content

Commit

Permalink
add example to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Nov 25, 2020
1 parent 42a1508 commit 183a42c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ pei e test.exe optional.entry_point = 0xaabb1234 # Edit the entry point

# Inject code from `payload` raw binary file to `test.exe` entry point
pei -f payload i test.exe

# Replicates the modifications on t2.exe for t3.exe
pei diff t1.exe t2.exe | pei patch t3.exe
```

**Tip 1**: For see the name of the fields to use with `get` operation, just use `show` operation
Expand Down

0 comments on commit 183a42c

Please sign in to comment.