Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
codehz committed Feb 11, 2020
1 parent c936639 commit 73b693b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,25 @@ Only support x86_64 for now.

## Usage

You need a config file to describe the filter

```bash
eatpdb exec config.yaml
```
eatpdb -i your.exe -o your_mod.exe -p your.pdb --DllName your_mod.exe

config.yaml:

```yaml
in: your.exe
out: your_mod.exe
filter: !blacklist
- prefix: "_"
- prefix: "?__"
- prefix: "??_"
- prefix: "??@"
- prefix: "?$TSS"
- regex: "std@@[QU]"
- name: "atexit"
```
## LICENSE
Expand Down

0 comments on commit 73b693b

Please # to comment.