We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1f779 commit c62dcb9Copy full SHA for c62dcb9
README.md
@@ -1,13 +1,15 @@
1
# EatPdb
2
3
+[](https://github.com/codehz/EatPdb/actions/)
4
+
5
Export all symbols of PE file in pdb file, so you can easily import them.
6
7
Only support x86_64 for now.
8
9
## Usage
10
11
```
-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
13
14
15
## LICENSE
0 commit comments