issues
search
getsentry
/
pdb
A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
400
stars
71
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add initial small MSF support
#158
camden-smallwood
opened
4 weeks ago
0
Add updated `SourceLanguage` variants
#157
Walnut356
opened
1 month ago
0
Update dependencies
#156
a1phyr
opened
4 months ago
0
Fix cargo warning line marker entry unused
#155
galenbwill
closed
5 months ago
0
Synthesize sections from section map (fixes #153)
#154
vvuk
opened
6 months ago
0
NGEN-generated PDB support
#153
vvuk
opened
6 months ago
8
Fix clippy and rustdoc lints
#152
Swatinem
closed
8 months ago
0
Update CI and add a Release workflow
#151
Swatinem
closed
8 months ago
1
Add support for small MSF file format
#150
gtker
opened
11 months ago
5
Add support for LF_TAGGED_UNION, LF_TUCASE
#149
nikitalita
opened
1 year ago
0
Allow `PDB` to impl `Send`.
#148
afranchuk
opened
1 year ago
2
Add support for C++20's char8_t
#147
ergrelet
opened
1 year ago
0
Implement managed procedures and local var slots
#146
michal-kapala
opened
1 year ago
0
Support for .NET PDBs
#145
michal-kapala
opened
1 year ago
2
Stream type is not exposed, public method named_stream returns private type
#144
mstange
opened
1 year ago
0
Add `DebugInformation::is_stripped` to easily query to see if PDB is stripped
#143
DrChat
opened
2 years ago
0
Update README.md
#142
yrp604
opened
2 years ago
0
Implement VirtualFunctionTable / VirtualTableShape
#141
CouleeApps
opened
2 years ago
1
Expose the type stream hash table in some way
#140
jrmuizel
opened
2 years ago
0
Take advantage of the type index offset data
#139
jrmuizel
opened
2 years ago
3
PdbInternalSectionOffset should derive Ord
#138
mstange
opened
2 years ago
0
Unsupported type
#137
a1phyr
opened
2 years ago
0
Add remaining FieldAttribute values
#136
TrinityDevelopers
opened
2 years ago
0
Fix is_pure_virtual not recognizing pureintro functions
#135
TrinityDevelopers
opened
2 years ago
0
Implement AliasType
#134
TrinityDevelopers
opened
2 years ago
0
Add support for Alias (typedef) Types
#133
TrinityDevelopers
opened
2 years ago
0
Fix integer typos in documentation
#132
TrinityDevelopers
opened
2 years ago
0
Document the correct way to look up LineInfo(s) given only RVA
#131
Ben-Lichtman
closed
2 years ago
3
C++ 20's char8_t isn't supported
#130
ergrelet
opened
2 years ago
0
Add typing for ImageSectionHeader::characteristics
#129
jan-auer
closed
2 years ago
2
Remove the reqwest dependency
#128
jan-auer
closed
2 years ago
0
Use Self instead of repeating structure or enum names
#127
jan-auer
closed
2 years ago
0
Implement support for S_TRAMPOLINE
#126
jan-auer
closed
2 years ago
1
Rename ImageSectionHeader::physical_address to virtual_size
#125
jan-auer
closed
2 years ago
0
Section offsets are 1-indexed
#124
jan-auer
opened
2 years ago
4
Add support for Trampoline symbols (S_TRAMPOLINE)
#123
mstange
closed
2 years ago
0
Add support for FastLink symbols (S_REF_MINIPDB2 / S_FASTLINK)
#122
mstange
opened
2 years ago
0
ImageSectionHeader virtual_size is wrongly named physical_address
#121
mstange
closed
2 years ago
1
Expose symbol kind constants such as S_PUB32
#120
mstange
opened
2 years ago
3
Expose LineProgram line subsections
#119
mstange
opened
2 years ago
2
Add two missing symbol type constants.
#118
mstange
closed
2 years ago
1
Use GitHub Actions for CI
#117
jan-auer
closed
2 years ago
1
Fix lints and idioms
#116
jan-auer
closed
2 years ago
0
deps: update to uuid 1.0
#115
mstange
closed
2 years ago
0
Integer truncation following `parse_unsigned` in src/tpi/data.rs
#114
DrChat
closed
2 years ago
3
Question regarding `FieldAttributes::is_intro_virtual`
#113
ergrelet
opened
2 years ago
2
`#![no_std]` support
#112
a1phyr
opened
2 years ago
2
Added note on case insensitivity of cross module refs
#111
mitsuhiko
closed
2 years ago
2
fix: Avoid arithmetic overflow in PageList::push
#110
Swatinem
closed
2 years ago
0
Determining source file and line information for global symbols (UDT, modules)
#109
camden-smallwood
opened
2 years ago
0
Next