issues
search
mstange
/
pdb-addr2line
A rust crate to symbolicate addresses from PDBs, like addr2line. Uses the `pdb` crate.
https://docs.rs/pdb-addr2line
Apache License 2.0
33
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Integer overflow
#66
Jarred-Sumner
closed
7 months ago
1
Update dependencies
#65
loewenheim
closed
1 year ago
1
please update range-collections to version 0.4.1
#64
sylvestre
closed
11 months ago
2
Allow Context/ContextPdbData to impl Send.
#63
afranchuk
closed
11 months ago
6
Include RVA information with find_frames for the entire stack
#62
burgerindividual
closed
11 months ago
4
Infinite recursion in `TypeFormatterForModule::emit_type`
#61
Swatinem
opened
1 year ago
1
add another check for no_arguments flag
#60
Scui1
closed
2 years ago
6
add flag to not print arguments
#59
Scui1
closed
2 years ago
3
Get function name without arguments
#58
Scui1
closed
2 years ago
4
No file / line information for this function (written in assembly)
#57
mstange
opened
2 years ago
0
Weird new functions have appeared, without names
#56
mstange
opened
2 years ago
0
Get file / line information for public symbols, if present
#55
mstange
opened
2 years ago
0
Question: possible to extract the base address from pdb ?
#54
SourceCodeDeleted
closed
2 years ago
1
Support /DEBUG:FASTLINK files
#53
mstange
opened
2 years ago
0
Crash when running against PDB
#52
SourceCodeDeleted
closed
2 years ago
14
Bad line number in this example
#51
mstange
opened
2 years ago
1
Add support for SeparatedCode symbols.
#50
mstange
closed
3 years ago
0
Ignore global public symbols outside the section contribution.
#49
mstange
closed
3 years ago
0
Ignore section contributions from non-executable sections.
#48
mstange
closed
3 years ago
0
Make is_executable_section check the correct section.
#47
mstange
closed
3 years ago
0
Strange symbols in ntkrnlmp.pdb
#46
mstange
closed
3 years ago
5
renderdoc.pdb encounters OverlappingSectionContributions error
#45
mstange
closed
3 years ago
1
Include non-function PublicSymbols from executable sections.
#44
mstange
closed
3 years ago
1
Potentially missing kernel symbols
#43
mstange
closed
3 years ago
3
Make sure test fixtures aren't included in the package.
#42
mstange
closed
3 years ago
0
Release v0.6.0
#41
mstange
closed
3 years ago
0
Support cross-module references in TypeFormatter.
#40
mstange
closed
3 years ago
0
Import a different crash.pdb from the symbolic repo.
#39
mstange
closed
3 years ago
0
Fix github workflow filenames.
#38
mstange
closed
3 years ago
0
Add github workflows.
#37
mstange
closed
3 years ago
0
Use published pdb crate again, and update memmap2.
#36
mstange
closed
3 years ago
0
Add ContextPdbData::try_from_pdb_ref.
#35
mstange
closed
3 years ago
0
Don't panic when module_index is out-of-bounds.
#34
mstange
closed
3 years ago
0
Module caching refactoring
#33
mstange
closed
3 years ago
0
Clean up caching some more
#32
mstange
closed
3 years ago
0
Some random improvements
#31
mstange
closed
3 years ago
0
Parse modules on demand, and find the right module using section contributions
#30
mstange
closed
3 years ago
0
Lazy parsing of module streams and procedure symbols
#29
mstange
closed
3 years ago
1
Call as_bytes instead of to_string() to skip unnecessary utf8 parsing.
#28
mstange
closed
3 years ago
0
Update dcomp.pdb example in Readme after #24 fix.
#27
mstange
closed
3 years ago
0
(cargo-release) version 0.4.2
#26
mstange
closed
3 years ago
0
Get function arguments in more cases.
#25
mstange
closed
3 years ago
0
Missing arguments for some functions in Windows system library PDBs
#24
mstange
closed
3 years ago
0
Fix crates.io badge.
#23
mstange
closed
3 years ago
0
Typeformatter string improvements
#22
mstange
closed
3 years ago
4
(cargo-release) version 0.4.0
#21
mstange
closed
3 years ago
0
Add format_type and format_id which return String.
#20
mstange
closed
3 years ago
0
Rewrite type size caching.
#19
mstange
closed
3 years ago
0
Address clippy warnings.
#18
mstange
closed
3 years ago
0
(cargo-release) version 0.3.0
#17
mstange
closed
3 years ago
0
Next