Skip to content

Commit

Permalink
add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
codehz committed Feb 10, 2020
1 parent ec1f779 commit c62dcb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# EatPdb

[![.NET Core](https://github.com/codehz/EatPdb/workflows/.NET%20Core/badge.svg?branch=master)](https://github.com/codehz/EatPdb/actions/)

Export all symbols of PE file in pdb file, so you can easily import them.

Only support x86_64 for now.

## Usage

```
eatpdb -i your.exe -o your_mod.exe -p your.pdb --DllName your_mod.exe
eatpdb -i your.exe -o your_mod.exe -p your.pdb --DllName your_mod.exe
```

## LICENSE
Expand Down

0 comments on commit c62dcb9

Please sign in to comment.