Skip to content

Repository files navigation

EatPdb

.NET Core

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

Only support x86_64 for now.

Usage

You need a config file to describe the filter

eatpdb exec config.yaml

config.yaml:

in: your.exeout: your_mod.exefilterdb: extra.dbfilter: !blacklist
- prefix: "_"
- prefix: "?__"
- prefix: "??_"
- prefix: "??@"
- prefix: "?$TSS"
- regex: "std@@[QU]"
- name: "atexit"

LICENSE

MIT

About

Export all symbol from PDB!

Resources

Stars

43 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages