Skip to content

Commit c62dcb9

Browse files
committed
add badge
1 parent ec1f779 commit c62dcb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# EatPdb
22

3+
[![.NET Core](https://github.com/codehz/EatPdb/workflows/.NET%20Core/badge.svg?branch=master)](https://github.com/codehz/EatPdb/actions/)
4+
35
Export all symbols of PE file in pdb file, so you can easily import them.
46

57
Only support x86_64 for now.
68

79
## Usage
810

911
```
10-
eatpdb -i your.exe -o your_mod.exe -p your.pdb --DllName your_mod.exe
12+
eatpdb -i your.exe -o your_mod.exe -p your.pdb --DllName your_mod.exe
1113
```
1214

1315
## LICENSE

0 commit comments

Comments
 (0)